A structured workflow for building production-ready software with Claude Code using PRDs, task planning, and vertical feature development.
Copy the workflow files to Claude's commands directory:
Linux/macOS:
cp create_prd.md create_tasks.md complete_tasks.md ~/.claude/commands/Windows:
copy create_prd.md %USERPROFILE%\.claude\commands\
copy create_tasks.md %USERPROFILE%\.claude\commands\
copy complete_tasks.md %USERPROFILE%\.claude\commands\/create_prd "Build an MCP server for Azure DevOps that can run pipelines and get failure logs"
/create_tasks
/complete_tasks
- Structured Planning: PRDs with proper requirements gathering
- Vertical Development: Each task includes code + tests + docs + observability
- End-to-End Testing: Real integration tests, not mocked fantasies
- Production Ready: Working software, not prototype spaghetti
CREATE_PRD.md- Guides Claude through proper requirements gatheringCREATE_TASKS.md- Breaks features into shippable vertical slicescomplete_tasks.md- Execution workflow with testing and documentationCONTRIBUTING.md- Development standards and conventions
Start with /create_prd and let the workflow guide you to production-ready software.