superspec-implementation
Installation
SKILL.md
Superspec Implementation (Apply + Validate)
Rules (non-negotiable)
- Drive OpenSpec via CLI only (NO OpenSpec slash commands; i.e., commands starting with
/opsxor/openspec). - It is OK to tell the user to run Superspec skills like
/superspec-plan; only OpenSpec slash commands are disallowed. - Prefer JSON output for every OpenSpec call (use
--json). - Only implement what the tasks/specs require; do not expand scope.
- Do not proceed if required tasks/artifacts are missing or blocked.
Change Selection
- If the user provides a change name, use it as
<change>. - Else run:
openspec list --jsonAsk the user to confirm/select a change name from the JSON output.
Always print:
Selected change: <change>