writing-plans
Installation
SKILL.md
Writing Plans
Plans prevent wasted work. Write one before implementing anything significant.
Plan Format
- Goal - one sentence, what success looks like
- Approach - which option from brainstorming, and why
- Steps - ordered list, each step verifiable
- Risks - what could go wrong, and mitigation
- Definition of Done - how you'll know it's complete
OpenClaw-Specific: Checkpoint Steps
For tasks that may span multiple sessions, add explicit checkpoint steps: [ ] Step 3: Create the API endpoint [CHECKPOINT - save progress here]
At each checkpoint, update memory/YYYY-MM-DD.md with current state.