What problem does it solve?
This Skill prevents orchestrator-driven prompt drift by providing a consistent, guardrailed template for worktree subagent dispatches, ensuring critical instructions (like no nested agents and correct merge targets) are never omitted.
Core Features & Use Cases
- Canonical dispatch prompt skeleton: Frames every subagent with the same mandatory blocks to reduce variance across runs and sessions.
- Safety/guardrails for worktree hygiene: Enforces “no nested agents” and constrains file paths to the subagent worktree to protect orchestrator git-state accuracy.
- Wave-aware context and verification gates: Includes wave-position context (when applicable) plus acceptance criteria and pre-commit verification expectations.
- Type-specific add-ons: Adds required sections for test/spec/check/fix/scrutinize/impl variants so each subagent type behaves correctly.
Quick Start
Use the dispatch skill right before every worktree subagent dispatch so the subagent prompt is rendered with the correct bead ID, merge target, and required verification gates.