Playbooks
Playbooks are step-by-step guides for recurring scenarios. Each playbook is bounded: it does exactly what it says and stops at the listed owner gate.
| Playbook | Purpose |
|---|---|
| Run a documentation-only goal | The canonical pattern for a docs-shaped goal. |
| Run a code-change goal | The canonical pattern for a BUILDER-led goal. |
| Recover from failed CI | Triage and fix CI failures. |
| Resume after human review | Continue after a GitHub review. |
| Handle a stale PR head | Re-issue a gate at the new head. |
| Handle stale production subject | Re-bind the production ticket. |
| Handle gate replay rejection | Diagnose replay errors. |
| Handle incorrect runtime root | Reconcile runtime root. |
| Handle deviation detection | Acknowledge and repair. |
| Perform governed rollback | Governed undo of a release. |
| Promote a release to production | End-to-end production promotion. |
| Rotate the production signing key | Replace the signing key safely. |