hook-protocol
Installation
SKILL.md
Hook Protocol
Git-backed task persistence for reliable multi-agent workflows.
When to Use
- Agents need to survive crashes/restarts
- Work state must persist beyond session
- Multiple agents coordinate on shared tasks
- Audit trail required for all work
Core Concept
A Hook is a git worktree-based persistent storage:
- Work "hangs" on the hook until completed
- Survives agent restarts, crashes, context resets
- Versioned via git (rollback capable)
- Shared across machines via git push/pull