scratchpad
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseScratchpad
Scratchpad
Working memory for thinking out loud.
The simplest skill. Just a place to write.
[!TIP] The PLAY surface. Not everything needs structure. Sometimes just write.
用于随性思考的工作记忆工具。
最简单的Skill。只是一个供你书写的地方。
[!TIP] 自由创作区域。 并非所有内容都需要结构化。有时候只管写就好。
What This Is
这是什么
A file where you can:
- Think through problems
- Draft before committing
- Store intermediate results
- Keep notes that don't belong elsewhere
No structure required. Just write.
一个你可以用来做这些事的文件:
- 梳理问题思路
- 提交前草拟内容
- 存储中间结果
- 保存不属于其他地方的笔记
无需结构,只管书写即可。
When to Use
使用场景
- Exploring an idea before formalizing
- Working through a multi-step calculation
- Drafting text before placing it
- Temporary storage during complex tasks
- 在正式整理前探索想法
- 梳理多步骤计算过程
- 在定稿前草拟文本
- 复杂任务中的临时存储
Structure
结构
scratchpad/
├── SCRATCHPAD.md # Main scratch area
└── archive/ # Old scratches (optional)That's it. Minimal by design.
scratchpad/
├── SCRATCHPAD.md # 主要草稿区域
└── archive/ # 旧草稿(可选)就是这样。设计上追求极简。
Philosophy
设计理念
"The simplest tool is often the most useful."
Not everything needs structure. Sometimes you just need a place to write freely.
"最简单的工具往往最有用。"
并非所有内容都需要结构化。有时候你只需要一个可以自由书写的地方。
Contents
目录
| File | Purpose |
|---|---|
| SKILL.md | Protocol documentation |
| scratch.md.tmpl | Scratchpad template |
| 文件 | 用途 |
|---|---|
| SKILL.md | 协议文档 |
| scratch.md.tmpl | Scratchpad模板 |
The Intertwingularity
关联互通
Scratchpad is the PLAY stage — think freely before structuring.
mermaid
graph LR
SP[📝 scratchpad] -->|PLAY stage| PLL[🎮📚🚀 play-learn-lift]
SP -->|structures into| PL[🗂️ planning]
SP -->|structures into| RN[📓 research-notebook]
PLL -->|freeform in| SPScratchpad是自由创作的舞台——在结构化之前尽情思考。
mermaid
graph LR
SP[📝 scratchpad] -->|PLAY stage| PLL[🎮📚🚀 play-learn-lift]
SP -->|structures into| PL[🗂️ planning]
SP -->|structures into| RN[📓 research-notebook]
PLL -->|freeform in| SPDovetails With
关联技能
Sister Skills
姊妹技能
| 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) |
| Skill | 关系 |
|---|---|
| play-learn-lift/ | Scratchpad 就是自由创作区域 |
| planning/ | 需要结构化时使用 |
| research-notebook/ | 用于有条理的调研 |
| session-log/ | Scratchpad 不做记录(临时性质) |
Protocol Symbols
协议符号
| Symbol | Link |
|---|---|
| PROTOCOLS.yml |
| PROTOCOLS.yml — Write before structuring |
| 符号 | 链接 |
|---|---|
| PROTOCOLS.yml |
| PROTOCOLS.yml — 先书写再结构化 |
Navigation
导航
| Direction | Destination |
|---|---|
| ⬆️ Up | skills/ |
| ⬆️⬆️ Root | Project Root |
| 🗂️ Sister | planning/ |
| 📓 Sister | research-notebook/ |
| 方向 | 目标位置 |
|---|---|
| ⬆️ 向上 | skills/ |
| ⬆️⬆️ 根目录 | 项目根目录 |
| 🗂️ 姊妹技能 | planning/ |
| 📓 姊妹技能 | research-notebook/ |