!
In practice: validate problem-market fit first. Is the pain real? Is the market big enough?
⚙ Config
- Focus area
- Company sector
- Target geography
!
In practice: run a competitive landscape scan. Who else is building this? What's the white space?
📋 Scope
- MECE decomposition
- 8 functional items
- NFRs defined
👤 Discovery
- 3 personas
- Current-state journeys
- Pain points ranked
📝 Stories
- 4 epics
- 8 user stories
- MoSCoW priorities
!
In practice: run a feasibility spike first. Model LLM API costs at scale before committing to the architecture.
🏗 Architecture
- System context
- Tech stack
- 4 ADRs
!
In practice: plan your data flywheel early. How does the product get smarter with usage? Design this before you write a line of code.
🎨 Designs
- 3 UI screens
- Google Stitch MCP
- Mobile + desktop
💻 Coding
- Code scaffolding
- Service stubs
- CI/CD pipeline
🚀 Prototype
- Deployed to Vercel
- User testing ready
- Feedback loop