By amoutiers
Spec-driven development pipeline for Claude Code: constitution → specify → clarify → plan → tasks → analyze → implement
Use when the user invokes /maxi:analyze or wants to audit spec/plan/tasks artifacts for quality issues — spec must be at status "tasked" or later; constitution is required
Use when the user invokes /maxi:board or wants a kanban overview of all specs and their pipeline status in the current project
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 the user invokes /maxi:cancel, says a feature is abandoned, dead, or will never ship — requires active spec status, explicit reason, and explicit yes/no confirmation before writing anything.
Use when the user invokes /maxi:clarify or when a spec.md has open questions, [NEEDS CLARIFICATION] markers, or ambiguous FRs — status must be "specified"
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.
A spec-driven development plugin for Claude Code, OpenCode, and Antigravity (legacy Gemini CLI also supported). maxi turns "build me X" into a disciplined pipeline — constitution → spec → clarify → plan → tasks → analyze → implement — and gates each phase so nothing ships without the design artifacts to back it. Under the hood it delegates implementation to superpowers (TDD, subagents, code review).
Why maxi?
# From the plugin marketplace (plugin name: maxi):
claude plugin install maxi
# Or install locally:
git clone https://github.com/amoutiers/maxi-superpowers
cd maxi-superpowers
claude plugin install .
# Install locally:
git clone https://github.com/amoutiers/maxi-superpowers
cd maxi-superpowers
agy plugin install .
# Or import your legacy Gemini extensions:
agy plugin import gemini
Add to your opencode.json:
{
"plugin": ["maxi-superpowers@git+https://github.com/amoutiers/maxi-superpowers.git"]
}
Then restart OpenCode. See .opencode/INSTALL.md for details.
# Install from the GitHub repository:
gemini extensions install https://github.com/amoutiers/maxi-superpowers
# Or install locally:
git clone https://github.com/amoutiers/maxi-superpowers
cd maxi-superpowers
gemini extensions install .
/maxi:constitution, then /maxi:specify <feature>.You don't have to memorize commands: describe what you want and maxi routes you to the right skill, or type the /maxi:* command explicitly. A constitution is required before the pipeline and the brownfield/ADR migrations, so run /maxi:constitution first — with one exception: spec-kit migrants run /maxi:migrate-from-speckit, which brings their existing constitution over.
Your first feature, end to end:
/maxi:constitution # one-time: establish your project's principles
/maxi:specify add email + password login # start a spec via guided Q&A (→ specified)
/maxi:clarify # answer any open questions (→ clarified)
/maxi:plan # technical plan + ADR proposals (→ planned)
/maxi:tasks # checkbox task list (→ tasked)
/maxi:analyze # 7-pass quality audit (→ analyzed)
/maxi:implement # TDD execution + code review (→ done)
Each command reads the previous artifacts and refuses to run if the spec is in the wrong phase — so the path is hard to get wrong. Artifacts land in docs/maxi/ (see Artifact Structure).
Full reference for the forward pipeline:
| Command | Description |
|---|---|
/maxi:constitution | Establish or amend project principles — required before any other command |
/maxi:specify | Create a new feature spec via guided design dialogue |
/maxi:clarify | Resolve open questions in a spec before planning |
/maxi:plan | Generate a technical implementation plan from the spec |
/maxi:tasks | Extract a structured checkbox task list from the plan |
/maxi:analyze | Run a 7-pass quality audit across all artifacts (includes ADR alignment) |
/maxi:implement | Execute the task list and transition the spec to done |
Beyond the forward pipeline there are lifecycle commands (
/maxi:board,/maxi:park,/maxi:resume,/maxi:cancel,/maxi:revise) and the migration utilities covered under Onboarding an existing project.
npx claudepluginhub amoutiers/maxi-superpowers --plugin maxiCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.