Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · Superpowers
specialization:superpowersa5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewarticlejsongraph
III.Related pagespp. 1 - 1
II.
Specialization reference

specialization:superpowers

Reading · 3 min

Superpowers reference

The Superpowers Extended methodology provides a complete agentic software development lifecycle with structured skills, subagent-driven execution, and quality gates at every stage. It enforces disciplined workflows: brainstorm before coding, test before implementing, verify before claiming completion.

Specializationwiki/library/superpowers.mdOutgoing · 1Incoming · 2

Superpowers Extended Methodology

**Source**: pcvelz/superpowers (Community fork of obra/superpowers) **Category**: Full Development Lifecycle / Agentic Software Development **License**: MIT

Overview

The Superpowers Extended methodology provides a complete agentic software development lifecycle with structured skills, subagent-driven execution, and quality gates at every stage. It enforces disciplined workflows: brainstorm before coding, test before implementing, verify before claiming completion.

Process Files

ProcessFileDescriptionTask Count
Full Workflowsuperpowers-workflow.jsComplete lifecycle orchestrator12
Brainstormingbrainstorming.jsSocratic design refinement5
Writing Planswriting-plans.jsBite-sized TDD task planning4
Executing Plansexecuting-plans.jsBatch execution with checkpoints6
Subagent-Driven Devsubagent-driven-development.jsFresh agent per task + two-stage review6
Test-Driven Devtest-driven-development.jsRED-GREEN-REFACTOR cycles7
Systematic Debuggingsystematic-debugging.js4-phase root cause process9
Parallel Agentsdispatching-parallel-agents.jsConcurrent domain solving4
Verificationverification-before-completion.jsEvidence-based completion3

Skills Catalog

SkillDirectoryDescription
brainstormingskills/brainstorming/Design before code, Socratic refinement
writing-plansskills/writing-plans/Bite-sized TDD implementation plans
executing-plansskills/executing-plans/Batch execution with checkpoints
subagent-driven-developmentskills/subagent-driven-development/Fresh agent per task, two-stage review
test-driven-developmentskills/test-driven-development/RED-GREEN-REFACTOR iron law
systematic-debuggingskills/systematic-debugging/4-phase root cause investigation
dispatching-parallel-agentsskills/dispatching-parallel-agents/One agent per independent domain
using-git-worktreesskills/using-git-worktrees/Workspace isolation
finishing-a-development-branchskills/finishing-a-development-branch/Branch completion workflow
requesting-code-reviewskills/requesting-code-review/Dispatch code reviewer
receiving-code-reviewskills/receiving-code-review/Handle review feedback
verification-before-completionskills/verification-before-completion/Evidence before claims
writing-skillsskills/writing-skills/TDD for skill creation
using-superpowersskills/using-superpowers/Skill discovery and invocation

Agents Catalog

AgentDirectoryRole
code-revieweragents/code-reviewer/Senior code reviewer (plan alignment + quality)
implementeragents/implementer/Task implementation subagent (TDD, self-review)
spec-revieweragents/spec-reviewer/Spec compliance verification
code-quality-revieweragents/code-quality-reviewer/Code quality assessment (after spec passes)

Workflow Lifecycle

Code
brainstorming -> writing-plans -> [setup worktree] -> executing-plans OR subagent-driven-development -> verification -> finishing-a-development-branch

Cross-cutting concerns applied throughout:

  • test-driven-development - All implementation follows TDD
  • systematic-debugging - All bug investigation follows 4-phase process
  • verification-before-completion - All claims require evidence
  • requesting-code-review / receiving-code-review - Review between tasks

Philosophy

  • **Test-Driven Development** - Write tests first, always
  • **Systematic over ad-hoc** - Process over guessing
  • **Complexity reduction** - Simplicity as primary goal
  • **Evidence over claims** - Verify before declaring success
  • **YAGNI ruthlessly** - Remove unnecessary features from all designs

Article source

Superpowers Extended Methodology (Library)

This record inherits its article from a related Page node.

Related pages

Superpowers Extended Methodology (Library)

Shortcuts

Open overview
Open JSON
Open graph