Bridge integration between CLI/SDD skills and Superpowers plugin. Explains when to use each system, installation, and combined workflows.
Guides you through choosing and combining the Superpowers plugin and the agentic-agent CLI/skills for each phase of development. Provides a decision tree, skill mapping table, and four integrated scenario walkthroughs.
Run: ls ~/.claude/skills/ | grep "superpowers:" — if files appear, Superpowers is installed.
If missing: open Claude Code → /help → Marketplace → search "Superpowers" → Install → Restart.
START: New feature request
├─ Is the requirement CLEAR? NO → superpowers:brainstorming
│ YES → Continue
├─ Do you have a formal PRD? NO → /product-wizard skill
│ YES → Continue
├─ Have you broken down tasks? NO → superpowers:writing-plans OR dev-plans
│ YES → /openspec-proposal
└─ Ready to implement?
├─ Critical logic → TDD (superpowers or in-house)
├─ Parallel components → superpowers:using-git-worktrees
├─ Iterative work → superpowers:executing-plans OR run-with-ralph
└─ Found bug → superpowers:systematic-debugging
| Phase | CLI / Skill | Superpowers | Use Case |
|---|---|---|---|
| Brainstorm | brainstorming skill | superpowers:brainstorming | Unclear requirements |
| Plan | dev-plans skill | superpowers:writing-plans | Structured implementation plan |
| TDD | tdd skill | superpowers:test-driven-development | Tests first for critical logic |
| Isolation | — | superpowers:using-git-worktrees | Parallel isolated development |
| Execute | run-with-ralph skill | superpowers:executing-plans | Iterative impl with checkpoints |
| Debug | systematic-debugging skill | superpowers:systematic-debugging | 4-phase root cause analysis |
| Verify | sdd/verifier skill | superpowers:verification-before-completion | Hard gate with evidence |
→ resources/workflows.md — 4 scenario walkthroughs (A–D), full "when to prefer" bullets, troubleshooting steps, 3 quick-start checklists