← Back to Silver Bullet

Silver Bullet vs GSD vs Superpowers

GSD is the lifecycle execution engine and Superpowers provides useful helper disciplines. Silver Bullet sits above them as an Agentic Process Orchestrator: it composes the task-specific path, routes across plugins, adds quality and release gates, and enforces traceability through hooks where the runtime supports them.

92 Features 12 Categories Weighted Scoring Critical / High / Medium / Low

The Capability Gap

Scores are weighted by feature priority: Critical = 5×, High = 3×, Medium = 2×, Low = 1×. A higher score means broader, more important coverage.

GSD
get-shit-done-cc — Execution Engine
52pts
15 / 92 features
GSD is the lifecycle engine for planning, execution, review, verification, and phase-level ship. It solves context rot with fresh task contexts, wave-based parallelism, and atomic commits. Silver Bullet adds broader cross-plugin composition, release governance, and hook-backed enforcement around it.
Superpowers
obra/superpowers — Skills Library
58pts
18 / 92 features
Superpowers is the most-used community skills library. It covers the human-review workflow: brainstorming, spec writing, code review, testing strategy, and branch management. It relies entirely on Claude following instructions — there is no enforcement mechanism.
Silver Bullet
Agentic Process Orchestrator (APO)
295pts
92 / 92 features
Silver Bullet is the Agentic Process Orchestrator. It uses GSD as the lifecycle engine, calls Superpowers only at SB-required helper boundaries, adds Engineering and Design helpers when the workflow needs them, and composes app, UI, DevOps, bugfix, research, validation, and release paths with hard-stop quality gates.

Where Each Tool Leads

Silver Bullet leads as the orchestration layer. GSD leads in lifecycle execution. Superpowers contributes selected craft-discipline helpers when SB routes to them.

Category Silver Bullet Superpowers GSD
1. Workflow Orchestration 8/10
0/10 4/10
2. Planning & Spec 7/7
3/7 3/7
3. Execution Engine 8/8
4/8 6/8
4. Quality Enforcement 8/8
0/8 0/8
5. Code Review & Verification 7/7
4/7 0/7
6. Finalization & Deployment 7/7
4/7 0/7
7. Enforcement Mechanism 8/8
0/8 0/8
8. DevOps & IaC Support 8/8
0/8 0/8
9. Security 6/6
1/6 0/6
10. Plugin Ecosystem & Integration 8/8
0/8 0/8
11. Developer Experience 8/8
2/8 2/8

All 92 Features

Every feature, every category, every tool. Priority weights used in scoring: Critical 5×  High 3×  Medium 2×  Low 1×

1. Workflow Orchestration SB: 8 SP: 0 GSD: 4
FeaturePrioritySilver BulletSuperpowersGSD
Enforced end-to-end development workflowCritical
Multi-step phase sequencingCritical
Phase gate enforcement (cannot skip steps)Critical
Composable workflow families (app dev + DevOps)High
Incident fast path / emergency bypassMedium
Per-phase loop (discuss → plan → execute → verify → review)High
Environment promotion workflow (dev → staging → prod)High
Wave-based parallel executionHigh
Dependency graph for task orderingHigh
Atomic per-task commitsMedium
2. Planning & Spec SB: 7 SP: 3 GSD: 3
FeaturePrioritySilver BulletSuperpowersGSD
Structured brainstorming / ideation skillHigh
Spec / PRD writing skillHigh
Implementation plan writingCritical
File-based planning state (.planning/ dir)High
Architecture decision records (ADR)Medium
System design skillMedium
Project type auto-detection (app vs DevOps)High
3. Execution Engine SB: 8 SP: 4 GSD: 6
FeaturePrioritySilver BulletSuperpowersGSD
Fresh 200K-token context per agentCritical
Multi-agent parallel executionCritical
Sub-agent dispatching skillHigh
Git worktree isolation per agentHigh
Context rot prevention (monitor + reboot)Critical
Test-driven development skillHigh
Systematic debugging skillHigh
Plan execution skill (follow written plans)High
4. Quality Enforcement SB: 8 SP: 0 GSD: 0
FeaturePrioritySilver BulletSuperpowersGSD
Automated quality gate checksCritical
8 quality dimensions (modularity, security, scalability, etc.)Critical
DevOps-specific quality gates (7 dimensions)High
Hard-stop gate for quality failuresCritical
Blast radius assessment before changesHigh
CRITICAL/HIGH/MEDIUM/LOW blast rating with enforcementHigh
Rollback plan required for high-risk changesMedium
CAB review gate for critical changesMedium
5. Code Review & Verification SB: 7 SP: 4 GSD: 0
FeaturePrioritySilver BulletSuperpowersGSD
Structured code review skillCritical
Receiving code review skillHigh
Pre-completion verification skillCritical
Compliance status tracking across phasesHigh
Completion audit (all required skills run?)High
Testing strategy skillHigh
Test-driven development enforcementHigh
6. Finalization & Deployment SB: 7 SP: 4 GSD: 0
FeaturePrioritySilver BulletSuperpowersGSD
Documentation skillHigh
Finishing a development branch skillHigh
Deploy checklist skillCritical
Required deploy skills tracked and enforcedCritical
Deployment to production workflowHigh
Ship confirmation stepMedium
Standup / activity summary skillLow
7. Enforcement Mechanism SB: 8 SP: 0 GSD: 0
FeaturePrioritySilver BulletSuperpowersGSD
PostToolUse hooks for real-time enforcementCritical
Multiple independent enforcement layers (4+)Critical
Skill usage tracking (record-skill hook)High
Phase gate check hook (dev-cycle-check)Critical
Compliance status hookHigh
Completion audit hookHigh
Anti-rationalization instructions in CLAUDE.mdHigh
YAML / config files treated as infrastructure (not auto-exempt)Medium
8. DevOps & IaC Support SB: 8 SP: 0 GSD: 0
FeaturePrioritySilver BulletSuperpowersGSD
Composed DevOps workflow with incident and promotion pathsHigh
IaC-specific quality gatesHigh
Blast radius assessment for infra changesHigh
Context-aware DevOps skill routingHigh
HashiCorp / Terraform plugin integrationMedium
AWS plugin integrationMedium
Pulumi plugin integrationMedium
5 optional DevOps plugin integrationsHigh
9. Security SB: 6 SP: 1 GSD: 0
FeaturePrioritySilver BulletSuperpowersGSD
Security skill / reviewCritical
SENTINEL-audited skill codeHigh
Input sanitization (project name, URLs, stack)High
Template injection protection in CLAUDE.mdHigh
Pinned dependency versions (no @latest)High
Allowed bash commands allowlistMedium
10. Plugin Ecosystem & Integration SB: 8 SP: 0 GSD: 0
FeaturePrioritySilver BulletSuperpowersGSD
Integrates GSD execution engineCritical
Integrates Superpowers skills libraryCritical
Integrates Engineering plugin skillsHigh
Integrates Design plugin skillsMedium
Optional DevOps plugin ecosystem (5 plugins)High
Session-start context injection (all plugins)High
Project initialization skill (setup & config)High
Plugin detection at init timeMedium
11. Developer Experience SB: 8 SP: 2 GSD: 2
FeaturePrioritySilver BulletSuperpowersGSD
Single-command installHigh
Automatic CLAUDE.md generationHigh
.silver-bullet.json for project configHigh
Active workflow switchable (app vs devops)High
Trivial change exemption (avoid false positives)Medium
Clear error messages when gates blockMedium
Marketplace / plugin.json metadataLow
Changelog and versioning (v0.2.0+)Low
12. Observability & Session Management (v0.3.0) SB: 7 SP: 0 GSD: 0
FeaturePrioritySilver BulletSuperpowersGSD
Session log created on session start (docs/sessions/)High
Timeout supervision with soft warningsHigh
Interactive / autonomous session mode selectionCritical
Pre-answer injection for autonomous sessionsHigh
Proactive skill auto-discovery before planningHigh
Post-mortem investigation skill (/forensics)High
KNOWLEDGE.md cross-session knowledge accumulationMedium

When to Use Each

All three are excellent. The right choice depends on what you need.

GSD

get-shit-done-cc
  • You only need parallel execution with fresh contexts
  • Your team already has a process and just needs better throughput
  • You want atomic per-task commits without full workflow overhead
  • You're comfortable self-enforcing planning and review

Superpowers

obra/superpowers
  • You want a curated skills library without enforcement overhead
  • You need brainstorming, spec, code review, and branch management
  • Your team is disciplined and doesn't need automated gates
  • You want individual skills à la carte, not a full workflow

Silver Bullet

Agentic Process Orchestrator (APO)
  • You want the complete enforced process — not just tools
  • You need SB+GSD plus contextual helper plugins, all working through one orchestrated path
  • Your AI keeps skipping steps despite CLAUDE.md instructions
  • You're shipping infrastructure and need blast radius enforcement
  • You want twelve independent enforcement layers — no single point of bypass