Loading...
Loading...
Working memory for thinking out loud.
npx skill4agent add simhacker/moollm scratchpadWorking memory for thinking out loud.
[!TIP] The PLAY surface. Not everything needs structure. Sometimes just write.
scratchpad/
├── SCRATCHPAD.md # Main scratch area
└── archive/ # Old scratches (optional)"The simplest tool is often the most useful."
| File | Purpose |
|---|---|
| SKILL.md | Protocol documentation |
| scratch.md.tmpl | Scratchpad template |
graph LR
SP[📝 scratchpad] -->|PLAY stage| PLL[🎮📚🚀 play-learn-lift]
SP -->|structures into| PL[🗂️ planning]
SP -->|structures into| RN[📓 research-notebook]
PLL -->|freeform in| SP| Skill | Relationship |
|---|---|
| play-learn-lift/ | Scratchpad IS the PLAY surface |
| planning/ | When you need structure |
| research-notebook/ | For organized investigation |
| session-log/ | Scratchpad is NOT logged (ephemeral) |
| Symbol | Link |
|---|---|
| PROTOCOLS.yml |
| PROTOCOLS.yml — Write before structuring |
| Direction | Destination |
|---|---|
| ⬆️ Up | skills/ |
| ⬆️⬆️ Root | Project Root |
| 🗂️ Sister | planning/ |
| 📓 Sister | research-notebook/ |