analyzing-gaps
Compare user expectations (UTCs) with code reality to identify gaps. Use when you need to understand discrepancies between what users expect and what code actually does.
npx skills add majiayu000/claude-skill-registry --skill analyzing-gaps-0xhoneyjar-construct-beehive --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Analyzing Gaps Compare user expectations captured in UTCs and journeys with actual code behavior documented in reality files. Generate structured gap reports with severity classification, JTBD impact mapping, and resolution recommendations. --- ## Trigger ``` /analyze-gap {journey-id} /analyze-gap {journey-id} --reality {component} /analyze-gap {journey-id} --severity-threshold {level} ``` **Examples:** ```bash /analyze-gap reward-understanding /analyze-gap reward-understanding --reality use-recipe-deposit-flow /analyze-gap informed-decision --severity-threshold high ``` --- ## Arguments | Argument | Required | Description | |----------|----------|-------------| | `journey-id` | Yes | Journey identifier to analyze | | `--reality {component}` | No | Specific reality file to compare (otherwise uses journey's linked reality) | | `--severity-threshold {level}` | No | Filter output to show only gaps at or above this severity | | `--update-canvases` | No | Automatically update source canvas expectation gap tables | --- ## Workflow ### Phase 1: Load Journey Context 1. Read journey file from `grimoires/observer/journeys/{journey-id}.md` 2. Extract: - Journey steps (trigger, action, expec
- Trigger
- Arguments
- Workflow
- Phase 1: Load Journey Context
- Phase 2: Load User Truth (UTCs)
- Phase 3: Load Code Reality
- Phase 4: Step-by-Step Comparison
- Phase 5: Classify Gaps
- Phase 6: Generate Gap Report
- Phase 7: Update Linked Artifacts
- Gap Entry Template
- Gap Classification Reference
- Type Indicators
- Severity Indicators
What does the analyzing-gaps skill do?
Compare user expectations (UTCs) with code reality to identify gaps. Use when you need to understand discrepancies between what users expect and what code actually does.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill analyzing-gaps-0xhoneyjar-construct-beehive --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
