npx claudepluginhub coyoteleo/superspecHybrid skill system combining superpowers workflow quality with structured change management. Brainstorm → Plan → Execute → Archive with persistent task tracking and architectural knowledge artifacts.
Superspec is a development workflow plugin for Claude Code that combines the best of superpowers (workflow quality, TDD, subagent orchestration) with structured change management and architectural knowledge capture.
When you start building something, Superspec doesn't jump into code. It walks you through a design conversation, writes a spec, creates an implementation plan with persistent task tracking, and then executes it with subagent-driven development and two-stage code review.
What's different from superpowers:
changes/YYYY-MM-DD-<topic>/ directory with design.md, plan.md, and tasks.md. Everything lives together.tasks.md survives across conversations. Resume where you left off instead of starting over./plugin marketplace add CoyoteLeo/superspec
/plugin install superspec@superspec
claude --plugin-dir /path/to/superspec
Start a new session and try building something. Superspec skills trigger automatically. Or invoke directly:
/superspec:ss-brainstorming
All skills use the ss- prefix for easy identification:
/superspec:ss-brainstorming
/superspec:ss-writing-plans
/superspec:ss-archive
ss-brainstorming → changes/YYYY-MM-DD-<topic>/design.md
↓
ss-writing-plans → plan.md + tasks.md
↓
execute (ss-subagent-driven-development or inline) → tasks.md checkbox tracking
↓
ss-archive → changes/archive/YYYY-MM-DD-<topic>.md (knowledge artifact)
ss-brainstorming — Refines ideas through questions, explores alternatives, presents design in sections. Saves to changes/YYYY-MM-DD-<topic>/design.md.
ss-writing-plans — Breaks work into bite-sized tasks (2-5 min each) with exact file paths, complete code, and verification steps. Generates plan.md and tasks.md in the change directory.
ss-subagent-driven-development — Fresh subagent per task with two-stage review (spec compliance, then code quality). Tracks progress in both TodoWrite (in-session) and tasks.md (persistent). Git operations are left to the user.
ss-archive — Synthesizes design.md + plan.md + tasks.md into an architectural knowledge artifact capturing purpose, decisions, alternatives, scope, and lessons learned.
| Skill | Purpose |
|---|---|
| ss-brainstorming | Socratic design refinement → design.md |
| ss-writing-plans | Implementation plans → plan.md + tasks.md |
| ss-subagent-driven-development | Per-task subagent execution with two-stage review |
| ss-archive | Architectural knowledge artifact generation |
| ss-using-superspec | Introduction to the skills system |
| Agent | Purpose |
|---|---|
| code-reviewer | Automated code review subagent |
| code-simplifier | Code clarity and maintainability review |
changes/
2025-03-25-auth-refactor/ # Active change
design.md # From ss-brainstorming
plan.md # From ss-writing-plans
tasks.md # Persistent task tracking
archive/
2025-03-25-auth-refactor.md # Knowledge artifact (not file copies)
| Aspect | Superpowers | Superspec |
|---|---|---|
| State | Stateless handoffs, TodoWrite only | Per-change directory + persistent tasks.md |
| File layout | docs/superpowers/specs/ and plans/ | changes/YYYY-MM-DD-<topic>/ (co-located) |
| Cross-session | Start over each conversation | Resume from tasks.md |
| Knowledge capture | None | Archive skill → architectural knowledge artifacts |
| CLI dependencies | None | None |
| Git operations | Agent executes directly | User handles git workflow |
MIT License
Superspec builds on the foundation of superpowers by Jesse Vincent. The core workflow skills (brainstorming, subagent-driven development, code review) originate from that project. Superspec adds structured change management, persistent task tracking, and architectural knowledge archiving.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations