context
Analyze and optimize Claude Code's context configuration (analyze, optimize, or reset).
Continue working on a change - create the next artifact (Experimental)
> /plugin marketplace add komluk/scaffolding > /plugin install scaffolding@komluk-scaffolding
How it fires
How this command gets triggered: by you, by Claude, or both.
/continueContext preview
What this command does when you run it.
Continue working on a change - create the next artifact (Experimental)
name: "Specs: Continue" description: Continue working on a change - create the next artifact (Experimental) category: Workflow tags: [workflow, artifacts, experimental]
Continue working on a change by creating the next artifact.
**Input**: Optionally specify a conversation_id after `/specs:continue`. 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. **Check current status**
Check which artifacts exist in the specs directory:
3. **Act based on status**:
---
**If all 3 artifacts exist**:
---
**If artifacts are missing** (create in order: proposal -> design -> tasks):
Pick the FIRST missing artifact in dependency order:
a. **If `proposal.md` is missing**: Create it
b. **If `design.md` is missing** (proposal.md exists): Create it
c. **If `tasks.md` is missing** (proposal.md + design.md exist): Create it
4. **After creating an artifact, show progress**
Display which artifacts exist and which are still needed.
**Output**
After each invocation, show:
**Artifact Creation Guidelines**
**Guardrails**
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.