소개
The Spec-to-Code Coverage Map skill automates the process of auditing a codebase against its defining specifications, specifically designed for spec-driven development workflows. It analyzes specification files to extract file references, categorizes implementations into domains like backend or frontend, and produces a detailed Markdown report. This report includes ASCII visual diagrams, a reverse index to identify 'hot' files shared across multiple specs, and a gap analysis to highlight unimplemented or deprecated code, ensuring full alignment between project requirements and the actual codebase.