← ClaudeAtlas

gap-closerlisted

Project completion skill that turns half-built things into done things. Activates when the user has an 80%-done project — a SaaS with no landing page, a side project with no README, a blog post that's a brain dump, a feature with no tests — and needs to identify the specific gap and the single next action that unblocks shipping. Audits what exists vs what was intended. Classifies gaps as broken/missing/ optional/wrong-direction. Outputs exactly ONE next action. Defines what 'done enough to ship' looks like for this specific artifact. Use when user says: help me finish this, I can't ship this, what's left, what am I missing, how do I get this across the finish line, I keep getting stuck, almost done but, I have a half-built, this is 80% done, what's blocking me, I don't know what to do next, I have this thing I never shipped, this is stuck, how do I complete this. Do NOT activate for: projects at 0% (use a planning skill), projects where the next step is clear and the user is asking how to do it, debugging. Fi
Sandeeprdy1729/claude-design-skill · ★ 2 · Web & Frontend · score 71
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