v0.1.0 — SuperSpec initial release
Initial public release of SuperSpec — 19 spec-driven Agent Skills that run on Claude Code, OpenAI Codex, Pi, and OpenCode from a single SKILL.md source, with no per-platform builds.
What's in it
- End-to-end workflows —
ss-feature-workflow(complexity triage → proposal → plan → multi-agent coding → review → PR),ss-coding-workflow,ss-troubleshooting-workflow, andss-multi-repo-workflow. - Multi-agent coding and review —
ss-codingdispatches TDD implementers by parallel group;ss-code-reviewruns independent reviewers and returns one consolidated verdict. - Living specs — OpenSpec-compatible capability specs:
ss-write-spec,ss-reverse-spec,ss-show-spec,ss-trace-spec,ss-archive,ss-list-changes. - Guardrails — safety, quality, and anti-mistake checklists (
ss-guardrails) that the coding and review skills read at runtime. - Delivery —
ss-create-branch,ss-create-pr,ss-cleanup;fullandlitedelivery modes with identical quality gates.
Install
Let your agent do it — paste this into any agent session:
Install SuperSpec by following the instructions here:
https://raw.githubusercontent.com/lbk-open/super-spec/main/INSTALL.md
Or by hand:
- Claude Code —
/plugin marketplace add lbk-open/super-specthen/plugin install super-spec@super-spec - OpenAI Codex —
codex plugin marketplace add https://github.com/lbk-open/super-spec - Pi —
pi install git:github.com/lbk-open/super-spec - OpenCode —
npx skills add lbk-open/super-spec -a opencode
See INSTALL.md for verification and upgrade steps.