superspec-research
Installation
SKILL.md
Superspec Research
Rules (non-negotiable)
- Drive OpenSpec via CLI only (NO OpenSpec slash commands; i.e., commands starting with
/opsxor/openspec). - Prefer JSON output for every OpenSpec call that supports it (use
--json).- If a required command does not support
--json(e.g.,openspec new change), run it without--jsonand continue with the next JSON-capable command (typicallyopenspec status --change <change> --json).
- If a required command does not support
- Keep changes scoped to
proposalandspecsartifacts only. - If
proposalis not complete, run the brainstorming prelude before writingproposal.md(seeskills/superspec-brainstorm/SKILL.md).
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.
- If there are no changes (or user wants a new one), ask for:
- change name (kebab-case)
- one-sentence description Then run:
openspec new change <change> --schema superspec-rpi --description "<description>"