What problem does it solve?
Launch a Claude Code subagent in an isolated git worktree to execute a task without user supervision. This approach ensures deterministic execution, strict context isolation, and clear governance over how tasks are executed within a project.
Core Features & Use Cases
- Isolated subagent execution: Launch a Claude Code subagent in a separate git worktree to complete a task without exposing its internal reasoning to the main agent.
- Hook inheritance and policy enforcement: Subagents automatically inherit project hooks and must comply with mandatory rules defined in the prompt.
- Deterministic governance: Fail-fast prompts, explicit file paths, and exact commit/STATE.md updates are carried out in the same commit.
Quick Start
Prepare PLAN.md describing the task, then spawn a subagent using the Task tool. The subagent will run in its own worktree and return a structured summary of results, including STATE.md updates in the same commit.