context
Analyze and optimize Claude Code's context configuration (analyze, optimize, or reset).
Verify implementation matches change artifacts before archiving
> /plugin marketplace add komluk/scaffolding > /plugin install scaffolding@komluk-scaffolding
How it fires
How this command gets triggered: by you, by Claude, or both.
/verifyContext preview
What this command does when you run it.
Verify implementation matches change artifacts before archiving
name: "Specs: Verify" description: Verify implementation matches change artifacts before archiving category: Workflow tags: [workflow, verify, experimental]
Verify that an implementation matches the change artifacts (design, tasks).
**Input**: Optionally specify a conversation_id after `/specs:verify`. If omitted, use the current conversation's UUID. If vague or ambiguous, list conversations that have specs directories.
**UUID Enforcement**: The conversation_id MUST be a UUID (format: `xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`). NEVER use descriptive names.
**Steps**
1. **Locate the specs directory**
Use the current conversation's UUID or the provided one to find: `.scaffolding/conversations/{conversation_id}/specs/`
If no specs directory exists, inform the user and suggest `/specs:new`.
2. **Load artifacts**
Read all available spec files:
3. **Initialize verification report structure**
Create a report structure with three dimensions:
Each dimension can have CRITICAL, WARNING, or SUGGESTION issues.
4. **Verify Completeness**
**Task Completion**:
**Requirement Coverage**:
5. **Verify Correctness**
**Requirement Implementation Mapping**:
**Scenario Coverage**:
6. **Verify Coherence**
**Design Adherence**:
**Code Pattern Consistency**:
7. **Generate Verification Report**
**Summary Scorecard**:
## Verification Report: <conversation_id> ### Summary | Dimension | Status | |--------------|------------------| | Completeness | X/Y tasks, N reqs| | Correctness | M/N reqs covered | | Coherence | Followed/Issues |
**Issues by Priority**:
1. **CRITICAL** (Must fix before archive):
2. **WARNING** (Should fix):
3. **SUGGESTION** (Nice to fix):
**Final Assessment**:
**Verification Heuristics**
**Graceful Degradation**
**Output Format**
Use clear markdown with:
Spec-driven multi-agent orchestration for Claude Code — pure markdown, zero backend, runs on the stock runtime. 13 agents, 36 skills, 19 commands, 15 hooks, per-phase model tiers, opt-in lifecycle hooks, optional cross-device semantic memory.
Repo: komluk/scaffolding
Analyze and optimize Claude Code's context configuration (analyze, optimize, or reset).
Scaffold a new scaffolding-compatible skill: an interactive flow that creates `skills/<name>/SKILL.md` from the canonical template, composes a `TRIGGER`/`SKIP`…
Health-check the scaffolding install and report install problems plus exact fixes (diagnose-only, never mutates).
Initialize OpenSpec in a project directory with the scaffolding-workflow schema.
Scaffold opt-in path-scoped nested CLAUDE.md rule files into the project to lazy-load per-area conventions while keeping routing always-loaded.
Bootstrap a new project with the scaffolding CLAUDE.md, settings.json, and `.scaffolding/` directory structure.