# SuperAntigravity ## Docs - [Backend architect](https://mintlify.wiki/derHaken/SuperAntigravity/agents/backend-architect.md): Designs reliable, scalable server-side systems: APIs, databases, and service boundaries - [Code reviewer](https://mintlify.wiki/derHaken/SuperAntigravity/agents/code-reviewer.md): Reviews implementation against the plan across 6 structured areas and renders a verdict - [Deep research](https://mintlify.wiki/derHaken/SuperAntigravity/agents/deep-research.md): Gathers multi-source research with explicit source quality ranking and confidence levels - [Frontend architect](https://mintlify.wiki/derHaken/SuperAntigravity/agents/frontend-architect.md): Designs maintainable, performant UIs: component systems, state management, and accessibility - [Agents overview](https://mintlify.wiki/derHaken/SuperAntigravity/agents/overview.md): 8 specialist agents for code review, architecture, security, research, and more - [Repo index](https://mintlify.wiki/derHaken/SuperAntigravity/agents/repo-index.md): Compresses repository context at session start for token-efficient subsequent work - [Security engineer](https://mintlify.wiki/derHaken/SuperAntigravity/agents/security-engineer.md): Identifies vulnerabilities, models threats, and designs secure systems using the OWASP framework - [Socratic mentor](https://mintlify.wiki/derHaken/SuperAntigravity/agents/socratic-mentor.md): Educational guide that uses Socratic questioning to help you discover programming principles rather than receive them - [System architect](https://mintlify.wiki/derHaken/SuperAntigravity/agents/system-architect.md): Holistic system design across service boundaries, distributed systems, and migration strategy - [/analyze](https://mintlify.wiki/derHaken/SuperAntigravity/commands/analyze.md): Comprehensive code analysis across quality, security, performance, and architecture. - [/brainstorm](https://mintlify.wiki/derHaken/SuperAntigravity/commands/brainstorm.md): Requirements discovery before any code — turns vague ideas into approved designs. - [/build](https://mintlify.wiki/derHaken/SuperAntigravity/commands/build.md): Build, compile, and package your project with diagnostic analysis on failure. - [/cleanup](https://mintlify.wiki/derHaken/SuperAntigravity/commands/cleanup.md): Remove dead code, unused imports, and optimize project structure. - [/design](https://mintlify.wiki/derHaken/SuperAntigravity/commands/design.md): System architecture, API, and component design with structured trade-off analysis. - [/document](https://mintlify.wiki/derHaken/SuperAntigravity/commands/document.md): Generate focused documentation for components, functions, APIs, and features. - [/estimate](https://mintlify.wiki/derHaken/SuperAntigravity/commands/estimate.md): Development estimates for tasks, features, or projects with explicit confidence levels. - [/explain](https://mintlify.wiki/derHaken/SuperAntigravity/commands/explain.md): Clear explanations of code, concepts, and system behavior at your level. - [/git](https://mintlify.wiki/derHaken/SuperAntigravity/commands/git.md): Git operations with intelligent commit messages and safety guardrails. - [/implement](https://mintlify.wiki/derHaken/SuperAntigravity/commands/implement.md): Orchestrates feature implementation through TDD with review gates. - [/improve](https://mintlify.wiki/derHaken/SuperAntigravity/commands/improve.md): Apply systematic improvements to code quality, performance, and maintainability. - [Commands overview](https://mintlify.wiki/derHaken/SuperAntigravity/commands/overview.md): 16 slash commands for explicit workflow control in Antigravity - [/plan](https://mintlify.wiki/derHaken/SuperAntigravity/commands/plan.md): Write a comprehensive implementation plan with bite-sized, TDD-ready tasks. - [/research](https://mintlify.wiki/derHaken/SuperAntigravity/commands/research.md): Multi-source research before acting on unknowns. Produces sourced findings with confidence levels ready for downstream use. - [/review](https://mintlify.wiki/derHaken/SuperAntigravity/commands/review.md): Code review against plan, requirements, and quality standards. - [/test](https://mintlify.wiki/derHaken/SuperAntigravity/commands/test.md): Run tests with coverage analysis and systematic failure diagnosis. - [/troubleshoot](https://mintlify.wiki/derHaken/SuperAntigravity/commands/troubleshoot.md): Orchestrates systematic debugging sessions. - [Conversation modes](https://mintlify.wiki/derHaken/SuperAntigravity/configuration/conversation-modes.md): Planning Mode and Fast Mode — choosing the right mode for each workflow stage - [Customizing SuperAntigravity](https://mintlify.wiki/derHaken/SuperAntigravity/configuration/customizing.md): Editing skills, workflows, and agents to fit your workflow - [Uninstall](https://mintlify.wiki/derHaken/SuperAntigravity/configuration/uninstall.md): Remove SuperAntigravity from Google Antigravity - [Installation](https://mintlify.wiki/derHaken/SuperAntigravity/installation.md): Install SuperAntigravity with one command - [Introduction](https://mintlify.wiki/derHaken/SuperAntigravity/introduction.md): Superpowers + SuperClaude for Google Antigravity IDE. One install command. Works automatically. - [Quickstart](https://mintlify.wiki/derHaken/SuperAntigravity/quickstart.md): Build your first feature with SuperAntigravity in 5 steps - [Architecture design](https://mintlify.wiki/derHaken/SuperAntigravity/skills/architecture-design.md): Constraint-first option evaluation with documented decision records — understand the system before you design it - [Brainstorming](https://mintlify.wiki/derHaken/SuperAntigravity/skills/brainstorming.md): Explores user intent, requirements, and design through collaborative dialogue before any implementation begins - [Browser agent](https://mintlify.wiki/derHaken/SuperAntigravity/skills/browser-agent.md): Delegates UI testing and browser automation to Antigravity's built-in browser subagent — with prerequisite checks and artifact requirements - [Confidence check](https://mintlify.wiki/derHaken/SuperAntigravity/skills/confidence-check.md): Self-assessment gating before implementation — verifies you have enough understanding, context, and a clear approach before writing any code - [Deep research](https://mintlify.wiki/derHaken/SuperAntigravity/skills/deep-research.md): Systematic multi-source research before acting on unknowns — plan searches, evaluate source quality, synthesize findings with confidence levels - [Dependency management](https://mintlify.wiki/derHaken/SuperAntigravity/skills/dependency-management.md): Deliberate evaluation criteria for every dependency decision — add deliberately, update strategically, audit regularly - [Executing plans](https://mintlify.wiki/derHaken/SuperAntigravity/skills/executing-plans.md): Runs a written implementation plan in batches with checkpoints and review between each batch - [Skills overview](https://mintlify.wiki/derHaken/SuperAntigravity/skills/overview.md): 19 auto-triggered skills that enhance Antigravity with structured workflows - [Performance optimization](https://mintlify.wiki/derHaken/SuperAntigravity/skills/performance-optimization.md): Measure-first profiling before any optimization is applied — the bottleneck is almost never where you think it is - [Security review](https://mintlify.wiki/derHaken/SuperAntigravity/skills/security-review.md): OWASP Top 10 checklist for every security-sensitive code change — systematic review of auth, input handling, secrets, and data access - [Systematic debugging](https://mintlify.wiki/derHaken/SuperAntigravity/skills/systematic-debugging.md): Four-phase root cause investigation before any fix is attempted — eliminates guessing and thrashing - [Test-driven development](https://mintlify.wiki/derHaken/SuperAntigravity/skills/test-driven-development.md): Enforces the red-green-refactor cycle for every feature and bug fix — no production code without a failing test first - [Verification before completion](https://mintlify.wiki/derHaken/SuperAntigravity/skills/verification-before-completion.md): Requires running verification commands and confirming output before making any success claims — evidence before assertions, always - [Writing plans](https://mintlify.wiki/derHaken/SuperAntigravity/skills/writing-plans.md): Converts an approved design into a complete, bite-sized implementation plan before any code is written - [/brainstorm](https://mintlify.wiki/derHaken/SuperAntigravity/workflow/brainstorm.md): Requirements discovery before any code — turns vague ideas into approved designs - [/git](https://mintlify.wiki/derHaken/SuperAntigravity/workflow/git.md): Smart git operations with pre-ship verification - [/implement](https://mintlify.wiki/derHaken/SuperAntigravity/workflow/implement.md): Feature implementation through TDD with review gates - [The Workflow](https://mintlify.wiki/derHaken/SuperAntigravity/workflow/overview.md): SuperAntigravity's 5-stage development pipeline - [/plan](https://mintlify.wiki/derHaken/SuperAntigravity/workflow/plan.md): Write a detailed implementation plan before touching code - [/review](https://mintlify.wiki/derHaken/SuperAntigravity/workflow/review.md): Validate implementation against the plan with specialist agents