gap-analysislisted
Install: claude install-skill kevinlin/skills
# Gap Analysis
This skill produces two related deliverables that live in the project's **gap-analysis folder** (referred to as `<gap-analysis-folder>` throughout — the actual path is project-specific and supplied by the user; see "Required inputs" below):
1. **Individual gap-analysis reports** — one HTML file per workflow / component / system, comparing a BPMN (or set of requirement docs) to the RFP and Detailed Requirements, listing gaps with severity, workstream, and remediation owner.
2. **The master gap & risk register** (`gap-register.html`) — a roll-up index that re-tabulates every gap from every individual report, grouped by category, with a scorecard and filter bar.
Both deliverables share the same theme system, severity rubric, workstream pills, and owner pills. Pick the right flow based on the user's intent:
```
User asks for a fresh gap analysis on a specific workflow / component
+ no existing report at <gap-analysis-folder>/<topic>-gap-analysis.html
│
▼
Flow A — Fresh individual report
│
├──→ assets/individual-report.template.html
└──→ references/individual-report.md
User asks to update / add to / refresh an existing individual report
(usually points at <gap-analysis-folder>/<topic>-gap-analysis.html)
│
▼
Flow A2 — Update existing report
│
└──→ references/individual-report.md (§ Updating an existing report)
User points at gap-analysis folder, OR mentions "register" / "index"
+ want