Use when creating plan files, writing plans, or entering Plan mode. This skill provides a template and checklist for structuring plan files with User Prompts, Purpose, Structure, TODO, and Verification sections that comply with plan file content rules.
From plannpx claudepluginhub masseater/claude-code-plugin --plugin planThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
This skill provides a template and checklist for creating plan files. It is separate from Claude Code's /plan command (which enters Plan mode). This skill guides the content of the plan file to ensure it meets the plugin's quality rules.
Enter Plan mode by calling the EnterPlanMode tool before using this skill. If already in Plan mode, proceed directly to the Workflow.
plan:review skill to validate the plan
review.md (produced by plan:review-combiner). Reading individual reviewer report files is strictly prohibited. The parent MUST always wait for review-combiner to complete before reading review.md.ExitPlanModeCreate the plan file with the following structure, in this exact order:
## User Prompts
> [Paste the user's original prompt exactly as given]
> [If additional prompts were given during planning, add them here in order]
# Purpose>) format for each promptExitPlanMode approval process (e.g., feedback, revision requests)# Purpose
[Clear, concise description of what this plan aims to achieve]
## Structure
### Before
[Directory/file tree showing the current state of relevant files/directories]
### After
[Directory/file tree showing the target state after plan execution]
(new) and deleted ones with (delete)(delete) and new name with (new)## TODO
### 1. [Task title]
**Target file**: `path/to/file`
**Description**: [Concrete description of what to do]
### 2. [Task title]
...
## Verification
1. [Verification item corresponding to TODO 1]
2. [Verification item corresponding to TODO 2]
...
When additional prompts are received while creating the plan: