What problem does it solve?
Produce a visual coverage map across all stories in a feature. Reads from existing pipeline artefacts (test plan .md files + pipeline-state.json). Answers two questions at a glance: what is tested, and by what kind of test? Where are the gaps, and how risky are they? Does not run tests. Does not read test results - reads test plans. Does not generate test plans - that is /test-plan. Does not fix gaps - reports them for humans to action.
Core Features & Use Cases
- Reads test plan artefacts to compute AC coverage per story (Unit/Integration/E2E/Manual)
- Produces a per-story rollup with risk scoring and gap types
- Highlights stories without test plans and shows where gaps exist
- Provides a concise coverage summary for stakeholders without executing tests
- Reads artefacts to surface coverage status for planning and risk assessment
Quick Start
Run the coverage map after at least one test plan exists for the feature.