rhussrhussCommunity·13 Agent Skills Included

cc-superpowers-sdd

Spec-driven development with quality gates and review workflows

Enforces a spec-first development workflow from brainstorming through specification, planning, implementation, and verification. Adds quality gates, git worktree isolation, parallel code review, and collaborative PR phases to eliminate rubber-stamped reviews and spec drift. Generates reviewer guides and revision loops so teams catch design problems before any code is written.
npx skills add rhuss/cc-superpowers-sdd --all -g -y
Available:

Tells the agent which extensions and commands to use for each workflow phase, and enforces mandatory session-completion rules like running quality gates and pushing all work to remote before finishing.

All Skills in This Repository (13)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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