Watch Design in Action
See how Design guides you through the complete spec-driven workflow, from context analysis to implementation planning.
5 Stages. 5 Documents. One Source of Truth.
Each stage has purpose-built prompts that guide your chosen AI model through a specific task. You review and refine at each step before moving on.
Context Analysis
context.mdScans your repo structure, dependencies, and existing patterns. Creates a codebase overview so the AI understands your project.
Requirements
requirements.mdInterviews you about goals, edge cases, and constraints. Creates a formal product requirements document.
System Design
design.mdDesigns the technical approach with component strategy and data flow. Creates your architecture specification.
Task Breakdown
tasks.mdConverts design into atomic, trackable steps. Creates clear instructions any AI can follow.
Implementation Plan
implementation.mdCreates a step-by-step build roadmap with dependencies and order of operations.
Ready to Build
Once Design completes, you have a complete SDD (Software Design Document) folder. Choose your favorite AI tool and point it at your specs.
Your SDD Folder
5 documents ready in your editor:
β¨ Design Process Complete!
β’ Review documents and ask for clarifications
β’ Request changes to any section
β’ Start implementing using the task breakdown
β’ Reference the design throughout development
Build with Your Favorite Tool
Point any AI at your SDD folder to start building