DevelopmentBeginner

Disciplined Development

Built from obra/superpowers (27.9K stars), this workflow transforms how Claude writes code. Instead of diving straight into implementation, your agent brainstorms, designs, writes failing tests first, then minimal code to pass. Bugs get a 4-phase root cause analysis. Nothing ships without verification. The result: autonomous multi-hour coding sessions that stay on track.

2 min setup8 components8 skills

Skills

Brainstorming

Explores alternatives and saves design documents before writing any code.

npx skills add obra/superpowers/brainstorming

Designing Before Coding

Presents design decisions in sections for your validation before implementation.

npx skills add obra/superpowers/designing-before-coding

Test-Driven Development

Writes failing tests first, then minimal code to pass — Red-Green-Refactor cycle.

npx skills add obra/superpowers/test-driven-development

Systematic Debugging

4-phase root cause analysis when bugs appear — no more shotgun debugging.

npx skills add obra/superpowers/systematic-debugging

Verification Before Completion

Proves everything works with real command output before marking done.

npx skills add obra/superpowers/verification-before-completion

Subagent-Driven Development

Delegates subtasks to focused sub-agents for parallel development.

npx skills add obra/superpowers/subagent-driven-development

Using Git Worktrees

Creates isolated workspaces on new branches for each feature.

npx skills add obra/superpowers/using-git-worktrees

Finishing a Development Branch

Offers to merge, create PR, or keep branch when work is complete.

npx skills add obra/superpowers/finishing-a-development-branch

Setup

Install the entire obra/superpowers collection. All 8 skills auto-activate based on task context.

git clone https://github.com/obra/superpowers ~/.claude/skills/superpowers

Use Cases

  • Feature development with proper planning
  • Test-driven development workflows
  • Systematic bug investigation
  • Autonomous multi-hour coding sessions
TDDplanningdebugginggit worktreescode qualitysuperpowersobra