superspec-init
Installation
SKILL.md
Superspec Init: Project Bootstrap
Purpose
Initialize OpenSpec in the current project for Superspec workflow and ensure the superspec-rpi schema is available.
Preconditions
- OpenSpec CLI must be installed in PATH
Workflow
1. Verify OpenSpec exists
Run openspec --help.
If command fails: tell user to install OpenSpec and re-run this skill. Do not proceed.
2. Initialize OpenSpec
Run openspec init --tools none.
IMPORTANT: If this command prompts interactively (e.g., cleanup questions), STOP immediately and ask the user what to do. Do NOT add --force automatically.