cc-superpowers-sdd
Spec-driven development with quality gates and review workflows
All Skills in This Repository (13)
Pure Emerald Level Indicatorsreview-code
Audit code against specifications and compute a compliance score.
brainstorm
Convert rough ideas into executable specifications with structured spec files.
using-superpowers-sdd
Route SDD conversations to brainstorm, spec, implementation, evolve, or verification workflows.
spec-refactoring
Consolidate evolving specifications to remove inconsistencies and redundancies.
spec
Generate formal executable specifications from clear requirements via spec-kit.
reviewing-spec
Convert clear requirements into formal specifications with defined behaviors and contracts.
evolve
Detect spec/code divergences and categorize mismatches for guided resolution.
constitution
Create and maintain a project constitution defining standards and validating specs.
spec-kit
Initialize spec-kit integration and verify SDD workflow environment setup.
implement
Generate implementation plans and TDD cycles from validated specifications.
writing-plans
Generate implementation plans from validated specifications into actionable tasks.
requesting-code-review
Review code against specifications and report compliance scores.
Frequently Asked Questions
FAQPage SchemaHow to install cc-superpowers-sdd?▼
Run `npx skills add rhuss/cc-superpowers-sdd --all -g -y` in your terminal to install all skills in this suite globally.
What is spec-driven development?▼
It is a workflow where you write and review a formal specification before any code exists, so implementation review only checks whether code matches the agreed design.
How does cc-spex improve pull request reviews?▼
It splits work into spec and implementation phases and generates a REVIEWERS.md guide, so reviewers can approve designs quickly and focus code review on correctness.
Does cc-spex work with Claude Code and Codex?▼
Yes. Version 6 is harness-agnostic and works with Claude Code, Codex, OpenCode, and any platform that spec-kit supports.
Can I automate the full workflow end to end?▼
Yes. The ship command chains the entire pipeline from brainstorm to verification with configurable oversight and automatic quality gates.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core