wtf.loop
Installation
SKILL.md
Loop
Autonomously execute a fully-specified Epic or Feature.
Once the spec tree is complete (Epic → Features → Tasks), the developer says "go".
The system then chains wtf.implement-task → wtf.verify-task → wtf.create-pr for every Task in dependency order. Surface only the decisions a human must make.
Shared behavior used throughout this skill:
- Sub-agent spawning rules →
../references/subagent-protocol.md - File-conflict graph coloring →
../references/conflict-graph.md - Commit and PR conventions →
../references/commit-conventions.md - Branch and worktree setup →
../references/branch-setup.md - Pre-flight checks (step 2) →
references/pre-flight-validation.md - Per-task execution (step 4) →
references/task-execution.md