Back to Examples

PRD → Technical Spec → Implementation Prompt

End-to-end example turning a rough product idea into executable work for agents.

Workflow PatternsIntermediatemarkdown
Example Code
Input (rough idea):
"Users should be able to invite teammates to a workspace via email with role selection."

Step 1: Draft a PRD (doc-generator skill) → workspace-invites.prd.md

Step 2: Use doc-generator + api-designer on the PRD to produce:
- OpenAPI additions
- Data model changes
- Frontend components needed

Step 3: Planner turns the above into a detailed task list in scratch/plan.md

Step 4: Coder + Reviewer execute the plan using the multi-file-refactor and test-writer skills.

This flow consistently produces much higher quality results than "just go build invites".

When to use this

End-to-end example turning a rough product idea into executable work for agents.