You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior:
Users should be able to create and manage prompts locally in the .amazonq/prompts directory without requiring MCP servers. The /prompts command should support:
Reading prompts from .amazonq/prompts/*.md files
Creating new prompts with /prompts create command
Editing existing prompts with /prompts edit command
Listing both MCP server prompts and local prompts together
Actual Behavior:
Currently, /prompts only works with MCP servers.
This creates a barrier for users who want simple, local prompt management without setting up MCP servers. Many users would benefit from being able to store prompts as simple markdown files in their project directory, and Amazon Q Developer IDE already supports this feature.
ymhiroki, yayami3, Konippi, volkanunsal, yakpoong and 3 more