Plan Mode

v3.0.4

Think-first execution with approval gating. Use when work is complex, ambiguous, irreversible, multi-step, worth comparing before choosing, interrupted and n...

1· 228·2 current·2 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for pieterjanliekens/plan-mode.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Plan Mode" (pieterjanliekens/plan-mode) from ClawHub.
Skill page: https://clawhub.ai/pieterjanliekens/plan-mode
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install pieterjanliekens/plan-mode

ClawHub CLI

Package manager switcher

npx clawhub@latest install plan-mode
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name, description, and SKILL.md consistently describe a read-first planning stance (clarify → plan → approve → execute) and the allowed actions (reads, listing, searching) match that purpose. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
The runtime instructions explicitly limit the agent to read-only exploration until user approval, and specify what to do in each lens. The included references mention a 'toolbox audit' (scan installed skills, search ClawHub/GitHub) — which implies potential external registry or network lookups and checks of installed skills. This is reasonable for avoiding reinventing functionality, but it could cause the agent to perform network queries or inspect installed-skill metadata unless the runtime restricts that. The SKILL.md does not instruct any destructive actions prior to approval.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by an installer. Low install risk.
Credentials
No environment variables, credentials, or config paths are required. The skill's needs are proportional to its planning purpose.
Persistence & Privilege
The skill supports creating 'living' plan files but explicitly requires explicit user approval before persisting. It is not always-on. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges in this skill.
Assessment
This skill appears coherent and low-risk: it instructs the agent to be read-only until you explicitly approve execution or persistence. Before installing, confirm runtime policies about network access and file writes: if you don't want the agent to query external registries (ClawHub/GitHub) or write plan files (e.g., docs/plans/), restrict network/file permissions or verify the agent will ask before performing those actions. Also review agent logs or audit prompts during the first uses to ensure plans are only persisted or actions performed after your explicit approval.

Like a lobster shell, security has layers — review code before you run it.

latestvk97277pjkqsz1bcf08yktgrhvn846xww
228downloads
1stars
11versions
Updated 2w ago
v3.0.4
MIT-0

Plan

Use this skill to stop execution-first behavior on meaningful work.

Default pattern: clarify → plan → approve → execute → close.

Treat /plan as a read-only planning stance until approval. Safe reads are allowed: reading files, listing files, searching, inspecting docs, checking status, and other non-destructive exploration. Do not edit files, delete data, push commits, deploy, or run destructive or irreversible commands until the user approves a plan or explicitly says to skip planning.

Prefer the core lenses first. Use parallel and living only when the work is clearly big enough to justify the extra structure.

When to stay out of the way

Do not force planning for:

  • trivial single-file edits
  • simple factual questions
  • obvious follow-up micro-actions
  • work where the user explicitly says to skip planning

Command model

Use /plan as an auto-router. Pick the lens that matches the real problem.

Core lenses

CommandUse forOutput
/planAuto-pick the right lensShort diagnosis + recommended plan
/plan clarifyVague or political requestsScope, assumptions, open questions, success criteria
/plan compareChoosing between optionsOption matrix, tradeoffs, recommendation
/plan executeClear multi-step workOrdered plan, risks, checkpoints, definition of done
/plan recoverInterrupted or messy workCurrent state, what is done, what is blocked, safest next step

Advanced lenses

CommandUse forOutput
/plan parallelWork that should split across subagents or lanesSolo lane, parallel lanes, merge points
/plan livingMulti-session or strategic workPersistent plan with decisions, next actions, open loops

Auto-router heuristics

When the user just says /plan, pick the simplest fitting lens:

  • unclear request, fuzzy scope, or political ambiguity → clarify
  • explicit choice between 2+ viable paths → compare
  • clear multi-step task with real execution work → execute
  • interrupted, messy, or half-finished work → recover
  • only escalate to parallel if there are clearly separable lanes with owners and a merge point
  • only escalate to living if the work is likely to span multiple sessions, days, or major checkpoints

If two lenses could fit, prefer the simpler one.

Depth modifiers

Use these as optional modifiers, not separate lenses:

  • light — use for small work, usually <= 5 steps, no lasting state needed
  • standard — default for normal complex work
  • deep — use for risky, irreversible, multi-day, or file-backed work

Format guidance

Light

Use for short tasks. Keep output inline:

  • Goal
  • Approach
  • 2-5 steps
  • Main risk

Standard

Use for most work. Include:

  • Goal
  • Recommended lens
  • Approach
  • Using
  • Steps
  • Risks
  • Approval ask

Keep it short enough that the user can approve it quickly.

Deep

Use for large or risky work. Include:

  • Goal
  • Context / current state
  • Option or approach rationale
  • Detailed steps
  • Checkpoints
  • Risks and reversibility
  • Definition of done
  • Optional persistent file only after explicit approval if the plan should survive compaction

