gap-analysis
SolidPerforms a gap analysis between two artifacts (a current state and a desired state) and produces a plain-language, stakeholder-readable report indexed by stable gap IDs. Use when the user wants to compare, evaluate, audit, or reconcile one artifact against another — including spec-vs-implementation gaps, PRD-vs-shipped-feature gaps, design-vs-build gaps, requirements-vs-code audits, or any "what's missing from X compared to Y" question — and wants a human-readable report rather than raw analyst output. Orchestrates the `gap-analyzer` agent for the primary analysis, then runs a validator-and- augmenter swarm by default to corroborate, contradict, and enrich the findings — including an actor-perspective sweep across human users, API callers, AI agents, and other actor types. The user may opt out of the swarm with `no swarm` to fall back to a lightweight gap-analyzer-only pass. Recommends a swarm team size (small / medium / large) based on gap count, gap-category distribution, and the specific domains the gaps t
Install
Quality Score: 91/100
Skill Content
Details
- Author
- testdouble
- Repository
- testdouble/han
- Created
- 3 weeks ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
gap-closer
Project completion skill that turns half-built things into done things. Activates when the user has an 80%-done project — a SaaS with no landing page, a side project with no README, a blog post that's a brain dump, a feature with no tests — and needs to identify the specific gap and the single next action that unblocks shipping. Audits what exists vs what was intended. Classifies gaps as broken/missing/ optional/wrong-direction. Outputs exactly ONE next action. Defines what 'done enough to ship' looks like for this specific artifact. Use when user says: help me finish this, I can't ship this, what's left, what am I missing, how do I get this across the finish line, I keep getting stuck, almost done but, I have a half-built, this is 80% done, what's blocking me, I don't know what to do next, I have this thing I never shipped, this is stuck, how do I complete this. Do NOT activate for: projects at 0% (use a planning skill), projects where the next step is clear and the user is asking how to do it, debugging. Fi
gap-scanner
Audits AZIMUTH's coverage completeness. Cross-references what SKILL.md claims to handle against what reference, diagnostic, and domain-policy files actually cover. Identifies thin coverage, missing domains, and structural inconsistencies. Run before major version planning.
gap-analysis-framework
Structured gap analysis with automated comparison and prioritization for current vs future state analysis
docs-gap-finder
Know exactly which docs page to write next. Cross-references real user signals — failed searches, AI-unanswered questions, popular queries — against your live doc graph and returns the top 7 pages worth creating. Optionally opens a GitHub Issue with a draft outline for each. PRO+.
agent-gap-analyzer
Analyze project needs against existing Agent capabilities to identify coverage gaps. Reads project-profile.yaml and Agent capabilities tags, outputs deterministic coverage report. Use when evaluating which Agents are missing for a project.