By Quentin-M
Enhanced fork of superpowers with Manus-style persistent planning for long-running tasks and context resets
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores requirements and design before implementation.
Execute plan in batches with review checkpoints
Start Manus-style planning with persistent 3-file tracking for complex tasks
Create detailed implementation plan with bite-sized tasks
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Use for complex multi-step tasks requiring persistent memory across context resets, long autonomous runs, or multi-session projects
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Superpowers-NG is an enhanced fork of obra/superpowers with integrated Manus-style persistent planning for complex, long-running tasks.
The flagship feature is manus-planning, a file-based planning system that survives context resets and enables multi-session work.
Native vs Manus Planning:
| Aspect | Native (Original) | Manus (New) |
|---|---|---|
| Skills | writing-plans + executing-plans | manus-planning |
| Memory | In-memory (TodoWrite) | Persistent files (docs/manus/) |
| Best for | Short tasks (<30 min), interactive development | Long autonomous runs, multi-session projects, >50 tool calls |
| Progress tracking | Lost on context reset | Survives context resets |
| Research storage | Embedded in conversation | Persistent findings.md |
The 3 Files:
task_plan.md - Goal, 5 phases, decisions, errorsfindings.md - Requirements, research, resources (CRITICAL for visual/browser content)progress.md - Session log, test results, 5-question reboot checkWhen to use Manus:
How it works:
docs/manus/.active to enable PreToolUse hooksfindings.md after every 2 search/view operationsfinishing-a-development-branchBrainstorming integration:
After design completion, brainstorming now offers both planning options. For Manus, design content is automatically copied into findings.md.
Superpowers is a complete software development workflow for your coding agents, built on composable "skills" that trigger automatically.
When you start building something, your agent:
The core philosophy: Test-Driven Development, YAGNI, DRY, and systematic over ad-hoc.
Note: Installation instructions will be updated once the marketplace is configured.
# Will be available via marketplace:
/plugin marketplace add OniReimu/superpowers-ng-marketplace
/plugin install superpowers-ng@superpowers-ng-marketplace
# Clone the repository
git clone https://github.com/OniReimu/superpowers-ng.git
cd superpowers-ng
# Install as a local plugin
# (Instructions TBD based on Claude Code local plugin support)
Check that commands appear:
/help
You should see:
/superpowers-ng:brainstorm - Interactive design refinement
/superpowers-ng:write-plan - Create implementation plan
/superpowers-ng:execute-plan - Execute plan in batches
/superpowers-ng:manus-plan - Start Manus-style persistent planning
brainstorming - Refines rough ideas, presents design in sections. Saves design document.
using-git-worktrees - Creates isolated workspace on new branch.
Choose your planning system:
writing-plans → executing-plans for short tasksmanus-planning for complex/long-running taskssubagent-driven-development or executing-plans - Implements with two-stage review or batch execution.
test-driven-development - Enforces RED-GREEN-REFACTOR cycle.
requesting-code-review - Reviews against plan between tasks.
finishing-a-development-branch - Verifies tests, presents merge options.
Native Planning (Original)
Manus Planning (New)
npx claudepluginhub quentin-m/superpowers-ng --plugin superpowers-ngUltra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Unified capability management center for Skills, Agents, and Commands.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.