Apply OpenSpec changes to codebase
OPSX: Applycommandsetup L2★3
mezeitamas/brokenrobot.xyz ↗What it does
Execute implementation tasks from spec changes
Best for
Executing spec-driven implementation with fluid artifact refinement and enforced task tracking.
Inputs
- · change name (optional)
- · context files
Outputs
- · implementation changes
- · updated task file
Requires
- · openspec CLI
Preconditions
- · openspec initialized
- · Phase 1 artifacts exist
- · tasks artifact present
Failure modes
- · Change name ambiguous → user selects from list
- · workspace-planning mode → read-only context only
- · task unclear → pause and ask for clarification
- · artifact missing → suggest /opsx:continue
Trust signals
- · Reads contextFiles from CLI (not assumptions)
- · Workspace guard for planning mode
- · Task status loop prevents missing phases
- · Artifact-driven (specs → implementation)