- 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
33 lines
527 B
Markdown
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.*
|