skillsman-openspec
Installation
SKILL.md
Skillsman OpenSpec
Use OpenSpec as a lightweight spec-driven development layer for project work.
OpenSpec is distributed as the @fission-ai/openspec npm CLI and generates
project-local openspec-* skills and slash-command guidance for supported
agents.
Workflow
-
Check whether OpenSpec is available:
- Run
openspec --versionwhen the command may already be installed. - If it is missing, ask before installing the npm package globally.
- Run
-
Install or update OpenSpec when approved:
- Use
npm install -g @fission-ai/openspec@latest. - Confirm the installed version with
openspec --version.
- Use