agent-dispatch.md
Agent dispatch
When and how to delegate work to subagents and agent teams, and the isolation each kind of delegation requires.
automation-hygiene.md
Automation hygiene
The posture for recurring or scheduled actions that run with reduced supervision: loops, scheduled remote agents, background subagents, and hooks.
focus-discipline.md
Focus discipline
How the bot decides whether the next piece of work is the right one to start, checking proposed work against handoffs and project outlines.
identity-discipline.md
Identity discipline
How the bot acts and attributes its actions as a separate entity from the user across commits, GitHub, public artefacts, and destructive operations.
rollback-procedure.md
Rollback procedure
How to reverse a decision that touched multiple surfaces while preserving decision-history over a clean-slate wipe.
worktree-workflow.md
Worktree workflow
How to use git worktrees for isolated, parallelisable work, covering setup, mid-session path discipline, and post-merge cleanup.