Plan This — Development skill for Claude Code
Plan a feature or fix before any code is written.
How to install Plan This
Installs to ~/.claude/skills/goulvenclech-dotclaude-plan-this/SKILL.md
mkdir -p ~/.claude/skills/goulvenclech-dotclaude-plan-this && curl -fsSL https://raw.githubusercontent.com/goulvenclech/dotclaude/HEAD/commands/plan-this.md -o ~/.claude/skills/goulvenclech-dotclaude-plan-this/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Plan This does
description: Plan a feature or fix before any code is written.
Workflow
1. Gather context (Analysts)
Planning is **your** job — the main agent. Analysts only do bulk lookups so your context stays clean for reasoning.
Spawn **multiple analyst subagents in parallel** (multiple Agent calls in a single message) for independent lookups. Typical splits:
- One to fetch the issue/PR and any linked tickets (via
gh,glab, or equivalent) - One to map the touched code paths: callers,
Alternatives in Development
- Plan Feature: Comprehensive Archon Implementation Planning — Plan Feature: Comprehensive Archon Implementation Planning skill 17.6k ★
- Investigate Performance — Investigate a Nimbalyst performance problem (freeze, lag, idle CPU, slow op, memory growth) with measured evid 1.6k ★
- Iterate Feature — Iterate on the feature "$ARGUMENTS" to fix issues and address feedback 180 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Massu Create Plan
When user wants to plan a feature, fix, or change before implementing -- 'create a plan', 'plan this', or desc
Adversarial Plan
You are an independent reviewer performing an adversarial review of an implementation plan before any code is
Voice Guard
Use to check ONE already-written piece of copy against a voice guide before it ships — it spawns ONE fresh sib
Burn
SLO burn rate — multi-window alerting that catches budget exhaustion before it happens. Uses .great_cto/slo-bu
Strategist
Product strategist that challenges assumptions, asks forcing questions, and validates ideas before any code is
Specs Generation
Break down the brief into a sequenced plan of independently-deliverable tasks, written to tasks/specs.md follo
Related Agents
Engine Implementer
C++/pyext implementation agent for the orkid engine. Use to implement ONE precisely-scoped slice of engine wor
Transcript Proofer
Proof-read an ASR words.json against the media before captions are written. Re-runs ASR on suspect spans and r
Regression Test Author
Writes a test that reproduces a bug BEFORE the fix is written. Invoke for every bug. The reproduction test sta