Back to Examples
PRD → Technical Spec → Implementation Prompt
End-to-end example turning a rough product idea into executable work for agents.
Workflow Patterns•Intermediate•markdown
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.
Quick Info
Difficulty: Intermediate
Language: markdown
Copy the block above and adapt it to your project.
Related Examples
Complete AGENTS.md for Next.js + TypeScript
A production-grade AGENTS.md used by real teams. Covers principles, skills, workflows, and review standards.
Real Grok Build Skill Definition (advanced-code-reviewer)
A complete, production-ready skill definition you can download and use.
Research → Implement → Review → Ship Workflow
A complete multi-step workflow used for feature development with agents.