Feature Iteration
Describes the feature through a concrete user flow with numbered steps. The preservation constraints prevent Lovable from accidentally breaking existing functionality during iteration.
Add a {{feature_name}} feature to the existing app.\n\nWhat it does: {{feature_description}}\n\nUser flow:\n1. User navigates to {{entry_point}}\n2. User {{action_1}}\n3. System {{response_1}}\n4. User sees {{result}}\n\nUI requirements:\n- Place the entry point in {{ui_location}}\n- Use the existing design system (same colors, spacing, components)\n- Include form validation with inline error messages\n- Add a confirmation step before destructive actions\n\nData: {{data_requirements}}\n\nDo not modify existing features. Do not change the navigation structure. Only add new components and routes as needed.
Variables to customize
Why this prompt works
Describes the feature through a concrete user flow with numbered steps. The preservation constraints prevent Lovable from accidentally breaking existing functionality during iteration.
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.