spec-coverage-map
Originally fromjschulte/claude-plugins
Installation
SKILL.md
Spec-to-Code Coverage Map
Generate a comprehensive coverage map showing the relationship between specifications and implementation files.
When to run: After Gear 6 (Implementation) or during cleanup/documentation phases
Output: docs/spec-coverage-map.md
What This Does
Creates a visual map showing:
- Spec → Files: Which code files each spec covers
- Files → Specs: Which spec(s) cover each code file (reverse index)
- Coverage Statistics: Percentages by category (backend, frontend, infrastructure)
- Gap Analysis: Code files not covered by any spec
- Shared Files: Files referenced by multiple specs