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>"
Related skills
More from neversight/skills_feed
ai-image-generation
|
7react-best-practices
Provides React patterns for hooks, effects, refs, and component design. Covers escape hatches, anti-patterns, and correct effect usage. Must use when reading or writing React components (.tsx, .jsx files with React imports).
7ui-designer
Use when user needs visual UI design, interface creation, component systems, design systems, interaction patterns, or accessibility-focused user interfaces.
7python-env
Fast Python environment management with uv (10-100x faster than pip). Triggers on: uv, venv, pip, pyproject, python environment, install package, dependencies.
7typescript-best-practices
Provides TypeScript patterns for type-first development, making illegal states unrepresentable, exhaustive handling, and runtime validation. Must use when reading or writing TypeScript/JavaScript files.
6ai-marketing-videos
|
6