What problem does it solve? Running a full ai-badger task (spec, owner-gate review, worktree setup, TDD implementation waves, merge) from Hermes involves dozens of failure-prone mechanics: delegation summaries that truncate and get cache-deleted, parallel subagents colliding on shared build directories, tracker state living in the main checkout while work happens in worktrees, and finish guards that refuse on stale state. This Skill encodes the execution mechanics and every pitfall hit in practice so an orchestrating agent can run the pipeline without rediscovering them. ## Core Features & Use Cases - Six-phase pipeline: spec creation with spec_holes.py gating, owner-gate review form generation and ingest, worktree registration with real session IDs, plan review by read-only subagents, TDD wave dispatch with orchestrator-run join gates, and finish protocol with state.json bookkeeping. - Delegation pitfall playbook: covers truncated delegation summaries, batch-mode brief loss, parallel build collisions in one worktree, torn writes from mid-flight orchestrator edits, and token recording via the task tracker. - Verification and recovery references: nine reference files covering concurrent-session collision recovery, Gherkin spec mechanics, Hermes plugin ABI, hermetic subprocess test harnesses, incomplete-refactor completion, multi-branch rebasing, spec elicitation, TDD cluster ordering, and zombie-tracker close verification. - Use Case: You agree on a spec with the user and say "go" — the Skill walks you through registering the task, creating the worktree, dispatching implementation subagents wave by wave, running join gates yourself, and finishing the tracker with committed state. ## Quick Start Ask the agent to run ai-badger task X end-to-end from the agreed spec using Hermes delegation, starting with task_tracker.py start and a worktree.