Run a fixed OpenSpec lifecycle with Claude Code in one command: proposal -> specs -> design -> tasks -> apply -> verify -> archive. Use when user wants end-to-end spec-driven execution with minimal manual steps.
Execute a full OpenSpec cycle through Claude Code with deterministic stages.
Provide a one-command workflow for:
Run manually with arguments:
/claude-code-openspec <change-name> <task-description>
If no arguments are provided, ask for:
claude-code-runner wrapper script for PTY-safe execution.--permission-mode plan.Use this script:
./.agent/skills/claude-code-openspec/scripts/run_openspec_cycle.sh \
--change "$0" \
--task "$ARGUMENTS"
Notes:
$0 is the first argument (change name).$ARGUMENTS includes full user input; script normalizes and validates.Always report:
scripts/run_openspec_cycle.sh: one-command fixed lifecycle runnerreferences/stage-prompts.md: exact stage prompt templates