openspec — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited openspec (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
"Fluid not rigid. Iterative not waterfall. Built for brownfield." Lighter alternative to Spec Kit — no phase gates, works on existing projects.
| OpenSpec | Spec Kit | |
|---|---|---|
| Style | Fluid, iterative | Structured, gated phases |
| Best for | Brownfield + greenfield | Greenfield projects |
| Phase gates | No | Yes (must complete each phase) |
| Commands | 3 core + 8 extended | 8 ordered commands |
| Install | npm global | uv/uvx |
| Models | Opus 4.5+ recommended | Any |
npm install -g @fission-ai/openspec@latest
cd your-project
openspec init
# Opt out of telemetry
export OPENSPEC_TELEMETRY=01. /opsx:propose "feature name" → generates change folder
2. /opsx:apply → AI implements tasks
3. /opsx:archive → moves to archive.openspec/changes/<feature-name>/
├── proposal.md ← rationale and scope
├── specs/ ← requirements and scenarios
├── design.md ← technical approach
└── tasks.md ← implementation checklist| Command | Purpose |
|---|---|
/opsx:propose "idea" | Create new change folder with proposal + specs + design + tasks |
/opsx:apply | Implement tasks from current change |
/opsx:archive | Archive completed change |
/opsx:new | Start fresh change |
/opsx:continue | Resume in-progress change |
/opsx:ff | Fast-forward (skip to implementation) |
/opsx:verify | Validate implementation against spec |
/opsx:sync | Synchronize agent instructions |
/opsx:bulk-archive | Archive multiple completed changes |
/opsx:onboard | Team onboarding setup |
openspec init # initialize in project
openspec config profile # select workflow type
openspec update # refresh agent instructions + slash commands~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.