superspec
Specification-driven development with brainstorming, TDD, and code review
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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→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