subagent-driven-development
Installation
SKILL.md
Subagent-Driven Development
Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review.
Core principle: Fresh subagent per task + two-stage review (spec then quality) = high quality, fast iteration
Project Tool Contract (Warcraft-First)
Use Warcraft workflow tools for task lifecycle operations:
- Check runnable tasks with
warcraft_status - Start each task via
warcraft_worktree_create, then issue the returnedtask()call in the assigned workspace - Preserve completed work with
warcraft_worktree_commit - Finish via
finishing-a-development-branch(which useswarcraft_merge/warcraft_worktree_discard) - Do not replace these lifecycle steps with raw git commands