analyse-design-gaps

Solid

Compare two design inventories produced by inventory-design and emit a structured gap artifact whose prose paragraphs satisfy the extract-work-items cue-phrase contract. Use after running inventory-design for both a current and target design surface. The resulting gap artifact under meta/design-gaps/ feeds directly into /accelerator:extract-work-items to produce actionable work items.

AI & Automation 19 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Analyse Design Gaps !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-context.sh analyse-design-gaps` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-agents.sh` If no "Agent Names" section appears above, use these defaults: accelerator:reviewer, accelerator:codebase-locator, accelerator:codebase-analyser, accelerator:codebase-pattern-finder, accelerator:documents-locator, accelerator:documents-analyser, accelerator:web-search-researcher. **Design inventories directory**: !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-path.sh research_design_inventories` **Design gaps directory**: !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-path.sh research_design_gaps` You are tasked with comparing two design inventories and producing a structured `design-gap` artifact. The artifact's prose paragraphs must satisfy the `extract-work-items` cue-phrase contract so they flow into the work-item lifecycle without manual editing. ## Steps ### 1. Resolve Each Source-Id to Its Inventory For each of `[current-source-id]` and `[target-source-id]`: **a. Validate format**: must match `^[a-z0-9][a-z0-9-]*$`. Report a clear error naming offending characters if not. **b. Glob** `<design_inventories>/*-{source-id}/` (excluding leading-dot directories). **c. Zero matches**: exit non-zero with: > `error: source-id '<id>' did not match any inventory under <root>. Available > source-ids: <comma-separated list>. Run /accelerator:inventory-design <id> > <...

Details

Author
atomicinnovation
Repository
atomicinnovation/accelerator
Created
2 months ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Solid

gap-analysis

Performs 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

81 Updated today
testdouble
AI & Automation Solid

kiro-validate-gap

Analyze implementation gap between requirements and existing codebase

3,471 Updated 3 weeks ago
gotalab
Code & Development Listed

harness-audit

Scans a project for agent-harness gaps and outputs a prioritised list with paste-ready config snippets to close them. Covers hooks, CI, pre-commit, instruction file quality, init.sh, and session discipline. Use when starting a new project, auditing an existing harness, writing or reviewing CLAUDE.md/AGENTS.md, setting up CI gates, beginning multi-day autonomous work, or when user says "set up harness", "health check", "agent discipline", "project setup", "pre-commit hooks", "stop hook", "verification gap".

0 Updated 4 days ago
ClydeShen