Aus dem Quell-Repository gerendert; Überschriften, Beispiele, Code, Tabellen, Links und Bilder bleiben erhalten.
OPSX: Propose
This skill is a thin wrapper around the opsx propose command. Refer to that file for the complete workflow.
Propose a new change — create the change and generate all artifacts in one step.
Artifacts to generate:
- proposal.md (what & why)
- design.md (how)
- tasks.md (implementation steps)
Input: The argument after /opsx:propose is the change name (kebab-case) or a description of what the user wants to build.
Quick Reference
- If no input — ask what they want to build
- CodeGraph exploration —
codegraph explore "<key terms>" - Create change —
openspec new change "<name>" - Get build order —
openspec status --change "<name>" --json - Create artifacts in sequence — follow instructions from
openspec instructions <artifact-id> --change "<name>" --json - Show final status —
openspec status --change "<name>"
See commands/opsx/propose.md for full details.

