What problem does it solve?
This skill converts basic Claude plans into execution-ready documents by embedding the execution workflow, per-task checks, and template-driven structure to ensure deterministic execution in fresh sessions.
Core Features & Use Cases
- Multi-file plan generation: produces intro.md and task-*.md files under docs/plans/YYYY-MM-DD-<feature-name>/
- Contextual enrichment: reads plan references and repository context from templates and references, embedding inline context
- Verification & code-review workflow: includes per-task verification steps and a mandatory code-review checkpoint
- Plan indexing & handoff: updates docs/plans/INDEX.md and provides an execution handoff outline for fresh sessions
- Use Case: after defining a feature plan, enrich it to enable automated execution and reproducible checkpoints
Quick Start
Identify a plan in ~/.claude/plans/. Then generate the multi-file enriched plan, which will output into docs/plans/YYYY-MM-DD-<feature-name>/intro.md and task-*.md, and update docs/plans/INDEX.md. Use this to prepare a fresh Claude session with embedded execution context.