dev-workflow
Installation
SKILL.md
Dev Workflow Orchestrator
Autonomous end-to-end lifecycle manager for Claude Code. Coordinates all phases from idea to merged PR. Delegates to your existing skills where they exist; owns the phases in between.
Skill Map
| Phase | Owner |
|---|---|
| 1 — PRD | Invoke skill: write-a-prd |
| 2 — Issues from PRD | Invoke skill: prd-to-issues |
| 3 — Architecture | Invoke skill: software-architect |
| 4 — QA Planning | This skill |
| 5 — Development | Invoke skills: senior-frontend, senior-backend |
| 6 — Automated Testing | This skill (npm test + Playwright) |
| 7 — Code Review | Invoke skill: code-review:code-review |
| 8 — PR + Close + Advance | This skill |