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 returned task() call in the assigned workspace
  • Preserve completed work with warcraft_worktree_commit
  • Finish via finishing-a-development-branch (which uses warcraft_merge / warcraft_worktree_discard)
  • Do not replace these lifecycle steps with raw git commands

When to Use

Related skills
Installs
1
GitHub Stars
2
First Seen
Mar 20, 2026