← ClaudeAtlas

gap-analysislisted

Use when producing or updating a gap-analysis HTML report. Triggers on "gap analysis", "gap register", "gap index", "analyse the requirement docs", "find gaps between BPMN and requirements", or when the user references requirement / BPMN / FeatureSpec / RFP docs and asks for a structured comparison. Also triggers when the user points at a folder of existing gap-analysis reports and asks to refresh, re-roll up, or rebuild the master register/index. Produces a self-contained, theme-switching HTML report in the gap-analysis house style. Use this skill instead of free-form Markdown when the user wants a sharable HTML deliverable; do not use for prose summaries or open-question lists.
kevinlin/skills · ★ 3 · Code & Development · score 74
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