Examples¶
Learn VisionSpec through complete, working examples.
Available Examples¶
PetStore API¶
A classic API example demonstrating the full VisionSpec workflow:
- Working Backwards specification flow
- All spec types (MRD, Press, FAQ, PRD, TRD, TPD, IRD)
- Export to multiple execution targets
- Implementation with AI-DLC
Best for: Learning the complete VisionSpec workflow
Example Structure¶
Each example includes:
- Overview - What we're building and why
- Specifications - Complete spec files
- Working Backwards - Step-by-step ideation flow
- Export - Exporting to execution targets
- Execution - Running with AI coding agents
Running Examples Locally¶
Clone the VisionSpec repository and navigate to examples:
Or initialize your own version:
Creating Your Own Examples¶
Use the PetStore pattern as a template:
- Start with MRD - Define the market problem
- Synthesize Working Backwards - Generate Press, FAQ, PRD
- Author UXD - Define user experience
- Synthesize Technical - Generate TRD, TPD, IRD
- Reconcile - Create unified spec.md
- Export - Choose your execution target
- Execute - Implement with AI agents
Profiles for Examples¶
| Example Type | Profile | Framework |
|---|---|---|
| Quick prototype | startup |
Lean Startup |
| API service | growth |
Stripe API-First |
| Enterprise app | enterprise |
AWS Working Backwards |
| Design-focused | startup |
Design Thinking |
Next Steps¶
- PetStore API Example - Complete walkthrough
- Quick Start - Get started in 5 minutes
- Execution Targets - Choose your target