Templates
Copy-paste skeletons for the documents the playbook relies on — bootstrap docs, decision records, and the PR-intent manifest.
Templates
Copy-paste skeletons for the documents the playbook relies on. Each is a starting point — adapt the wording, keep the structure.
For agents
| Template | Use when | Pattern |
|---|---|---|
CLAUDE.md.template.md | Bootstrapping the agent's first-read file for a repo | bootstrap-doc-pattern |
AGENTS.md.template.md | The routing table mapping "change X" → "edit path Y" | bootstrap-doc-pattern |
MEMORY.md.template.md | The persistent-memory index + per-fact file convention | memory-pattern |
ADR.template.md | Recording an architecture decision | adr-pattern |
RFC.template.md | Proposing a breaking-contract change before building | rfc-pattern |
PR-intent.template.md | Declaring what a PR adds / changes / removes | pr-intent-pattern |
See also
- Pillar — AI Collaboration — where the bootstrap + memory templates come from.
- Pillar — Governance — where the PR-intent manifest is enforced.
- Scripts — reference implementations of the gates these documents feed.