/opsx:continue
Continue working on a change by creating the next artifact.
Input: Optionally specify change name. If omitted, auto-select if only one active change exists.
Steps
- •
Select change
If no name provided:
- •Run
openspec list --jsonto get active changes - •Auto-select if only one exists
- •Otherwise, use AskUserQuestion tool to let user choose
- •Run
- •
Check current status
bashopenspec status --change "<name>" --json
- •
Act based on status
If all artifacts complete: Congratulate and suggest
/opsx:applyor archive.If artifacts ready to create:
- •Pick first artifact with
status: "ready" - •Get instructions:
bash
openspec instructions <artifact-id> --change "<name>" --json
- •Read dependency files for context
- •Create artifact using
templateas structure - •Apply
contextandrulesas constraints - •STOP after creating ONE artifact
- •Pick first artifact with
- •
Show progress
bashopenspec status --change "<name>"
Output
After each invocation:
- •Which artifact was created
- •Current progress (N/M complete)
- •What artifacts are now unlocked
- •Prompt: "Want to continue? Ask me to continue."
Guardrails
- •Create ONE artifact per invocation
- •Always read dependency artifacts first
- •Never skip artifacts or create out of order
- •If context unclear, ask before creating
- •Reference CLAUDE.md for error handling patterns