AgentSkillsCN

scratchpad

用于大声思考的工作记忆

SKILL.md
--- frontmatter
name: scratchpad
description: "Working memory for thinking out loud."
license: MIT
tier: 1
allowed-tools:
  - read_file
  - write_file
related: [play-learn-lift, research-notebook, planning, debugging, session-log, plain-text]
tags: [moollm, working-memory, notes, thinking, drafts]

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.


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

code
scratchpad/
├── SCRATCHPAD.md    # Main scratch area
└── archive/         # Old scratches (optional)

That's it. Minimal by design.


Philosophy

"The simplest tool is often the most useful."

Not everything needs structure. Sometimes you just need a place to write freely.


Contents

FilePurpose
SKILL.mdProtocol documentation
scratch.md.tmplScratchpad template

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| SP

Dovetails With

Sister Skills

SkillRelationship
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)

Protocol Symbols

SymbolLink
PLAY-LEARN-LIFTPROTOCOLS.yml
IMPROVISEPROTOCOLS.yml — Write before structuring

Navigation

DirectionDestination
⬆️ Upskills/
⬆️⬆️ RootProject Root
🗂️ Sisterplanning/
📓 Sisterresearch-notebook/