Skip to main content
ClaudeWave
Skill62 estrellas del repoactualizado 1mo ago

writing-plans

Creates clear, reviewable implementation plans before executing. Use after brainstorming and before writing any code.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ArchieIndian/openclaw-superpowers /tmp/writing-plans && cp -r /tmp/writing-plans/skills/core/writing-plans ~/.claude/skills/writing-plans
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Writing Plans

Plans prevent wasted work. Write one before implementing anything significant.

## Plan Format

1. **Goal** - one sentence, what success looks like
2. **Approach** - which option from brainstorming, and why
3. **Steps** - ordered list, each step verifiable
4. **Risks** - what could go wrong, and mitigation
5. **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.