Skip to content

Releases: lbk-open/super-spec

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 18:08
f03862c

0.1.1 (2026-07-11)

Bug Fixes

  • ship shared templates as the ss-references skill (ec77238)

v0.1.0 — SuperSpec initial release

Choose a tag to compare

@liyue2008 liyue2008 released this 11 Jul 15:21

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 workflowsss-feature-workflow (complexity triage → proposal → plan → multi-agent coding → review → PR), ss-coding-workflow, ss-troubleshooting-workflow, and ss-multi-repo-workflow.
  • Multi-agent coding and reviewss-coding dispatches TDD implementers by parallel group; ss-code-review runs 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.
  • Deliveryss-create-branch, ss-create-pr, ss-cleanup; full and lite delivery 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-spec then /plugin install super-spec@super-spec
  • OpenAI Codexcodex plugin marketplace add https://github.com/lbk-open/super-spec
  • Pipi install git:github.com/lbk-open/super-spec
  • OpenCodenpx skills add lbk-open/super-spec -a opencode

See INSTALL.md for verification and upgrade steps.