Full-Stack Feature Implementation Plan
Break down a feature into a complete implementation plan with code structure
Content
I need to implement {{feature}} in my {{tech_stack}} application. Provide: 1. Database schema changes (migrations) 2. API endpoint design (REST/GraphQL) 3. Backend service layer with business logic 4. Frontend component hierarchy 5. State management approach 6. Test cases (unit + integration) 7. Step-by-step implementation order with estimated time Current codebase structure: {{codebase_info}} Constraints: {{constraints}}
Related Prompts
Parallel Agent Task Decomposer
Breaks a complex software project or task into parallelisable sub-tasks suitable for running multiple AI coding agents simultaneously in isolated git branches.
React Component Generator & Reviewer
Generates production-ready React components with TypeScript, proper props typing, accessibility, and best practices for 2026 React standards.
Chain-of-Verification Generator
Generate self-verifying prompts that ask the AI to check its own outputs against criteria
Database Schema Designer
Design a production-ready database schema from a plain-language description, including tables, relationships, indexes, and migration SQL.