원클릭으로
Break work into concrete tasks with verification steps
npx skills add https://github.com/Vincent-20-100/metadev-protocol --skill plan이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요
Break work into concrete tasks with verification steps
npx skills add https://github.com/Vincent-20-100/metadev-protocol --skill plan이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요
Pre-commit checklist + context update — runs deterministic checks, updates PILOT.md and SESSION-CONTEXT.md. Does NOT commit.
External research with WebSearch + WebFetch + MCP — structured output to .meta/references/raw/
Unified tech-watch skill — sweep mode (automated fetch of emerging repos/articles near project themes) and deep mode (structural analysis of one specific GitHub repo). Fuses /radar (sweep) and /audit-repo (deep) with a shared card schema in .meta/references/research/.
External research with WebSearch + WebFetch + MCP — structured output to .meta/references/raw/
Fill or update the Vision section in PILOT.md — problem / target user / V1 scope / north star metric
Structured exploration before coding — one question at a time
| name | plan |
| description | Break work into concrete tasks with verification steps |
If you have the Superpowers plugin installed, prefer
superpowers:writing-plansfor more detailed implementation plans. This skill is a lightweight fallback.
You are in PLANNING mode. Your job is to decompose work into actionable tasks.
.meta/scratch/brainstorm.md exists, read it first.meta/scratch/plan.mdWrite to .meta/scratch/plan.md:
# Plan — [topic]
**Date:** [date]
**Based on:** brainstorm.md (if applicable)
## Files involved
- `path/to/file.py` — create / modify (reason)
- ...
## Tasks
### 1. [Task title]
- **Files:** path/to/file.py
- **Do:** [concrete description]
- **Verify:** [how to check it works]
### 2. [Task title]
...
After writing the plan, rate it before presenting to the user:
| Level | Meaning | Action |
|---|---|---|
| GREEN | All files identified, no unknowns, clear verification steps | Present plan, ask for go-ahead |
| AMBER | Some unknowns remain (untested dependency, unclear API, missing context) | Present plan with flagged risks, ask user to resolve unknowns before approval |
| RED | Major unknowns (architecture not validated, critical dependency unresolved, scope unclear) | Do NOT present as ready. Recommend /brainstorm or /spec first |
State the confidence level explicitly at the top of the plan. Never present a RED plan as ready to execute.
Before finishing, confirm:
.meta/scratch/| Excuse | Why it's wrong |
|---|---|
| "I can figure it out as I go" | Plans catch dependency issues BEFORE you hit them mid-implementation. |
| "The tasks are too small to plan" | Small tasks still have ordering. Wrong order = rework. |
| "Let me just map the files mentally" | Write them down. Your context window is finite. The user needs to see them too. |
| "Verification steps are obvious" | If they're obvious, writing them takes 10 seconds. If they're not, you just prevented a silent failure. |
When the user approves the plan, create a Task per item and execute in order. Mark each task as completed as you go.