OpenSpec is Fission AI’s MIT-licensed spec-driven development toolkit for AI coding assistants: a lightweight CLI and slash-command workflow where every change is a delta proposal (proposal, specs, design, tasks) that implements, then archives into a living spec ledger under openspec/.
Facts below verified as of 2026-09-13.
OpenSpec is the brownfield answer the spec movement was missing: instead of scaffolding a ceremony, it versions the spec itself as change proposals that accumulate, and about 68k stars plus 1.8 million npm downloads a month say the delta model is what iterative teams actually wanted.
What it is #
An npm package (@fission-ai/openspec) whose philosophy block reads fluid not rigid, iterative not waterfall, easy not complex, built for brownfield not just greenfield.
The rebuilt artifact workflow runs as slash commands any assistant can drive: /opsx:explore to think, /opsx:propose to write proposal.md, specs, design.md, and tasks.md into openspec/changes/<change>/, /opsx:apply to implement the checklist, and /opsx:archive to fold the delta into the standing spec.
The docs live at openspec.dev, with a Discord for support.
Status #
Half of spec-kit’s stars in a third of the time. As of 2026-09-13: about 68.1k stars and about 4.7k forks since creation on 2025-08-05, 282 open issues and pull requests, MIT, and 1,768,196 npm downloads last month (the 2026-08-13 to 2026-09-11 window). Its Hacker News footprint is effectively empty (no significant thread found this run), so adoption spread through X and Discord, and third-party verification is thinner than the install count implies. The README’s own superlative (“the most loved spec framework”) is vendor framing, not a measured claim.
Strengths #
- The delta-archive model keeps the spec current without re-scaffolding, which is exactly where static spec trees rot.
- Explicitly designed for existing codebases, the segment spec-kit’s greenfield scaffolding serves worst.
- Agent-agnostic slash commands, so it works with whatever assistant you already run.
- Massive measured install velocity (1.6M downloads a month) means the rough edges get found fast.
Cautions #
- Corporate single-steward (Fission AI) with no foundation governance, unlike GitHub’s spec-kit or BMad’s LLC-plus-community posture.
- The workflow was rebuilt once already (the opsx artifact flow replaced an older one), so expect vocabulary churn.
- No significant independent writing to check marketing claims against.
- Ceremony still depends on the assistant asking for it; a yolo-configured agent skips the gates as easily as anywhere else.
Pricing #
Free and open source under MIT. No paid tier or hosted product as of 2026-09-13.
Compared to #
- GitHub Spec Kit: the movement’s root, constitution-first and greenfield-friendly; choose Spec Kit for process scaffolding across a heterogeneous org, OpenSpec for living specs on one real codebase.
- BMad Method: the full agile method with agent roles; choose BMad when you want the roles and retrospectives, OpenSpec when you want the artifact ledger.
- Tessl: the funded platform play; choose Tessl when you want specs as a hosted product, OpenSpec when you want them as files you own.
Bottom line #
Recommended as the default spec toolkit for existing repositories, which is most repositories. Not for organizations that need a vendor to call or a constitution ceremony. My disagreeable claim: the delta-archive idea is the one durable invention this category has produced, spec-kit popularized the movement but OpenSpec’s change-ledger is what the survivors will copy.
Changes #
- 2026-08-27 - Created as the Spec-driven development category expanded to four members, recording Fission AI’s delta-proposal model and brownfield-first philosophy.
See also #
- GitHub Spec Kit - the movement root it complements
- BMad Method - the method-heavy alternative
- Spec Driven Development Feature Matrix - the category compared
- Send Implementation, Not Issue - the corpus argument for specs plus implementation
References #
https://github.com/Fission-AI/OpenSpec - README: philosophy, opsx workflow, artifact layout
https://api.github.com/repos/Fission-AI/OpenSpec - stars, forks, issues as of 2026-09-12
https://openspec.dev/ - official documentation site
https://api.npmjs.org/downloads/point/last-month/@fission-ai/openspec - 1,768,196 downloads last month
https://github.com/Fission-AI/OpenSpec/blob/main/docs/opsx.md - the rebuilt artifact workflow