What problem does it solve? After completing a modularity analysis, you need a consistent, well-structured final report. This Skill produces the review document in both Markdown and HTML formats with identical content, eliminating manual formatting work. ## Core Features & Use Cases - Dual-format output: Writes the same review content to a Markdown file and a styled HTML file with light/dark theme support. - Structured review template: Enforces a fixed structure with executive summary, coupling overview table, per-issue sections (knowledge leakage, complexity impact, cascading changes, recommendations), and severity ratings. - Mandatory coupling.dev linking: Automatically hyperlinks every Balanced Coupling concept to the correct coupling.dev reference page using a built-in lookup table. - Use Case: After analyzing coupling between services in a codebase, use this Skill to produce the final dated review report under docs/modularity-review/ for sharing with the team. ## Quick Start Use the modularity-document skill to write the final modularity review from my analysis as both Markdown and HTML files.