skills$openclaw/write-plan
arisylafeta4.9k

by arisylafeta

write-plan – OpenClaw Skill

write-plan is an OpenClaw Skills integration for writing workflows. MUST use after brainstorming and before executing. Creates detailed implementation plans with checkpoints, verification criteria, and execution options.

4.9k stars9.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

namewrite-plan
descriptionMUST use after brainstorming and before executing. Creates detailed implementation plans with checkpoints, verification criteria, and execution options. OpenClaw Skills integration.
ownerarisylafeta
repositoryarisylafeta/clawlistpath: write-plan
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @arisylafeta/clawlist:write-plan
last updatedFeb 7, 2026

Maintainer

arisylafeta

arisylafeta

Maintains write-plan in the OpenClaw Skills directory.

View GitHub profile
File Explorer
1 files
write-plan
SKILL.md
2.0 KB
SKILL.md

name: write-plan description: "MUST use after brainstorming and before executing. Creates detailed implementation plans with checkpoints, verification criteria, and execution options."

Write Plan

Overview

Transform validated designs into detailed, actionable implementation plans with checkpoints.

Every plan includes:

  • Bite-sized tasks (2-5 minutes each)
  • Checkpoints with verification criteria
  • Estimated time for each section
  • Execution options at the end

Plan Structure

# [Project Name] - Implementation Plan

**Goal:** One sentence describing success
**Approach:** Brief summary of the chosen approach
**Estimated Total Time:** X minutes

## Checkpoint 1: [Milestone Name]
- [ ] Task 1: [Description] (~X min)
  - **Action:** [Specific action]
  - **Verify:** [How to confirm done]
- [ ] Task 2: [Description] (~X min)
  ...

## Checkpoint 2: [Milestone Name]
...

## Verification Criteria
- [ ] All checkpoints complete
- [ ] Quality standards met
- [ ] User approval obtained

Task Granularity

  • Small: 2-5 minutes of work
  • Specific: Clear what "done" means
  • Verifiable: Can confirm completion
  • Independent: Doesn't block on other tasks in same checkpoint

Execution Handoff

After saving the plan, offer execution choice:

"Plan complete and saved to memory/plans/<filename>.md. Two execution options:

1. Single-Agent (this session) - I execute tasks sequentially, review at each checkpoint

2. Dispatch Multiple Agents (parallel) - Spawn subagents for independent tasks

Which approach?"

If Single-Agent chosen:

  • Stay in this session
  • Execute tasks sequentially
  • Report progress at each checkpoint

If Dispatch Multiple Agents chosen:

  • Use dispatch-multiple-agents skill
  • Spawn subagents for parallel work
  • Integrate results

Integration with Other Skills

  • After brainstorming → Use write-plan
  • Before doing-tasks → Plan must exist
  • With dispatch-multiple-agents → For parallel execution
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install write-plan?

Run openclaw add @arisylafeta/clawlist:write-plan in your terminal. This installs write-plan into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/arisylafeta/clawlist. Review commits and README documentation before installing.