work-gaps
Installation
SKILL.md
/work-gaps — Gap and Omission Finder
Implements the Completeness critic pattern — the final gate of the
quality system: after find → dedup → verify, it asks "what did the LIST / SCOPE
itself never cover?" and emits a machine-checkable clearedToClose verdict the
orchestrator can branch on.
When to use
- After a sweep, review round, or design phase, before you are ready to say "we're done".
- You want a deliberate, last-mile check for the things that systematic processes tend to miss (the modality you forgot, the claim that was assumed true, the downstream consumer you didn't think about).
It is cheap insurance against "we covered everything important" when you actually covered everything we thought of.
Workflow shape — PARALLEL / BARRIER gate (default single-pass)
This skill is the closing gate of the canonical Review harness
(find → dedup → work-refute → work-gaps; see
workflow-mode.md §2).