A comprehensive collection of enterprise-grade specialized AI agents and orchestration workflows for Flutter and React Native/Expo development, powered by Antigravity AI.
📊 Total: 17,000+ lines of enterprise-grade AI agent code across 26 files.
- 🎯 Product Planning -
/plan-productworkflow for idea-to-PRD transformation ← NEW! - 🔗 PRD Integration -
/feature-*auto-detectsproduct_requirements.md← NEW! - 📄 Workflow Guide - Complete documentation for all 9 workflows ← NEW!
- 🔐 Enterprise Security - OWASP, Biometric, JWT/OAuth2/PKCE, Root Detection
- ⚡ Advanced Performance - Hermes, JSI, Shader Jank, Cold Start Prediction
- ♿ WCAG 2.2 - Latest accessibility standards with automated testing
- 🧪 Enterprise Testing - State management, MSW, Factories, CI/CD
- 🏗️ Modern Architecture - Feature flags, i18n, Deep linking, Error tracking
- 🎨 Google Stitch Integration - Convert HTML designs to native code
- ⚡ Parallel Execution - 2-3x faster reviews with simultaneous agents
This repository contains 17 specialized agents and 9 orchestration workflows.
Each agent is an enterprise-grade domain expert:
| Agent | Lines | Key Features |
|---|---|---|
| 🎯 Product Planner | ~400 | Brief-to-PRD, MVP scoping, Feature engineering |
| Agent | Lines | Key Features |
|---|---|---|
| 🏗️ Grand Architect | 999 | CI/CD, Feature flags, i18n, Deep linking |
| 🔐 Security Specialist | 990 | OWASP, Biometric, JWT, OAuth2/PKCE |
| 🧪 Test Generator | 888 | State management, Dio mocking, Factories |
| ♿ A11y Enforcer | 787 | WCAG 2.2, Motion a11y, Dark mode |
| 🔮 Performance Prophet | 702 | Shader jank, Cold start, Predictive scoring |
| ⚡ Performance Enforcer | 698 | Impeller, Memory, Battery optimization |
| 🎨 Design Token Guardian | 697 | Dark mode, Animation tokens, Auto-fix |
| 🖼️ Stitch Converter | ~450 | HTML → Flutter widgets, Theme extraction |
| Agent | Lines | Key Features |
|---|---|---|
| 🏗️ Grand Architect | 1,018 | CI/CD, EAS Build, Feature flags |
| 🔐 Security Specialist | 1,003 | OWASP, Biometric, JWT, OAuth2/PKCE |
| 🧪 Test Generator | 915 | Zustand/Redux, MSW, Factories |
| 🎨 Design Token Guardian | 853 | Dark mode, Animation tokens, Auto-fix |
| ⚡ Performance Enforcer | 792 | Hermes, Reanimated, FlashList |
| ♿ A11y Enforcer | 763 | WCAG 2.2, Motion a11y, Focus management |
| 🔮 Performance Prophet | 720 | JSI/Bridge, Fabric, Cold start prediction |
| 🖼️ Stitch Converter | ~450 | HTML → React Native components |
| Workflow | Purpose | Agents | Output |
|---|---|---|---|
/plan-product |
Product discovery & PRD | 2 | Requirements doc |
/feature-flutter |
Full feature implementation | 6+ | Code + Tests + Docs |
/feature-reactnative |
Full feature implementation | 6+ | Code + Tests + Docs |
/review-flutter |
Comprehensive code review | 5 parallel | Review report |
/review-reactnative |
Comprehensive code review | 5 parallel | Review report |
/test-flutter |
Test suite generation | 3 | Tests + CI/CD |
/test-reactnative |
Test suite generation | 3 | Tests + CI/CD |
/stitch-flutter |
Stitch → Flutter | 4 | Screens + Widgets |
/stitch-reactnative |
Stitch → React Native | 4 | Components + Theme |
Product Discovery & Planning - Platform-agnostic.
/plan-product I want to build a habit tracker app
What it does:
- Vision Clarification - Understand product goals
- Feature Engineering - MVP prioritization (MoSCoW)
- Screen Mapping - UI inventory with navigation
- Technical Architecture - Stack recommendations
- Development Roadmap - Sprint planning
- Memory Storage - PRD saved for reference
Output: Comprehensive Product Requirements Document (PRD)
Next Step: Run /feature-flutter or /feature-reactnative
Full Feature Implementation with enterprise-grade quality.
/feature-flutter Add user authentication with biometric support
What it does:
- Phase -1: Auto-detect PRD from
/plan-product(if exists) - Phase 0: Auto-detect Google Stitch designs (optional)
- Phase 1: Grand Architect planning
- Phase 2: Security audit (OWASP, JWT)
- Phase 3: Implementation
- Phase 4: Quality assurance (5 agents parallel)
- Phase 5: Test generation + documentation
Output: Complete feature + security review + tests + docs
Comprehensive Code Review with parallel execution.
/review-flutter Review the authentication module
What it does (in parallel ⚡):
- 🎨 Design token compliance
- ♿ Accessibility audit (WCAG 2.2)
- 🔐 Security vulnerability scan
- ⚡ Performance analysis
- 🧪 Test coverage check
Output: Review report with scores + actionable fixes
Test Suite Generation with ROI-based prioritization.
/test-flutter Generate tests for CheckoutScreen
What it does:
- Widget/Component tests
- Unit tests for logic
- Integration tests
- State management tests
- API mocking patterns
- CI/CD pipeline setup
Output: Complete test suite + GitHub Actions config
Convert Google Stitch HTML designs to native code.
/stitch-flutter ./stitch_my_project
What it does:
- Read all
code.htmlfiles from Stitch folder - Extract design tokens (colors, typography, spacing)
- Generate theme files
- Convert HTML → native widgets/components
- Generate navigation setup
- Run quality checks
Output:
- Screens in
lib/screens/orsrc/screens/ - Reusable widgets/components
- Theme files (colors, typography)
- Basic tests
Auto-detection: Feature workflows (/feature-*) automatically detect stitch_* folders and use them as design foundation!
macOS/Linux:
git clone https://github.com/ellfarnaz/antigravity-ai-agent-expo-flutter.git
cd antigravity-ai-agent-expo-flutter
./install-global.shWindows (PowerShell):
git clone https://github.com/ellfarnaz/antigravity-ai-agent-expo-flutter.git
cd antigravity-ai-agent-expo-flutter
.\install-global.ps1📖 Detailed guides: macOS/Linux | Windows
# Feature with Stitch auto-detection
/feature-flutter Add dashboard screen
# Direct Stitch conversion
/stitch-flutter ./stitch_statistics_analytics
# Code review (parallel)
/review-flutter Review payment module
# Generate tests
/test-flutter Focus on UserProfile- ✅ Biometric authentication security
- ✅ JWT token validation & rotation
- ✅ OAuth2/PKCE implementation
- ✅ Root/jailbreak detection
- ✅ Hermes engine optimization (RN)
- ✅ Impeller renderer (Flutter)
- ✅ Shader compilation prediction
- ✅ Cold start optimization
- ✅ State management testing
- ✅ API mocking (Dio, MSW)
- ✅ CI/CD templates
- ✅ Coverage thresholds (80%+)
| Metric | Value |
|---|---|
| Total Lines | 16,000+ |
| Total Agents | 17 (8 per platform + 1 agnostic) |
| Total Workflows | 9 (4 per platform + 1 agnostic) |
| Parallel Execution | ✅ 2-3x faster |
| Stitch Integration | ✅ Auto-detect |
- Workflow Guide - Complete usage flow & examples
- Agents Documentation - 17 enterprise agents
- Workflows Documentation - 9 orchestration workflows
- Installation Guide - Detailed setup instructions (macOS/Linux)
- Windows Installation Guide - Windows setup with PowerShell scripts
- Stitch Guide - Google Stitch design conversion
- Fork the repository
- Create your feature branch
- Commit your changes
- Open a Pull Request
MIT License - see LICENSE for details.
Made with ❤️ for the mobile development community | v2.4 Enterprise Edition