goulvenclech

Plan This — Development skill for Claude Code

Development community

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

Terminal
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

Full documentation available on GitHub

View Source Repository