GuidesWrite Playbook docs

Guides

Start with source docs

Use the Playbook model to decide where source guidance belongs before generated AI Channel files exist.

Core model

Write for Playbook, not for one AI tool.

The public model is Project → Catalog → Resource → AI Channel. A channel renderer can change without rewriting the source docs.

1

Project

The repo or app using Playbook. It owns sumr.yaml and the local source docs.

2

Catalog

A reusable group of Resources, such as SUMR engineering standards or org guidance.

3

Resource

A typed artifact: Document, Topic, Reference, team-member, command, workflow, or lifecycle.

4

AI Channel

A target runtime such as Codex, Claude Code, Cursor, Copilot, Gemini, or OpenCode.

Source first

Keep the source readable.

Put durable guidance under docs/. A normal Markdown file can start as a Document. Add Playbook frontmatter when the guidance should become a Topic and render into AI Channels.

source tree
docs/
├── frontend/
│   ├── overview.md                 # Topic: short, durable guidance
│   ├── accessibility.rf.md          # Reference: deeper rules and examples
│   └── copywriter.tm.md             # Team member: delegated specialist
└── lifecycle/
    └── protect-generated-output.md  # Lifecycle: automatic guardrail

Guide map

Choose the decision you are making.