Skip to main content

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.

PlaybookPurpose
Run a documentation-only goalThe canonical pattern for a docs-shaped goal.
Run a code-change goalThe canonical pattern for a BUILDER-led goal.
Recover from failed CITriage and fix CI failures.
Resume after human reviewContinue after a GitHub review.
Handle a stale PR headRe-issue a gate at the new head.
Handle stale production subjectRe-bind the production ticket.
Handle gate replay rejectionDiagnose replay errors.
Handle incorrect runtime rootReconcile runtime root.
Handle deviation detectionAcknowledge and repair.
Perform governed rollbackGoverned undo of a release.
Promote a release to productionEnd-to-end production promotion.
Rotate the production signing keyReplace the signing key safely.