What problem does it solve?
It prevents wasted effort by bootstrapping a spec-driven OpenSpec workflow when a repository hasn’t been initialized yet.
Core Features & Use Cases
- Detects initialization state: Checks whether an
openspec/ directory already exists at the repo root to determine if slash commands should be used immediately.
- Guides one-time setup: Offers the correct
openspec init approach when openspec/ is missing, tailored to the agents you plan to use.
- Hands off control after setup: Ensures OpenSpec’s own skills and operational commands take over once initialization is complete.
Use case example: A developer starts spec-driven development in a new repo and wants to use OpenSpec with Claude and Codex; this Skill helps initialize OpenSpec so that /opsx:propose, /opsx:explore, /opsx:apply, and /opsx:archive become available after setup.
Quick Start
Ask the assistant to bootstrap OpenSpec by checking whether openspec/ exists and, if it does not, initializing it with the tools you plan to use.