superpowers-copilot
v6.0.2
Published
Superpowers skills for Claude Code with Copilot MCP backend
Maintainers
Readme
superpowers-copilot
Superpowers skills for Claude Code with GitHub Copilot as the coding backend via mcp-copilot-worker.
Architecture
Claude Code acts as CTO -- it handles brainstorming, planning, research, and code review. Copilot agents handle the actual coding and testing via MCP.
| Role | Who | How |
|------|-----|-----|
| Brainstorming | Claude | Native reasoning |
| Planning | Claude | Native reasoning |
| Research | Claude | Explore, Plan, internet-researcher agents |
| Coding | Copilot | mcp__copilot-worker__spawn-agent (claude-sonnet-4.6, reasoning: high) |
| Testing | Copilot | mcp__copilot-worker__spawn-agent (tester type) |
| Spec review | Claude | Native Agent(superpowers:code-reviewer) |
| Code quality review | Claude | Native Agent(superpowers:code-reviewer) |
Skills Included
| Skill | Purpose | |-------|---------| | using-superpowers | Skill routing and discovery | | brainstorming | Collaborative design before implementation | | writing-plans | Detailed implementation plans | | subagent-driven-development | Execute plans via Copilot coder agents | | executing-plans | Alternative inline execution via Copilot | | test-driven-development | TDD discipline (injected into agent prompts) | | systematic-debugging | Root cause investigation | | verification-before-completion | Evidence before claims | | requesting-code-review | Dispatch Claude code reviewer | | receiving-code-review | Handle review feedback | | finishing-a-development-branch | Merge, PR, or cleanup |
Requirements
- Claude Code with MCP support
- mcp-copilot-worker MCP server configured
- GitHub Copilot authentication (
copilot login)
Default Model
claude-sonnet-4.6 with reasoningEffort: high
