@harrypan-12138/pi-superpower
v1.0.0
Published
Superpower workflow extension for pi coding agent — Scout→Think→Plan→Implement→Review→Debug pipeline with 8 specialized subagent tools and 15 skills
Maintainers
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-superpowerUsage
/super # Toggle Super mode on/offWhen 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
