WangX0111WangX0111Community·1 Agent Skills Included

superspec

Specification-driven development with brainstorming, TDD, and code review

Guides coding agents through a full specification-driven workflow: constitution, feature specs, edge-case brainstorming, planning, task breakdown, TDD execution, and review. Eliminates vague requirements, missed edge cases, and lost progress when sessions crash or time out. Persists all state as plain markdown and YAML so any feature can resume exactly where it stopped.
npx skills add WangX0111/superspec --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install superspec?

Run `npx skills add WangX0111/superspec --all -g -y` in your terminal to install it globally for your coding agent.

What is specification-driven development?

It is a workflow where you write a clear feature specification first, then brainstorm edge cases, plan, and implement against that spec. Superspec automates this entire pipeline with simple commands.

Does superspec work if my session crashes?

Yes. All progress is saved as markdown and YAML files, so running the status command resumes exactly where you left off with no lost work.

Which coding agents support superspec?

It works with any spec-kit compatible agent, including Claude Code and Codex CLI, and runs standalone with built-in fallbacks.

Do I need superpowers installed to use superspec?

No. Superspec works standalone, but installing the optional superpowers skills enhances brainstorming, planning, TDD execution, and code review.

Related Repositories in Software Engineering

View All in Software Engineering