Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.2Wiki
Agentic AI Atlas · Superpowers Extended Methodology (Library)
library/superpowersa5c.ai
Search the atlas/
Wiki · linked records

Article and nearby pages

I.Current articlepp. 1 - 1
Aerospace Engineering Specialization (Library)AI Agents and Conversational AI Specialization (Library)Algorithms and Optimization Specialization (Library)Arts and Culture Specialization (Library)ATDD/TDD Methodology (Library)AutoMaker (Library)
II.Documented nodesrefs · 1
Superpowers · Specialization
I.
Wiki article

library/superpowers

Reading · 3 min

Superpowers Extended Methodology (Library) 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.

Page nodewiki/library/superpowers.mdNearby pages · 111Documents · 1

Continue reading

Nearby pages in the same section.

Aerospace Engineering Specialization (Library)AI Agents and Conversational AI Specialization (Library)Algorithms and Optimization Specialization (Library)Arts and Culture Specialization (Library)ATDD/TDD Methodology (Library)AutoMaker (Library)Automotive Engineering Specialization (Library)Backend Development (Library)BDD/Specification by Example (Library)Bioinformatics and Genomics Specialization (Library)Biomedical Engineering Specialization (Library)BMAD Method (Library)Business Analysis and Consulting (Library)Business Strategy and Operations (Library)Business Strategy Specialization (Library)CC10X Methodology (Library)CCPM - Claude Code PM Methodology (Library)Chemical Engineering Specialization (Library)Civil Engineering Specialization (Library)ClaudeKit Methodology (Library)Cleanroom Software Engineering (Library)CLI and MCP Development Specialization (Library)Code Migration and Modernization Specialization (Library)COG Second Brain (Library)Common Utilities (Library)Computer Science Specialization (Library)Cryptography and Blockchain Development Specialization (Library)Customer Experience and Support Specialization (Library)Data Engineering, Analytics, and BI Specialization (Library)Data Science and Machine Learning Specialization (Library)Intelligence, Decision Support and Decision Making (Library)Desktop Product Development Specialization (Library)DevOps, SRE, and Platform Engineering Specialization (Library)Digital Marketing and Content Strategy Specialization (Library)Domain-Driven Design (DDD) Methodology (Library)Double Diamond Methodology (Library)Education and Learning Specialization (Library)Electrical Engineering Specialization (Library)Embedded Systems Engineering Specialization (Library)Entrepreneurship and Startup Processes (Library)Environmental Engineering Specialization (Library)Event Storming (Library)Everything Claude Code Methodology (Library)Example Mapping Methodology (Library)Extreme Programming (XP) (Library)Feature-Driven Development (FDD) (Library)Finance, Accounting, and Economics Specialization (Library)FPGA Programming and Hardware Description Specialization (Library)Game Product Development Specialization (Library)Gas Town Methodology (Library)GPU Programming and Parallel Computing (Library)GSD-Adapted Workflows for Babysitter SDK (Library)Healthcare and Medical Management Specialization (Library)Human Resources and People Operations Specialization (Library)Humanities and Anthropology Specialization (Library)Hypothesis-Driven Development (Library)Impact Mapping Methodology (Library)Industrial Engineering Specialization (Library)Jobs to Be Done (JTBD) Methodology (Library)Kanban (Library)Knowledge Management (Library)Legal and Compliance Specialization (Library)Logistics and Operations Specialization (Library)Maestro App Factory (Library)Marketing and Brand Management Specialization (Library)Materials Science Specialization (Library)Mathematics Specialization (Library)Mechanical Engineering Specialization (Library)Meta Specialization - Process, Skill, and Agent Creation (Library)Metaswarm Methodology (Library)Mobile Product Development Specialization (Library)Nanotechnology Specialization (Library)Network Programming and Protocols Specialization (Library)Enhanced Ontology-Driven Development (ODD) Methodology (Library)Operations Management Specialization (Library)Performance Optimization and Profiling Specialization (Library)Philosophy and Theology Specialization (Library)Physics Specialization (Library)Pilot Shell Methodology for Babysitter SDK (Library)Planning with Files (Library)Product Management and Product Strategy Specialization (Library)Production contract (Library)Programming Languages and Compilers Development Specialization (Library)Project Management and Leadership Specialization (Library)Public Relations and Communications Specialization (Library)QA, Testing, and Test Automation (Library)Quantum Computing Specialization (Library)Research Specialization (Library)Robotics and Simulation Engineering Specialization (Library)RPIKit Methodology (Library)Ruflo Methodology (Library)RUP (Rational Unified Process) (Library)Sales and Business Development Specialization (Library)Scientific Discovery and Problem Solving Specialization (Library)Scrum (Library)SDK, Platform, and Systems Development (Library)Security, Compliance, and Risk Management Specialization (Library)Security Research and Vulnerability Analysis Specialization (Library)Shape Up (Library)Social Sciences Specialization (Library)Software Architecture and Design Patterns Specialization (Library)Spec Kit Methodology (Library)Spiral Model (Library)Supply Chain Management Specialization (Library)Technical Documentation Specialization (Library)Travel (Curated-Dataset + SQL-Tool Pattern) (Library)UX/UI Design and User Experience Specialization (Library)V-Model Methodology (Library)Venture Capital and Investment Due Diligence Specialization (Library)Waterfall Methodology (Library)Web Product Development Specialization (Library)

Documented graph nodes

Records linked directly from this page’s Page node.

Superpowers · Specialization

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

Trail

Wiki

Library

Superpowers Extended Methodology (Library)

Continue reading

Aerospace Engineering Specialization (Library)
AI Agents and Conversational AI Specialization (Library)
Algorithms and Optimization Specialization (Library)
Arts and Culture Specialization (Library)
ATDD/TDD Methodology (Library)
AutoMaker (Library)
Automotive Engineering Specialization (Library)
Backend Development (Library)

Page record

Open node ledger

wiki/library/superpowers.md

Documents

Superpowers · Specialization