specflow-viewerlisted
Install: claude install-skill pedropacheco95/cortex
# specflow-viewer
Generates **one self-contained HTML file** that presents a Specflow project's full two-layer spec tree (business + developer) as a polished, client-facing documentation site. CSS, JS, all spec data, all folder overviews, and the cross-tree mapping inline into a single file — no server, no build, no external assets. The user double-clicks it and it works.
> **Cortex awareness:** on a Cortex project, the viewer MAY read the Purpose lines of
> the insight per-file entries (`.cortex/insight/anatomy/<path>.md`) to enrich
> rendering (e.g. file summaries alongside the specs that govern them). No Cortex
> reads are required — the spec trees remain the only mandatory input.
## When to use
Trigger whenever the user wants a browsable, shareable view of a Specflow project's specs — at either layer, or both. Typical phrasings:
- "Generate the spec viewer" / "build the spec page" / "make the HTML specs"
- "Show the business specs to the stakeholder" / "render the business view" / "client-facing specs"
- "Show the folder overviews" / "render the group descriptions"
- "Where are the unmapped specs?" / "show me the business→dev mapping" / "coverage view"
- "Render the spec tree" / "export specs as HTML" / "publish the specs"
- "Spec browser" / "spec dashboard" / "spec viewer"
- Anything about handing off, delivering, or sharing Specflow specs with a non-developer audience
Do NOT use for:
- Editing or generating spec Markdown itself (use the Specflow methodology skills