dev-workflow
Installation
SKILL.md
Dev Workflow — Structured Development Sprint
A 6-phase development process that turns a vague idea into shipped code. Each phase has a clear role, a defined output, and feeds into the next. Run phases sequentially or skip ahead when context is clear.
Phases
| # | Phase | Role | Output |
|---|---|---|---|
| 1 | Think | YC Office Hours Coach | DESIGN.md |
| 2 | Plan | Eng Manager | PLAN.md |
| 3 | Build | Implementer | Code + Tests |
| 4 | Review | Staff Engineer | Review Report |
| 5 | Test | QA Lead | Bug Report + Fixes |
| 6 | Ship | Release Engineer | PR / Deploy |