@harrypan-12138/pi-superpower
Superpower workflow extension for pi coding agent — Scout→Think→Plan→Implement→Review→Debug pipeline with 8 specialized subagent tools and 15 skills
Package details
Install @harrypan-12138/pi-superpower from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@harrypan-12138/pi-superpower- Package
@harrypan-12138/pi-superpower- Version
1.0.0- Published
- May 11, 2026
- Downloads
- 141/mo · 141/wk
- Author
- harrypan-12138
- License
- MIT
- Types
- extension, skill
- Size
- 356 KB
- Dependencies
- 1 dependency · 3 peers
Pi manifest JSON
{
"extensions": [
"./index.ts"
],
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
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
| Tool | Agent | Purpose |
|---|---|---|
super_scout |
scout | Explore codebase structure, find relevant files and dependencies |
super_librarian |
librarian | Research external docs, APIs, libraries via Context7 + Web Reader |
super_think |
thinker | Brainstorm approaches, evaluate architecture decisions |
super_plan |
planner | Create step-by-step implementation plans from scout findings |
super_implement |
worker | Execute plans — write code, run tests, self-review |
super_review |
reviewer | Code quality + security analysis after implementation |
super_debug |
debugger | Systematic debugging — reproduce, trace root cause, fix, verify |
super_parallel |
parallel | Dispatch 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:
- Scout — Explore codebase before any changes
- Think — Evaluate approaches for design decisions
- Plan — Create concrete implementation plan
- Implement — Dispatch worker to execute the plan
- Review — Validate code quality after every implementation
- 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