@harrypan-12138/pi-superpower

extensionmaintained

Superpower workflow extension for pi coding agent — Scout→Think→Plan→Implement→Review→Debug pipeline with 8 specialized subagent tools and 15 skills

by · v1.0.0 · published 3mo ago

$ pi install npm:@harrypan-12138/pi-superpower
downloads/mo
132
stars
1
last push
3mo ago
open issues
0

Signals

license: MITtestspi manifest: missinginstall size: —deps: 0peer deps: 0

Download trend

252 downloads · last 12 weeks (weekly)

README

pi-superpower

Superpower workflow extension for pi coding agent — a Scout→Think→Plan→Implement→Review→Debug pipeline with 8 specialized subagent tools and 15 methodology skills.

Features

8 Specialized Subagent Tools

ToolAgentPurpose
super_scoutscoutExplore codebase structure, find relevant files and dependencies
super_librarianlibrarianResearch external docs, APIs, libraries via Context7 + Web Reader
super_thinkthinkerBrainstorm approaches, evaluate architecture decisions
super_planplannerCreate step-by-step implementation plans from scout findings
super_implementworkerExecute plans — write code, run tests, self-review
super_reviewreviewerCode quality + security analysis after implementation
super_debugdebuggerSystematic debugging — reproduce, trace root cause, fix, verify
super_parallelparallelDispatch multiple agents concurrently for independent tasks

15 Methodology Skills

Covers the complete development lifecycle: brainstorming, plan-writing, plan-execution, TDD, systematic debugging, code review (request + receive), git worktrees, parallel dispatch, and verification.

/super Toggle

Enable/disable Super mode with /super. When on, enforces the full superpowers methodology and activates all subagent tools.

Install

pi install npm:@harrypan-12138/pi-superpower

Usage

/super                    # Toggle Super mode on/off

When Super mode is active, the agent follows a rigorous workflow:

  1. Scout — Explore codebase before any changes
  2. Think — Evaluate approaches for design decisions
  3. Plan — Create concrete implementation plan
  4. Implement — Dispatch worker to execute the plan
  5. Review — Validate code quality after every implementation
  6. Debug — Systematic root-cause tracing for bugs

Requirements

  • pi coding agent (bundles @earendil-works/pi-ai, @earendil-works/pi-coding-agent, @earendil-works/pi-tui)

License

MIT