openclaw/docs/reference/templates/PLAYBOOK.md
Caetano Galli Gonzalez c074f682fd Add PLAYBOOK.md template for capturing user-taught procedures
- Added PLAYBOOK.md section to AGENTS.md template
- Created PLAYBOOK.md template with format guide
- Agents now document how-to procedures when taught by their human
2026-01-26 01:13:37 -05:00

33 lines
527 B
Markdown

---
summary: "Workspace template for PLAYBOOK.md"
read_when:
- Bootstrapping a workspace manually
---
# PLAYBOOK.md - How To Do Things
*Step-by-step procedures your human has taught you. Check here before asking "how?"*
---
## Template
When adding a new procedure:
```markdown
## [Task Name]
**Added:** YYYY-MM-DD
**Context:** Why/when to use this
### Steps
1. First step
2. Second step
3. Third step
### Tips / Gotchas
- Any warnings or shortcuts
```
---
*Procedures will be added here as your human teaches them.*