II.
Page JSON
Structured · livepage:library-superpowers
Superpowers Extended Methodology (Library) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "page:library-superpowers",
"_kind": "Page",
"_file": "wiki/library/superpowers.md",
"_cluster": "wiki",
"attributes": {
"nodeKind": "Page",
"title": "Superpowers Extended Methodology (Library)",
"displayName": "Superpowers Extended Methodology (Library)",
"slug": "library/superpowers",
"articlePath": "wiki/library/superpowers.md",
"article": "\n# Superpowers Extended Methodology\n\n**Source**: [pcvelz/superpowers](https://github.com/pcvelz/superpowers) (Community fork of [obra/superpowers](https://github.com/obra/superpowers))\n**Category**: Full Development Lifecycle / Agentic Software Development\n**License**: MIT\n\n## Overview\n\nThe 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.\n\n## Process Files\n\n| Process | File | Description | Task Count |\n|---------|------|-------------|------------|\n| Full Workflow | `superpowers-workflow.js` | Complete lifecycle orchestrator | 12 |\n| Brainstorming | `brainstorming.js` | Socratic design refinement | 5 |\n| Writing Plans | `writing-plans.js` | Bite-sized TDD task planning | 4 |\n| Executing Plans | `executing-plans.js` | Batch execution with checkpoints | 6 |\n| Subagent-Driven Dev | `subagent-driven-development.js` | Fresh agent per task + two-stage review | 6 |\n| Test-Driven Dev | `test-driven-development.js` | RED-GREEN-REFACTOR cycles | 7 |\n| Systematic Debugging | `systematic-debugging.js` | 4-phase root cause process | 9 |\n| Parallel Agents | `dispatching-parallel-agents.js` | Concurrent domain solving | 4 |\n| Verification | `verification-before-completion.js` | Evidence-based completion | 3 |\n\n## Skills Catalog\n\n| Skill | Directory | Description |\n|-------|-----------|-------------|\n| brainstorming | `skills/brainstorming/` | Design before code, Socratic refinement |\n| writing-plans | `skills/writing-plans/` | Bite-sized TDD implementation plans |\n| executing-plans | `skills/executing-plans/` | Batch execution with checkpoints |\n| subagent-driven-development | `skills/subagent-driven-development/` | Fresh agent per task, two-stage review |\n| test-driven-development | `skills/test-driven-development/` | RED-GREEN-REFACTOR iron law |\n| systematic-debugging | `skills/systematic-debugging/` | 4-phase root cause investigation |\n| dispatching-parallel-agents | `skills/dispatching-parallel-agents/` | One agent per independent domain |\n| using-git-worktrees | `skills/using-git-worktrees/` | Workspace isolation |\n| finishing-a-development-branch | `skills/finishing-a-development-branch/` | Branch completion workflow |\n| requesting-code-review | `skills/requesting-code-review/` | Dispatch code reviewer |\n| receiving-code-review | `skills/receiving-code-review/` | Handle review feedback |\n| verification-before-completion | `skills/verification-before-completion/` | Evidence before claims |\n| writing-skills | `skills/writing-skills/` | TDD for skill creation |\n| using-superpowers | `skills/using-superpowers/` | Skill discovery and invocation |\n\n## Agents Catalog\n\n| Agent | Directory | Role |\n|-------|-----------|------|\n| code-reviewer | `agents/code-reviewer/` | Senior code reviewer (plan alignment + quality) |\n| implementer | `agents/implementer/` | Task implementation subagent (TDD, self-review) |\n| spec-reviewer | `agents/spec-reviewer/` | Spec compliance verification |\n| code-quality-reviewer | `agents/code-quality-reviewer/` | Code quality assessment (after spec passes) |\n\n## Workflow Lifecycle\n\n```\nbrainstorming -> writing-plans -> [setup worktree] -> executing-plans OR subagent-driven-development -> verification -> finishing-a-development-branch\n```\n\nCross-cutting concerns applied throughout:\n- `test-driven-development` - All implementation follows TDD\n- `systematic-debugging` - All bug investigation follows 4-phase process\n- `verification-before-completion` - All claims require evidence\n- `requesting-code-review` / `receiving-code-review` - Review between tasks\n\n## Philosophy\n\n- **Test-Driven Development** - Write tests first, always\n- **Systematic over ad-hoc** - Process over guessing\n- **Complexity reduction** - Simplicity as primary goal\n- **Evidence over claims** - Verify before declaring success\n- **YAGNI ruthlessly** - Remove unnecessary features from all designs\n",
"documents": [
"specialization:superpowers"
]
},
"outgoingEdges": [
{
"from": "page:library-superpowers",
"to": "specialization:superpowers",
"kind": "documents"
}
],
"incomingEdges": [
{
"from": "page:index",
"to": "page:library-superpowers",
"kind": "contains_page"
}
]
}