← ClaudeAtlas

spec-walkthroughlisted

Render a spec bundle (or a chosen slice) into a plain-language, didactic comprehension artifact a human reads and judges for themselves: an unaided cold read before kickoff, re-orientation mid-execution, or onboarding to a finished or abandoned spec. Standalone and strictly read-only: it renders any status, never edits, signs off, mutates the pipeline, or delivers a verdict of its own. The independent complement to /spec-kickoff's guided dialogue.
inkatze/planwright · ★ 1 · Testing & QA · score 70
Install: claude install-skill inkatze/planwright
# /spec-walkthrough A standalone, read-only command that renders an existing spec bundle, or a selected part of it, into a visual, plain-English artifact a human reads and **judges for themselves** (REQ-A1.1, D-1). It lowers the cost of absorbing a dense bundle so a reader can independently evaluate it at any lifecycle stage, and it stands apart from `/spec-kickoff` precisely so that read stays independent: the moment the authoring agent performs the comprehension, independent review collapses into "the agent reviewed its own spec." On a successful load the command assembles the bundle into a single self-contained HTML file and writes it to the gitignored `.claude/walkthroughs/<spec>/` location (REQ-E1.1), naming the path in the load report. The artifact carries the one-pager, the decision map, the drawn dependency graph, and the teach-back; a partial `--scope` selector renders only the sections in its scope (a single file, a requirement group, the decision set, the task graph, or one decision plus its blast radius), and the framing adapts to the bundle's auto-detected status (REQ-B1.2, REQ-B1.3). ## Doctrine Resolve and read these rule docs at run start via the rule-doc resolution convention (`scripts/resolve-rule-doc.sh <doc-name>`, or the documented `PLANWRIGHT_ROOT`/`CLAUDE_PLUGIN_ROOT` chain): `spec-format` (the bundle this command reads conforms to the meta-spec — its file set, headers, and identifier discipline govern what the scaffold loads and validates) and `sec