← ClaudeAtlas

gap-analysis-e2elisted

Two-mode chained gap analysis. DETECT scans the current service end-to-end through three lenses — north-star alignment, correctness (bugs), and user-perspective (UX) — and enumerates concrete, severity-ranked gaps. Then BENCHMARK researches how reference/benchmark services actually solved each high-ranked gap and PROPOSES a closing approach. Use when the user says any of: "북극성 기준으로 부족한 점", "사용자 관점에서 부족한 점", "다른 벤치마크 서비스는 이 부분을 어떻게 해결했는지", "갭분석", "레퍼런스 서비스랑 비교해서 부족한 점 찾아줘" — or the English equivalents: "gap analysis", "what are we missing vs the ideal/north-star", "benchmark against reference services". Fires for both Korean and English phrasing. NOT for a whole-codebase multi-dimension audit (use ultracode-service-audit) or single-artifact prose review (use multi-persona-review) — this is the narrower gap-vs-benchmark loop.
uzysjung/uzys-agent-harness · ★ 3 · AI & Automation · score 69
Install: claude install-skill uzysjung/uzys-agent-harness
# Gap Analysis E2E (reverse + competitive) A targeted loop, not a sweep. You take the service as it is today, find where it falls short of the ideal **and** where it is simply broken or awkward, then for each real shortfall you go look at how a benchmark service solved that exact problem before proposing a fix. The user's own framing: > "현재 서비스 개발 상태에서 북극성 기준으로 부족하거나, 버그가 있거나, 사용자 관점에서 부족한 점을 > 인지하면 다른 벤치마크 서비스는 이부분을 어떻게 해결했는지를 확인해 가는 거지." So the work fuses two moves that are usually done separately: **reverse-gap** (distance from the north-star / ideal) and **competitive benchmark resolution** (how others closed the same gap). DETECT finds gaps; BENCHMARK closes them. They chain: detect → for each gap, benchmark → propose fix. ## When to use - You have a working-ish service and want to know, concretely, where it's behind its own north star, where it has bugs, and where the UX disappoints. - You've found a weak spot and want "다른 유사 깃허브 프로젝트 / 레퍼런스 SaaS 는 이걸 어떻게 했지?" before inventing a fix. - You want a ranked, auditable list of gap → benchmark evidence → proposed close, not a vague "we could improve X." Not for: directing the roadmap forward (that's `northstar-roadmap` — it DIRECTS; this DETECTS gaps against the same north star). Not a full N-dimension audit (that's `ultracode-service-audit`; this is a narrower gap-to-benchmark loop). --- ## MODE 1 — DETECT Run three **independent** passes, then consolidate. The usability and gap-analysis literature is unanimou