Quick Answer
Superpowers vs GSD for Claude Code: Which Framework in 2026?
Superpowers vs GSD for Claude Code (2026)
Superpowers (124K stars) enforces disciplined TDD, spec-first design, and subagent-driven development. GSD (8K stars) focuses on “Get Stuff Done” with wave parallelism and context isolation.
Quick Comparison
| Feature | Superpowers | GSD |
|---|---|---|
| Stars | 124K+ | ~8K |
| Philosophy | Disciplined methodology | Fast execution |
| TDD | Enforced (deletes code before tests) | Optional |
| Planning | Brainstorming → Spec → Plan → Execute | Lighter planning phase |
| Subagents | Yes, fresh per task | Wave parallelism |
| Best for | Medium-large features | Quick iterations |
| Platforms | Claude Code, Cursor, Codex, Gemini | Claude Code primarily |
When to Use Superpowers
- Building features that need test coverage
- Working on medium-to-large projects where planning prevents waste
- Teams wanting consistent AI-assisted development methodology
- Projects where code quality matters more than speed
When to Use GSD
- Quick bug fixes and small features
- Rapid prototyping where iteration speed matters
- When TDD enforcement feels like overhead
- Solo developers who want less process
Community Consensus
From r/ClaudeCode: “Use native for small changes, Superpowers for medium features, and manual planning for large systems.” Many developers keep both installed and choose based on task size.
Read our full Superpowers review: Superpowers: The 124K-Star Skills Framework for Claude Code