Skip to content

achmdfzn/pi-superpowers

Repository files navigation

pi-superpowers

This is a plugin for claude-code: https://github.com/obra/superpowers. Install it for Pi.

pi.ai-adapted skill sheets derived from obra/superpowers, a Claude Code skills plugin. The upstream is a real Claude Code plugin; this repo adapts its core principles (brainstorming, planning, debugging, verification, test-first thinking) for Pi's no-tool, single-assistant runtime.

Install for Pi

Pi has no native plugin system, so "install" here means: paste the sheet(s) at the start of a Pi conversation to load the working principles as context. Re-paste every new session — Pi doesn't remember across sessions.

  1. Open pi.ai (or the Pi app).
  2. Start a new conversation.
  3. Copy the contents of one (or more) sheets.
  4. Paste at the very start, before your actual question.
  5. Add your actual question below.

Pi has 8K context and 1K max output per turn. Each individual sheet is well under 1K tokens. The combined preamble-all.md is ~1.5K tokens — leaves ~6.5K for your actual conversation.

What's included

File Adapted from When to use
brainstorming.md superpowers brainstorming Exploring an idea, designing before building
planning.md superpowers writing-plans Turning an approved design into actionable steps
debugging.md superpowers systematic-debugging Unexpected behavior, bugs, failed assumptions
verification.md superpowers verification-before-completion About to claim something is done/fixed/working
test-first-thinking.md superpowers test-driven-development About to propose a solution or design
preamble-all.md All five Paste everything for a fully-loaded Pi session

Tips

  • One sheet per conversation works best. Pi's personality shines when it has room to be itself, not when it's over-constrained.
  • Customize before pasting. If a principle doesn't apply to your situation, delete it. The sheets are starting points, not gospel.
  • For coding work, use Claude Code with real superpowers. These sheets are for the parts of your work that live in conversation, not in a repo.

What was deliberately dropped

  • Anything requiring filesystem, git, or shell access (Pi has no tool use for the inflection-3-pi model).
  • Subagent/orchestration patterns (Pi is a single assistant).
  • Worktree and branch-management workflows.
  • Test runner commands (rewritten as "observable behavior" instead).

Origin and license

  • Source: github.com/obra/superpowers, MIT licensed by obra.
  • Pi adaptation: same intent, rewritten for a different runtime. No warranty.
  • Re-derive freely. If you improve a sheet, that's the whole point.

About

Pi-adapted skill sheets from obra/superpowers (Claude Code plugin). Conversation shims: paste at the start of a Pi conversation to load working principles — brainstorming, planning, debugging, verification, test-first thinking.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors