From manolii-framework
Structured invariant verification for active multi-phase projects. Runs four independent checks: phase gates, datastore write health, required files, checkpoint freshness. Always advisory.
How this skill is triggered — by the user, by Claude, or both
Slash command
/manolii-framework:completeness-checkclaude-sonnet-4-6The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger:** `/completeness-check <project-slug>`
Trigger: /completeness-check <project-slug>
Example: /completeness-check myproject
Structured invariant verification for active multi-phase projects. Runs four independent checks and emits a PASS/FAIL report. Always advisory.
/diagnose — searches memory and traces for past errors (memory-oriented, backward-looking)/investigate — open-ended codebase investigation/phase-gate — evaluates invariants for ONE specific phase transition/completeness-check — broad structured check: all phases + datastore health + file presence + checkpoint freshness<project-slug> — project slug (e.g. myproject)Run all four checks in sequence. Report PASS/FAIL for each.
For each phase defined in .ai/project-checkpoints/<slug>-phases.yaml (or defaults),
evaluate phase gate invariants from .ai/sessions/active-task.json. Report which phases are PASS/FAIL.
If unavailable, fall back to .ai/project-checkpoints/latest-session-facts.json.
Attempt a test write to confirm the project's datastore (file, database, or API) is accessible.
Verify these files exist in the repo for the project:
tools/<slug>/PROJECT-RECORD.md
tools/<slug>/audit-template.py
tools/<slug>/orchestrator.py (if multi-phase project)
PASS = all expected files present in git. WARN = file missing (note which one).
Check .ai/project-checkpoints/latest-session-facts.json:
COMPLETENESS CHECK: <slug>
Timestamp: <ISO>
CHECK 1 — Phase Gates:
Phase 1: ✅ PASS (all invariants met)
Phase 2: ❌ FAIL — invariant X unmet
CHECK 2 — Datastore Write Health:
✅ PASS — write test succeeded
CHECK 3 — Required Files:
✅ tools/myproject/PROJECT-RECORD.md
✅ tools/myproject/audit_template.py
⚠️ tools/myproject/orchestrator.py — NOT FOUND
CHECK 4 — Checkpoint Freshness:
✅ latest-session-facts.json (updated 2h ago)
SUMMARY: 2 PASS, 1 WARN, 1 FAIL
Action required: Resolve FAIL items before proceeding.
npx claudepluginhub manolii-org/ai-starter-pack --plugin manolii-frameworkRoutes gstack requests to the correct skill (planning, review, QA, shipping, debugging, docs, security, design). Invokes when user types /gstack or asks which skill to use.
Provides UI/UX design intelligence with 50+ styles, 161 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 10 stacks. Use for designing pages, components, or reviewing visual quality.