Examples:

  • /plan compare
  • /plan recover light
  • /plan living deep
  • /plan off

Use /plan off to disable auto-activation for the current session.

What to do in each lens

Clarify

Use when the request is still fuzzy.

Do this:

  • Define the actual problem
  • Surface assumptions
  • List open questions only if they materially affect the plan
  • State success criteria and non-goals

Do not jump into solution design too early.

Compare

Use when multiple routes are plausible.

Do this:

  • Compare 2-4 realistic options
  • Show tradeoffs: speed, risk, reversibility, cost, maintenance, politics
  • Recommend one path and explain why

Prefer recommendation over fence-sitting.

Execute

Use for normal complex work.

Do this:

  • State goal and approach
  • List concrete steps
  • Flag irreversible or high-risk actions with ⚠️
  • State dependencies, checkpoints, and definition of done
  • Ask for approval before acting

Recover

Use when work already exists and the problem is continuity, not invention.

Do this:

  • Summarize current state
  • Distinguish completed / partial / blocked / unknown
  • Give the safest next step
  • Say what should be discarded, preserved, or verified

Prefer stabilization over cleverness.

Parallel

Use only when splitting work clearly improves speed or clarity.

Do this:

  • Separate solo work from delegable work
  • Define lanes with owners
  • Define merge points and shared assumptions
  • Keep parallelism minimal and purposeful

Do not parallelize tiny tasks just because you can.

Living

Use for long-running projects.

Do this:

  • Before creating a new living plan, first check whether one already exists for the project
  • Do not write or update a living-plan file until the user explicitly approves persistent storage
  • Once approved, persist the plan to file when useful
  • If the project has no existing convention, default to a simple plan file under docs/plans/ or another clearly named project folder
  • Keep these sections updated:
    • current focus
    • next actions
    • decisions
    • open loops
    • risks
  • On session start, resume, or after compaction, reload the latest approved living plan before continuing
  • If the living plan is stale enough to be doubtful, say so and refresh it before acting

Prefer living plans for strategy, negotiations, and multi-day builds.

Approval contract

Until approval:

  • Stay read-only
  • Inspect files, docs, and current state
  • Audit available tools and skills using local/project context first
  • Do not create or update plan files
  • Do not make external network lookups for toolbox audit unless the user explicitly approves that broader search
  • Compare approaches
  • Ask only the minimum blocking questions

After approval:

  • Execute only the approved scope
  • Respect partial approvals like “do 1-3, hold on 4”
  • If reality changes materially, stop and re-plan

Recognize these approval patterns:

  • go
  • do it
  • do steps 1-3
  • hold on 4
  • skip plan
  • cancel
  • similar clearly positive approval language such as "sounds good" or "yes, proceed"

Control semantics:

  • /plan off = stop auto-activating this skill for the current session
  • cancel before execution = abort the plan and do nothing
  • cancel during partial execution = stop immediately, report what has already been done, and do not assume rollback unless explicitly asked

Surprise policy

Pause and report when:

  • a required tool, file, or dependency was missing from the plan
  • risk becomes meaningfully higher than planned
  • destructive action becomes necessary unexpectedly
  • new information changes the recommendation

Do not silently widen scope.

Toolbox audit

Before presenting an execute-oriented plan:

  • Check relevant installed skills first
  • Prefer local/project-available capabilities over reinvention
  • Only check external registries such as ClawHub when it materially changes the recommendation and the user has approved that broader search
  • Do not send plan contents, secrets, or private project details to external services during toolbox audit

Show this briefly in a Using: section when it materially changes the approach.

Likely failure modes to avoid

  • Using parallel for work that is still unclear
  • Using living for tasks that are actually small and one-shot
  • Presenting too many lenses at once instead of recommending one
  • Turning /plan into ceremony on obvious work

Example patterns

Example: compare

User: “Should we launch in market A or market B first?”

Output:

  • Option A: Market A first
  • Option B: Market B first
  • Tradeoffs
  • Recommendation

Example: execute

User: “Migrate auth from sessions to JWT.”

Output:

  • Goal
  • Approach
  • Using
  • Ordered steps
  • ⚠️ irreversible cleanup step
  • Approval ask

Example: recover

User: “Everything is all over the place. Pick this back up.”

Output:

  • Current state
  • What is done
  • What is blocked
  • Safest next step

Example: parallel

User: “Review the repo, draft migration steps, and prep the rollout note.”

Output:

  • Solo lane
  • Parallel lanes with owners
  • Merge point
  • Approval ask

Example: living

User: “Track this negotiation through 14 April.”

Output:

  • Current focus
  • Next actions
  • Decisions
  • Open loops
  • Resume instruction

Comments

Loading comments...