# Superpowers ## Docs - [Skills System Overview](https://mintlify.wiki/obra/superpowers/concepts/overview.md): Learn how Superpowers uses composable skills to enforce systematic development workflows - [Philosophy & Principles](https://mintlify.wiki/obra/superpowers/concepts/philosophy.md): The four core principles that make Superpowers enforce better development practices - [The Superpowers Workflow](https://mintlify.wiki/obra/superpowers/concepts/workflow.md): A complete walkthrough of the systematic development process enforced by Superpowers - [System Architecture](https://mintlify.wiki/obra/superpowers/development/architecture.md): Understanding how Superpowers components work together - [Contributing](https://mintlify.wiki/obra/superpowers/development/contributing.md): How to contribute to Superpowers - skills, improvements, and bug fixes - [Creating Skills](https://mintlify.wiki/obra/superpowers/development/creating-skills.md): Learn how to create new skills for Superpowers using the TDD approach - [Hooks System](https://mintlify.wiki/obra/superpowers/development/hooks-system.md): How hooks inject context at lifecycle events - [Plugin System](https://mintlify.wiki/obra/superpowers/development/plugin-system.md): How plugins package and distribute Superpowers across platforms - [Testing Skills](https://mintlify.wiki/obra/superpowers/development/testing-skills.md): Learn how to test skills using the TDD approach with subagents and pressure scenarios - [Install on Claude Code](https://mintlify.wiki/obra/superpowers/installation/claude-code.md): Install Superpowers on Claude Code via the plugin marketplace - [Install on Codex](https://mintlify.wiki/obra/superpowers/installation/codex.md): Install Superpowers on OpenAI Codex via native skill discovery - [Install on Cursor](https://mintlify.wiki/obra/superpowers/installation/cursor.md): Install Superpowers on Cursor Agent via the plugin marketplace - [Install on OpenCode](https://mintlify.wiki/obra/superpowers/installation/opencode.md): Install Superpowers on OpenCode via plugin and skill symlinks - [Introduction](https://mintlify.wiki/obra/superpowers/introduction.md): An agentic skills framework that gives your coding agents superpowers - [Quickstart](https://mintlify.wiki/obra/superpowers/quickstart.md): Get up and running with Superpowers in 5 minutes - [Brainstorming Ideas Into Designs](https://mintlify.wiki/obra/superpowers/skills/brainstorming.md): Turn ideas into fully-formed designs through collaborative dialogue before writing any code - [Dispatching Parallel Agents](https://mintlify.wiki/obra/superpowers/skills/dispatching-parallel-agents.md): Execute independent tasks concurrently using specialized agents for faster problem resolution - [Executing Plans](https://mintlify.wiki/obra/superpowers/skills/executing-plans.md): Execute written plans in batches with review checkpoints for architect feedback - [Finishing a Development Branch](https://mintlify.wiki/obra/superpowers/skills/finishing-a-development-branch.md): Complete development work by presenting structured options for merge, PR, or cleanup - [Skills Library Overview](https://mintlify.wiki/obra/superpowers/skills/overview.md): Learn how to use specialized skills to guide OpenCode through complex workflows - [Receiving Code Review](https://mintlify.wiki/obra/superpowers/skills/receiving-code-review.md): Handle code review feedback with technical rigor and verification, not performative agreement - [Requesting Code Review](https://mintlify.wiki/obra/superpowers/skills/requesting-code-review.md): Dispatch code reviewer subagents to catch issues before they cascade - [Subagent-Driven Development](https://mintlify.wiki/obra/superpowers/skills/subagent-driven-development.md): Dispatch fresh subagents per task with two-stage review for fast, high-quality iteration - [Systematic Debugging](https://mintlify.wiki/obra/superpowers/skills/systematic-debugging.md): Find root causes before attempting fixes. Stop guessing, start investigating. - [Test-Driven Development (TDD)](https://mintlify.wiki/obra/superpowers/skills/test-driven-development.md): Write failing tests first, implement minimal code to pass, refactor. No exceptions. - [Using Git Worktrees](https://mintlify.wiki/obra/superpowers/skills/using-git-worktrees.md): Set up isolated workspaces for feature development with automatic safety verification - [Using Superpowers](https://mintlify.wiki/obra/superpowers/skills/using-superpowers.md): Learn how to effectively use the Superpowers skills system - [Verification Before Completion](https://mintlify.wiki/obra/superpowers/skills/verification-before-completion.md): Run verification commands and confirm output before making any success claims - evidence before assertions, always - [Writing Plans](https://mintlify.wiki/obra/superpowers/skills/writing-plans.md): Create comprehensive, bite-sized implementation plans with exact file paths and commands - [Writing Skills](https://mintlify.wiki/obra/superpowers/skills/writing-skills.md): How to create and test new skills using TDD methodology