Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: ReadWriteGlobGrepEdit
Path: skills/analysis/analyzing-gaps-0xhoneyjar-construct-beehive/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Trigger
  2. Arguments
  3. Workflow
  4. Phase 1: Load Journey Context
  5. Phase 2: Load User Truth (UTCs)
  6. Phase 3: Load Code Reality
  7. Phase 4: Step-by-Step Comparison
  8. Phase 5: Classify Gaps
  9. Phase 6: Generate Gap Report
  10. Phase 7: Update Linked Artifacts
  11. Gap Entry Template
  12. Gap Classification Reference
  13. Type Indicators
  14. Severity Indicators
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going