-
Notifications
You must be signed in to change notification settings - Fork 268
Description
Is your feature request related to a problem? Please describe.
We have project specific prompts that we want to share inside our project. Currently the prompts are only read from the ~/.aws/amazonq/prompts
folder though, which makes version control and file sharing difficult.
Describe the solution you'd like
Add support for project specific prompts that can be saved in a project-root/.amazonq/prompts
folder. Support both ~/.aws/amazonq/prompts
and project-root/.amazonq/prompts
in the project queries.
Describe alternatives you've considered
A workaround for now is to use context files or rules instead, which can both be project specific. Based on the AWS documentation, a saved prompt would be the most appropriate way to store specific reusable task descriptions though.