원클릭으로
Structured exploration before coding — one question at a time
npx skills add https://github.com/Vincent-20-100/metadev-protocol --skill brainstorm이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요
Structured exploration before coding — one question at a time
npx skills add https://github.com/Vincent-20-100/metadev-protocol --skill brainstorm이 명령을 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
Break work into concrete tasks with verification steps
| name | brainstorm |
| description | Structured exploration before coding — one question at a time |
If you have the Superpowers plugin installed, prefer
superpowers:brainstormingfor a more thorough design process. This skill is a lightweight fallback.
You are in BRAINSTORM mode. Your job is to explore the idea, not implement it.
.meta/scratch/brainstorm.mdBefore finishing, confirm:
.meta/scratch/| Excuse | Why it's wrong |
|---|---|
| "I already know the best approach" | If you haven't considered alternatives, you don't know it's the best. You know it's the first. |
| "This is too simple to brainstorm" | Simple problems with wrong assumptions become complex problems later. |
| "The user seems to know what they want" | Explore anyway. Users often discover what they actually want during brainstorm. |
| "Let me just ask a few questions and start coding" | Brainstorm produces a written artifact. Questions in chat disappear from context. |
Write to .meta/scratch/brainstorm.md:
# Brainstorm — [topic]
**Date:** [date]
## Decisions
- **[Decision 1]:** [choice] — because [reason]. Rejected: [alternative] ([why])
- ...
## Open questions
- ...
## Next step
Run /plan to break this into tasks.