Feature Addition to Existing App
Describes the feature through a concrete user flow, specifies exactly where it appears in the UI, and sets explicit preservation constraints to prevent Bolt from disrupting existing functionality.
Add a {{feature_name}} feature to the existing app.\n\nWhat it does:\n- {{feature_description}}\n\nUser flow:\n1. User {{step_1}}\n2. System {{step_2}}\n3. User sees {{step_3}}\n\nUI placement: Add a {{ui_element}} to the {{location}} (e.g., button in the header, tab in the sidebar, section on the dashboard).\n\nData: Store {{data_description}} in the existing database. Add a new table if needed.\n\nConstraints:\n- Match the existing design system (colors, fonts, spacing)\n- Do not break or restyle any existing features\n- Add loading and error states\n- Show a success toast notification on completion
Variables to customize
Why this prompt works
Describes the feature through a concrete user flow, specifies exactly where it appears in the UI, and sets explicit preservation constraints to prevent Bolt from disrupting existing functionality.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.