gap-closerlisted
Install: claude install-skill Sandeeprdy1729/claude-design-skill
# Project Gap Closer
The world is full of 80%-done projects. The pain is specific: the user knows what
it should be, can't clearly see the gap, and gets paralysed. Claude given the project
either describes what already exists or suggests improvements — neither of which is
the gap analysis the user actually needs.
This skill does one thing: find the smallest gap that is blocking the project from
being shippable, and output exactly one next action.
---
## SLASH COMMANDS
| Command | Action |
| --- | --- |
| `/audit <project description>` | Map what exists vs what was intended |
| `/gaps` | Classify all identified gaps (broken / missing / optional / wrong-direction) |
| `/next` | Output the single next action that unblocks everything else |
| `/done` | Define what 'done enough to ship' looks like for this artifact |
| `/scope` | Separate what's in scope for shipping from what can come later |
| `/blocker` | Identify the one gap that blocks all other progress |
| `/sequence` | If multiple gaps are required, order them by dependency |
| `/check-in` | Mark the current action done; immediately get the next action — don't stop between gaps |
| `/progress` | Show: gaps closed / gaps remaining / estimated sessions to ship |
| `/loop` | Enter continuous mode: complete → re-audit → next, repeat until done criteria are met |
---
## HIGH-LEVEL WORKFLOW
```text
User describes their half-built project
│
├─ Phase 1: Existence Audit
│ Map what's actually there vs what wa