License: BSD 3-Clause License
Stop "vibe coding" and shifting your AI into chaotic, hallucinating loops. Superpowers AI is a production-grade, modular, high-discipline framework designed to transform vanilla LLMs (Claude Code, Cursor, GitHub Copilot) into methodical, context-aware Senior Engineers. By injecting deterministic behavioral gates, this framework forces AIs to plan, isolate, and debug systematically before writing a single line of production code.
Get the complete standalone production package, including the automated standalone GUI/CLI execution launcher and pre-configured core skill modules instantly.
| π₯ DOWNLOAD SUPERPOWERS.ZIP |
- Extract & Move: Download the
Superpowers.ziparchive and extract its contents directly into the root directory of your active development project. - Execute Launcher: Run the executable
run_launcher.exefile inside your project environment. - Select Profile: Choose your target AI IDE/CLI environment from the interactive menu:
- Select Option 1 for Cursor Editor (generates
.cursorrules). - Select Option 2 for Claude Code CLI / General AI (generates
.ai-skills.md).
- Select Option 1 for Cursor Editor (generates
- Deploy: The native executable automatically aggregates all modular skills from the
skills/folder into a unified system prompt matrix. Your AI agent reads this state instantly on the next interaction.
The framework replaces standard conversational interfaces with a structured Software Development Life Cycle (SDLC) pipeline. Instead of generating immediate, unverified code chunks, the AI agent passes through rigorous quality validation gates:
[ User Prompt / Feature Request ]
β
βΌ
ββββββββββββββββββββββββββββββββ
β 01_brainstorming.md β -> GATE 1: Architecture Freeze
β (Socratic Dialogue & Q&A) β Requires explicit approval
ββββββββββββββββ¬ββββββββββββββββ
β Approved
βΌ
ββββββββββββββββββββββββββββββββ
β 02_writing_plans.md β -> GATE 2: Micro-Jira Checklist
β (Atomic Steps & Tests) β Linear task commitment
ββββββββββββββββ¬ββββββββββββββββ
β Approved step-by-step
βΌ
ββββββββββββββββββββββββββββββββ
β 03_subagents.md β -> CONTEXT ISOLATION
β (Sandbox Worker Spawning) β Prevents token-bloat loops
ββββββββββββββββ¬ββββββββββββββββ
β Build Failure / Test Regressions
βΌ
ββββββββββββββββββββββββββββββββ
β 04_debugging.md β -> ROOT CAUSE ANALYSIS
β (Strict 4-Phase Protocol) β No guess-and-check patches
Every module within the skills/ directory is written in an absolute, highly imperative prose style optimized for state-of-the-art Large Language Models.
-
Module 01 (
01_brainstorming.md)- Targeted Role: Principal Software Architect
- Core System Constraint: STRICT ARCHITECTURAL FREEZE. Complete ban on raw code generation until 3-5 structural edge-case questions are answered by the user.
-
Module 02 (
02_writing_plans.md)- Targeted Role: Agile Tech Lead / Scrum Master
- Core System Constraint: LINEAR EXECUTION GATE. Mandates a strict step-by-step checklist containing exact file paths, explicit modifications, and precise validation commands.
-
Module 03 (
03_subagents.md)- Targeted Role: Main Orchestration Node
- Core System Constraint: CONTEXT WINDOW POISON CONTROL. Spawns isolated, single-purpose sub-agents for heavy code modification tasks to maintain high token purity.
-
Module 04 (
04_debugging.md)- Targeted Role: Senior QA Automation Expert
- Core System Constraint: ANTI-GUESSWORK INTERDICTION. Forbids broad code replacements. Enforces a 4-step sequence: Localization -> Hypothesis -> Surgical Fix -> Test Validation.
Once you unpack Superpowers.zip, your local project structure will mirror the following design:
your-project-workspace/
β
βββ run_launcher.exe # Native automation launcher for target profiling
βββ README.md # Extensive developer documentation (This file)
β
βββ skills/ # The Modular Behavioral Skill Repository
βββ 01_brainstorming.md # Architectural discovery phase and query parameters
βββ 02_writing_plans.md # Granular atomic step planning and verification mapping
βββ 03_subagents.md # Worker node lifecycle orchestration and sandboxing
βββ 04_debugging.md # Post-mortem analysis and Root Cause Investigation
Superpowers AI scales natively across the most prominent agentic coding layers by mutating into their standard structural settings:
- Cursor Editor: Generates a project-level
.cursorrulesconfiguration file that forces theComposerandChatfeatures into structured execution modes. - Claude Code CLI: Maps into system configurations via automated
.ai-skills.md/CLAUDE.mdmetadata injection rules. - GitHub Copilot Workspace: Injects directly into
.github/copilot-instructions.mdconfiguration nodes. - Local Playgrounds (Ollama / Open WebUI): Provides raw system prompt matrices ready to parse inside custom Modelfiles.
A: This is by design. Module 01_brainstorming intentionally blocks code generation until you define the underlying structural constraints. This eliminates 90% of architectural re-writes down the line.
A: Yes. If you need a fast, raw answer or script without formal process checks, use the global override system keyword anywhere in your prompt: FORCE_RAW_MODE.
A: Absolutely not. run_launcher.exe is a lightweight, compiled standalone utility that runs locally to concatenate configuration schemas. It does not network or transfer any telemetry data outside your environment.
This project is licensed under the BSD 3-Clause License - see below for details:
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.