Documentation
README
Delegation
Use this when giving work to a peer.
Spawn or reuse
Reuse a peer when the work continues its existing context in the same worktree. Spawn fresh for independent review, decoupled concerns, cross-model critique, or when the current peer's context is too long.
One worktree per concern. Do not put two implementation peers on overlapping files in the same worktree.
Brief shape
Calibrate brief depth to the cost of getting it wrong.
- Small fix: one sentence plus file/line.
- Bug fix: repro, file/line hints, and verification.
- Feature work: success criteria, relevant files, docs impact, and reporting surface.
- Architecture: plan-before-code, risks to probe, expected output shape, and citations.
This is the opening of the README. Read the full README on GitHub.