Explain Plan banner
philadamson93 philadamson93

Explain Plan

Documentation community

Description

--- name: explain-plan description: Convert a plan doc into a self-contained interactive HTML explanation (Mermaid diagrams, blast-radius map, step accordion, inline feedback widgets, clipboard-export button) and then run a drift-verification pass that reconciles the HTML against the source markdown. Use when a plan is too long or repo-wide for prose review to be productive, or when the user invokes `/explain-plan <path>`. Pairs with `/read-plan` (which opens the source markdown) — `/explain-pla

Installation

Installs to ~/.claude/skills/philadamson93-research-skills-explain-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/philadamson93-research-skills-explain-plan && curl -fsSL https://raw.githubusercontent.com/philadamson93/research-skills/HEAD/commands/explain-plan.md -o ~/.claude/skills/philadamson93-research-skills-explain-plan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository