superpowerslisted
Install: claude install-skill naimkatiman/continuous-improvement
# Superpowers — Mandatory Agent Workflows (Four-Source Dispatcher)
Superpowers enforces a structured development workflow. Skills activate automatically when their trigger conditions are met. This is not optional guidance — it is mandatory workflow.
## Philosophy
AI agents skip steps, guess, and declare "done" without verifying. Superpowers blocks this by making workflow stages explicit and enforced.
## What changed in v3.8.0
The dispatcher now routes across **four registered marketplaces** instead of relying on Obra installed separately. All four are installable from one marketplace entry:
```
/plugin install superpowers@continuous-improvement # Obra's 14 workflow skills
/plugin install agent-skills@continuous-improvement # Addy's 21 SDLC skills
/plugin install ruflo-swarm@continuous-improvement # Agent swarm + Monitor stream
/plugin install oh-my-claudecode@continuous-improvement # 38 skills + 19 agents
```
The CI plugin (this dispatcher + `tdd-workflow`, `verification-loop`, `gateguard`, `ralph`, `deploy-receipt`, etc.) installs by default. The four companions are opt-in — install only what you need.
Product-management coverage (PRD, OKRs, personas, GTM, etc.) is provided by `phuryn/pm-skills` via an out-of-band Claude Code marketplace install:
```
claude plugin marketplace add phuryn/pm-skills
claude plugin install pm-toolkit@pm-skills
claude plugin install pm-product-strategy@pm-skills
claude plugin install pm-product-discovery@pm-skills
claude