| Original Superpowers | Amplifier + Superpowers | |
|---|---|---|
| Enforcement | Prompt engineering (agent can rationalize past it) |
Tool policies — write tools blocked at framework level |
| Agent Isolation | Instructions say "fresh context" (relies on agent compliance) |
Delegate tool — actually spawns new agent with clean context |
| Human Checkpoints | Instructions say "wait for approval" (agent may continue anyway) |
Approval gates — recipe execution pauses until human approves |
| Phase Transitions | Agent self-manages phases (may skip or blur phases) |
Mode switching — explicit tool set changes per phase |
| Skills Updates | Manual copy/paste (version drift risk) |
Auto-fetch from upstream on bundle install |
| Composability | All-or-nothing rules file (hard to mix with other tools) |
Behavior YAML — include in any existing bundle |
Data as of: February 20, 2026
Feature status: Active
Repository: microsoft/amplifier-bundle-superpowers (MIT-adjacent, open source)
Research performed:
find ~/.amplifier/cache -path "*superpowers*" (50 files found)find ... -path "*agents*" -name "*.md" (5 agents verified)find ... -path "*modes*" -name "*.md" (6 modes verified)find ... -path "*recipes*" -name "*.yaml" (7 recipes verified)find ... -path "*skills*" -type d -mindepth 2 (7 bundle skills verified)find ... -path "./context/*" -name "*.md" (5 files verified)wc -l on all content files (7,197 lines total)git log --oneline (shallow clone, 1 commit visible)git log --format="%an" | sort | uniq -c (Brian Krabach: 1 visible commit)git remote -v confirmed github.com/microsoft/amplifier-bundle-superpowersGaps and caveats:
Primary contributor (bundle): Brian Krabach (100% of visible commits)
Original methodology: Jesse Vincent (obra/superpowers)