antigravity-ide 4.2.1 → 4.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agent/.shared/{design-philosophy → core/design-philosophy}/README.md +12 -1
- package/.agent/.shared/{ai-master → technical/ai-master}/README.md +12 -1
- package/.agent/.shared/{api-standards → technical/api-standards}/README.md +12 -1
- package/.agent/.shared/{database-master → technical/database-master}/README.md +12 -2
- package/.agent/.shared/{seo-master → technical/seo-master}/README.md +12 -1
- package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/README.md +12 -1
- package/.agent/ARCHITECTURE.md +16 -10
- package/.agent/ARCHITECTURE.vi.md +8 -8
- package/{GEMINI.md → .agent/GEMINI.md} +4 -5
- package/.agent/RESOURCES.md +6 -1
- package/.agent/agents/backend-specialist.md +154 -19
- package/.agent/agents/browser-subagent.md +45 -0
- package/.agent/agents/cloud-architect.md +108 -189
- package/.agent/agents/debugger.md +83 -182
- package/.agent/agents/documentation-writer.md +125 -72
- package/.agent/agents/frontend-specialist.md +40 -7
- package/.agent/agents/game-developer.md +111 -116
- package/.agent/agents/mobile-developer.md +108 -321
- package/.agent/agents/orchestrator.md +106 -366
- package/.agent/agents/performance-optimizer.md +105 -136
- package/.agent/agents/project-planner.md +132 -39
- package/.agent/agents/quality-inspector.md +136 -32
- package/.agent/agents/security-auditor.md +138 -15
- package/.agent/agents/seo-specialist.md +118 -72
- package/.agent/agents/test-engineer.md +142 -11
- package/.agent/brain/task.md +16 -0
- package/.agent/rules/GEMINI.md +63 -31
- package/.agent/rules/code-quality.md +34 -3
- package/.agent/rules/frontend.md +3 -3
- package/.agent/rules/strict-protocol.md +44 -3
- package/.agent/rules/system-update.md +56 -3
- package/.agent/skills/agent-backend-patterns/SKILL.md +16 -3
- package/.agent/skills/ai-engineer/SKILL.md +29 -16
- package/.agent/skills/api-documenter/SKILL.md +4 -4
- package/.agent/skills/app-builder/SKILL.md +1 -1
- package/.agent/skills/app-builder/tech-stack.md +2 -2
- package/.agent/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +39 -79
- package/.agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +53 -75
- package/.agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md +56 -119
- package/.agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md +61 -94
- package/.agent/skills/app-builder/templates/react-native-app/TEMPLATE.md +56 -82
- package/.agent/skills/brand-guidelines-anthropic/LICENSE.txt +202 -0
- package/.agent/skills/brand-guidelines-anthropic/SKILL.md +26 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/color-application.md +5 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/colors.md +14 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/font-management.md +6 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/shape-and-accent-colors.md +7 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/smart-font-application.md +6 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/text-styling.md +6 -0
- package/.agent/skills/brand-guidelines-anthropic/sub-skills/typography.md +7 -0
- package/.agent/skills/cloud-architect-master/SKILL.md +9 -4
- package/.agent/skills/cro-expert-kit/SKILL.md +9 -4
- package/.agent/skills/database-migration/SKILL.md +9 -3
- package/.agent/skills/deployment-engineer/SKILL.md +9 -3
- package/.agent/skills/frontend-design/ux-psychology.md +10 -585
- package/.agent/skills/full-stack-scaffold/SKILL.md +4 -4
- package/.agent/skills/game-development/2d-games/SKILL.md +4 -2
- package/.agent/skills/game-development/3d-games/SKILL.md +4 -2
- package/.agent/skills/game-development/SKILL.md +18 -149
- package/.agent/skills/game-development/game-art/SKILL.md +4 -2
- package/.agent/skills/game-development/game-audio/SKILL.md +4 -2
- package/.agent/skills/game-development/game-design/SKILL.md +4 -2
- package/.agent/skills/game-development/mobile-games/SKILL.md +4 -2
- package/.agent/skills/game-development/multiplayer/SKILL.md +4 -2
- package/.agent/skills/game-development/pc-games/SKILL.md +4 -2
- package/.agent/skills/game-development/vr-ar/SKILL.md +4 -2
- package/.agent/skills/game-development/web-games/SKILL.md +4 -2
- package/.agent/skills/geo-fundamentals/SKILL.md +9 -136
- package/.agent/skills/git-collaboration-master/SKILL.md +9 -4
- package/.agent/skills/i18n-localization/SKILL.md +10 -118
- package/.agent/skills/incident-responder/SKILL.md +9 -6
- package/.agent/skills/internal-comms-anthropic/LICENSE.txt +202 -0
- package/.agent/skills/internal-comms-anthropic/SKILL.md +33 -0
- package/.agent/skills/internal-comms-anthropic/examples/3p-updates.md +47 -0
- package/.agent/skills/internal-comms-anthropic/examples/company-newsletter.md +65 -0
- package/.agent/skills/internal-comms-anthropic/examples/faq-answers.md +30 -0
- package/.agent/skills/internal-comms-anthropic/examples/general-comms.md +16 -0
- package/.agent/skills/last30days/tests/__init__.py +1 -0
- package/.agent/skills/last30days/tests/test_cache.py +59 -0
- package/.agent/skills/last30days/tests/test_dates.py +114 -0
- package/.agent/skills/last30days/tests/test_dedupe.py +111 -0
- package/.agent/skills/last30days/tests/test_models.py +135 -0
- package/.agent/skills/last30days/tests/test_normalize.py +138 -0
- package/.agent/skills/last30days/tests/test_render.py +116 -0
- package/.agent/skills/last30days/tests/test_score.py +168 -0
- package/.agent/skills/legacy-modernizer/SKILL.md +9 -4
- package/.agent/skills/lint-and-validate/scripts/lint_runner.py +2 -14
- package/.agent/skills/loki-mode/.github/workflows/claude-code-review.yml +57 -0
- package/.agent/skills/loki-mode/.github/workflows/claude.yml +50 -0
- package/.agent/skills/loki-mode/.github/workflows/release.yml +128 -0
- package/.agent/skills/loki-mode/tests/run-all-tests.sh +78 -0
- package/.agent/skills/loki-mode/tests/test-agent-timeout.sh +348 -0
- package/.agent/skills/loki-mode/tests/test-bootstrap.sh +196 -0
- package/.agent/skills/loki-mode/tests/test-circuit-breaker.sh +389 -0
- package/.agent/skills/loki-mode/tests/test-state-recovery.sh +393 -0
- package/.agent/skills/loki-mode/tests/test-task-queue.sh +396 -0
- package/.agent/skills/loki-mode/tests/test-wrapper.sh +314 -0
- package/.agent/skills/mcp-builder/SKILL.md +21 -164
- package/.agent/skills/mobile-design/SKILL.md +21 -369
- package/.agent/skills/mobile-design/mobile-performance.md +1 -1
- package/.agent/skills/modern-web-architect/SKILL.md +12 -6
- package/.agent/skills/nextjs-react-expert/scripts/convert_rules.py +1 -1
- package/.agent/skills/penetration-tester-master/SKILL.md +9 -4
- package/.agent/skills/performance-engineer/SKILL.md +4 -5
- package/.agent/skills/production-code-audit/SKILL.md +6 -0
- package/.agent/skills/rust-pro/SKILL.md +0 -177
- package/.agent/skills/security-auditor/SKILL.md +35 -27
- package/.agent/skills/seo-expert-kit/SKILL.md +9 -4
- package/.agent/skills/shopify-development/scripts/tests/test_shopify_init.py +379 -0
- package/.agent/skills/tdd-master-workflow/SKILL.md +9 -3
- package/.agent/workflows/audit.md +30 -16
- package/.agent/workflows/brainstorm.md +33 -96
- package/.agent/workflows/create.md +37 -45
- package/.agent/workflows/debug.md +45 -84
- package/.agent/workflows/deploy.md +33 -158
- package/.agent/workflows/document.md +38 -15
- package/.agent/workflows/enhance.md +33 -48
- package/.agent/workflows/monitor.md +35 -14
- package/.agent/workflows/orchestrate.md +33 -218
- package/.agent/workflows/plan.md +39 -70
- package/.agent/workflows/security.md +35 -14
- package/.agent/workflows/seo.md +39 -16
- package/.agent/workflows/status.md +33 -72
- package/.agent/workflows/test.md +30 -127
- package/.agent/workflows/ui-ux-pro-max.md +24 -283
- package/LICENSE +22 -8
- package/README.md +105 -72
- package/README.vi.md +93 -110
- package/cli/create.js +275 -413
- package/cli/index.js +36 -24
- package/cli/lib/auto-update.js +14 -21
- package/cli/logic/product-skills.js +58 -0
- package/cli/logic/skill-definitions.js +0 -39
- package/cli/prompts.js +151 -145
- package/cli/skills/browser-subagent-core/SKILL.md +22 -0
- package/cli/tools/browser.js +75 -0
- package/cli/ui/dashboard.js +48 -0
- package/docs/AGENTS_GUIDE.vi.md +39 -45
- package/docs/CONTRIBUTING.vi.md +12 -3
- package/docs/{GEMINI_GUIDE.md → GEMINI_USAGE.md} +6 -6
- package/docs/GLOSSARY.vi.md +49 -30
- package/docs/HOW_ANTIGRAVITY_THINKS.vi.md +1 -1
- package/docs/OPERATIONAL_FLOW.vi.md +15 -0
- package/docs/{PUBLISHING.md → PUBLISHING_GUIDE.md} +31 -3
- package/docs/RULES_GUIDE.vi.md +67 -31
- package/docs/SHARED_LIBRARY_GUIDE.vi.md +18 -22
- package/docs/SKILLS_GUIDE.vi.md +119 -32
- package/docs/TROUBLESHOOTING.vi.md +10 -2
- package/docs/WORKFLOW_GUIDE.vi.md +57 -9
- package/package.json +32 -8
- package/setup.js +147 -114
- package/.agent/.shared/compliance/README.md +0 -19
- package/.agent/.shared/design-system/README.md +0 -18
- package/.agent/.shared/domain-blueprints/README.md +0 -18
- package/.agent/.shared/dx-toolkit/README.md +0 -19
- package/.agent/.shared/i18n-master/README.md +0 -18
- package/.agent/.shared/infra-blueprints/README.md +0 -18
- package/.agent/.shared/metrics/README.md +0 -17
- package/.agent/.shared/resilience-patterns/README.md +0 -19
- package/.agent/.shared/security-armor/README.md +0 -25
- package/.agent/.shared/testing-master/README.md +0 -20
- package/.agent/.shared/vitals-templates/README.md +0 -18
- package/.agent/agents/accessibility-expert.md +0 -22
- package/.agent/agents/api-architect.md +0 -22
- package/.agent/agents/backend-specialist.eco.md +0 -19
- package/.agent/agents/backend-specialist.instant.md +0 -19
- package/.agent/agents/codebase-expert.md +0 -23
- package/.agent/agents/compliance-expert.md +0 -22
- package/.agent/agents/data-scientist.md +0 -22
- package/.agent/agents/debugger.eco.md +0 -20
- package/.agent/agents/debugger.instant.md +0 -20
- package/.agent/agents/deep-thinker.ultra.md +0 -23
- package/.agent/agents/devex-optimizer.md +0 -22
- package/.agent/agents/devops-architect.md +0 -22
- package/.agent/agents/frontend-specialist.eco.md +0 -19
- package/.agent/agents/frontend-specialist.instant.md +0 -19
- package/.agent/agents/growth-engineer.md +0 -22
- package/.agent/agents/i18n-specialist.md +0 -21
- package/.agent/agents/legacy-modernizer.md +0 -22
- package/.agent/agents/microservices-specialist.md +0 -22
- package/.agent/agents/motion-designer.md +0 -22
- package/.agent/agents/orchestrator.creative.md +0 -28
- package/.agent/agents/orchestrator.eco.md +0 -29
- package/.agent/agents/orchestrator.instant.md +0 -29
- package/.agent/agents/orchestrator.ultra.md +0 -28
- package/.agent/agents/performance-benchmarker.md +0 -22
- package/.agent/agents/project-planner.eco.md +0 -19
- package/.agent/agents/project-planner.instant.md +0 -19
- package/.agent/agents/security-pentester.md +0 -22
- package/.agent/agents/serverless-expert.md +0 -22
- package/.agent/fastcode_index.json +0 -1038
- package/.agent/mcp_config.json +0 -24
- package/.agent/rules/GEMINI.eco.md +0 -37
- package/.agent/rules/GEMINI.instant.md +0 -37
- package/.agent/rules/api-spec.md +0 -28
- package/.agent/rules/database.md +0 -24
- package/.agent/rules/devops.md +0 -23
- package/.agent/rules/growth-strategy.md +0 -22
- package/.agent/rules/logging-monitoring.md +0 -22
- package/.agent/rules/quality-assurance.md +0 -22
- package/.agent/rules/system-reasoning.md +0 -20
- package/.agent/rules/ui-design.md +0 -23
- package/.agent/rules/ux-patterns.md +0 -23
- package/.agent/scripts/auto_preview.py +0 -148
- package/.agent/scripts/checklist.py +0 -252
- package/.agent/scripts/session_manager.py +0 -120
- package/.agent/scripts/simulation_install.js +0 -59
- package/.agent/scripts/sync_to_global.py +0 -78
- package/.agent/scripts/translate_workflows.py +0 -53
- package/.agent/scripts/verify_all.py +0 -327
- package/.agent/scripts/verify_shared_modules.js +0 -126
- package/.agent/skills/fastcode-search/SKILL.md +0 -46
- package/.agent/skills/fastcode-search/fastcode_config.example.json +0 -17
- package/.agent/skills/frontend-trends-2026/SKILL.md +0 -78
- package/.agent/skills/frontend-trends-2026/formulas/BentoGrid.tsx +0 -42
- package/.agent/skills/frontend-trends-2026/formulas/LiquidCard.tsx +0 -32
- package/.agent/skills/frontend-trends-2026/formulas/NeoButton.tsx +0 -27
- package/.agent/workflows/deep-security-audit.md +0 -9
- package/.agent/workflows/growth-max.md +0 -9
- package/.agent/workflows/performance-max.md +0 -9
- package/.editorconfig +0 -21
- package/.gitattributes +0 -7
- package/CHANGELOG.md +0 -32
- package/ERRORS.md +0 -67
- package/action.yml +0 -32
- package/antigravity-ide-logo.png +0 -0
- package/antigravity-ide-logo.svg +0 -24
- package/assets/skills-bundle.json +0 -1
- package/cli/manifest.js +0 -524
- package/cli/skills/fastcode.js +0 -181
- package/docs/AGENT_FLOW.md +0 -608
- package/docs/CONTRIBUTING.md +0 -46
- package/docs/COPYRIGHT.md +0 -57
- package/docs/DEPLOYMENT.md +0 -77
- package/docs/GLOSSARY.md +0 -109
- package/docs/MASTER_GUIDE.md +0 -103
- package/docs/OPERATIONAL_FLOW.md +0 -147
- package/docs/PLAN-upgrade-core-architecture.md +0 -71
- package/docs/SKILLS.md +0 -610
- package/docs/TROUBLESHOOTING.md +0 -43
- package/jest.config.js +0 -8
- package/scripts/bump.js +0 -93
- package/scripts/bundle-skills.js +0 -59
- package/scripts/internal/automation/auto-release.js +0 -177
- package/scripts/internal/fractalize-skills.js +0 -89
- package/scripts/internal/generate-skill-definitions.js +0 -134
- package/scripts/internal/internal/update-docs.js +0 -115
- package/scripts/internal/refactor-skill-content.js +0 -127
- package/scripts/internal/rename-skills.js +0 -96
- package/scripts/internal/sync-skills.js +0 -112
- package/scripts/internal/update-frontmatter-names.js +0 -99
- package/scripts/internal/verification/audit-dna.js +0 -56
- package/scripts/internal/verification/audit-skills.js +0 -65
- package/web/src/app/docs/guide/examples/brainstorm/page.mdx +0 -91
- package/web/src/app/docs/guide/examples/create/page.mdx +0 -84
- package/web/src/app/docs/guide/examples/debugging/page.mdx +0 -83
- package/web/src/app/docs/guide/examples/deployment/page.mdx +0 -93
- package/web/src/app/docs/guide/examples/new-feature/page.mdx +0 -102
- package/web/src/app/docs/guide/examples/orchestration/page.mdx +0 -99
- package/web/src/app/docs/guide/examples/plan/page.mdx +0 -76
- package/web/src/app/docs/guide/examples/preview/page.mdx +0 -77
- package/web/src/app/docs/guide/examples/status/page.mdx +0 -78
- package/web/src/app/docs/guide/examples/test/page.mdx +0 -80
- package/web/src/app/docs/guide/examples/ui-design/page.mdx +0 -90
- package/web/src/components/mdx/Callout.tsx +0 -60
- package/web/src/components/mdx/FeatureGrid.tsx +0 -38
- package/web/src/components/mdx/ProTips.tsx +0 -29
- package/web/src/components/mdx/StepList.tsx +0 -33
- package/web/src/components/mdx/Terminal.tsx +0 -58
- package/web/src/components/mdx/index.ts +0 -5
- package/web/src/mdx-components.tsx +0 -98
- /package/.agent/.shared/{design-philosophy → core/design-philosophy}/MANIFESTO.md +0 -0
- /package/.agent/.shared/{design-philosophy → core/design-philosophy}/checklists/tactile_audit.md +0 -0
- /package/.agent/.shared/{design-philosophy → core/design-philosophy}/checklists/visual_audit.md +0 -0
- /package/.agent/.shared/{design-philosophy → core/design-philosophy}/presets/linear_glow.json +0 -0
- /package/.agent/.shared/{dx-toolkit → core/dx-toolkit}/checklists/code_review.md +0 -0
- /package/.agent/.shared/{dx-toolkit → core/dx-toolkit}/presets/vscode_settings.json +0 -0
- /package/.agent/.shared/{metrics → core/metrics}/benchmarks.json +0 -0
- /package/.agent/.shared/{vitals-templates → core/vitals-templates}/audit_report.md +0 -0
- /package/.agent/.shared/{vitals-templates → core/vitals-templates}/plan_prd.md +0 -0
- /package/.agent/.shared/{ai-master → technical/ai-master}/best_patterns.md +0 -0
- /package/.agent/.shared/{ai-master → technical/ai-master}/checklists/prompt_audit.md +0 -0
- /package/.agent/.shared/{ai-master → technical/ai-master}/presets/model_configs.json +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/data +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/endpoints_naming.md +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/error_codes.csv +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/pagination_sorting.md +0 -0
- /package/.agent/.shared/{api-standards → technical/api-standards}/response_format.json +0 -0
- /package/.agent/.shared/{database-master → technical/database-master}/schemas/auth_rbac.sql +0 -0
- /package/.agent/.shared/{database-master → technical/database-master}/schemas/cms.sql +0 -0
- /package/.agent/.shared/{database-master → technical/database-master}/schemas/ecommerce.sql +0 -0
- /package/.agent/.shared/{design-system → technical/design-system}/brand_presets.json +0 -0
- /package/.agent/.shared/{design-system → technical/design-system}/micro_interactions.md +0 -0
- /package/.agent/.shared/{i18n-master → technical/i18n-master}/vi_tech_dictionary.csv +0 -0
- /package/.agent/.shared/{i18n-master → technical/i18n-master}/workflows.json +0 -0
- /package/.agent/.shared/{resilience-patterns → technical/resilience-patterns}/checklists/chaos_engineering.md +0 -0
- /package/.agent/.shared/{resilience-patterns → technical/resilience-patterns}/presets/circuit_breaker.json +0 -0
- /package/.agent/.shared/{security-armor → technical/security-armor}/checklists/vuln_scan.md +0 -0
- /package/.agent/.shared/{security-armor → technical/security-armor}/hardening.md +0 -0
- /package/.agent/.shared/{security-armor → technical/security-armor}/presets/helmet_config.json +0 -0
- /package/.agent/.shared/{seo-master → technical/seo-master}/checklists/technical_seo.md +0 -0
- /package/.agent/.shared/{seo-master → technical/seo-master}/presets/json_ld_schema.json +0 -0
- /package/.agent/.shared/{testing-master → technical/testing-master}/checklists/pre_release.md +0 -0
- /package/.agent/.shared/{testing-master → technical/testing-master}/scenarios.md +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/colors.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/icons.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/landing.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/products.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/react-performance.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/flutter.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/html-tailwind.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/jetpack-compose.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/nextjs.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/nuxt-ui.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/nuxtjs.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/react-native.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/react.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/shadcn.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/svelte.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/swiftui.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/stacks/vue.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/ux-guidelines.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/data/web-interface.csv +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/__pycache__/core.cpython-313.pyc +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/__pycache__/design_system.cpython-313.pyc +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/core.py +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/design_system.py +0 -0
- /package/.agent/.shared/{ui-ux-pro-max → technical/ui-ux-pro-max}/scripts/search.py +0 -0
- /package/.agent/.shared/{compliance → verticals/compliance}/legal_templates.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/edtech.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/fintech.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/fnb_restaurant.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/freelance_marketplace.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/healthcare.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/hospitality_tourism.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/logistics.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/marketing_automation.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/personal_branding.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/real_estate.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/retail_ecommerce.md +0 -0
- /package/.agent/.shared/{domain-blueprints → verticals/domain-blueprints}/standard-pro-agents.md +0 -0
- /package/.agent/.shared/{infra-blueprints → verticals/infra-blueprints}/deployment_specs.md +0 -0
- /package/.agent/skills/ai-engineer/{resources → sub-skills}/ai_infra_stack.md +0 -0
- /package/.agent/skills/cloud-architect-master/{resources → sub-skills}/cost_optimization_checklist.md +0 -0
- /package/.agent/skills/cro-expert-kit/{resources → sub-skills}/psychological_triggers.md +0 -0
- /package/.agent/skills/database-migration/{resources → sub-skills}/zero_downtime_strategy.md +0 -0
- /package/.agent/skills/deployment-engineer/{resources → sub-skills}/k8s_best_practices.md +0 -0
- /package/.agent/skills/git-collaboration-master/{resources → sub-skills}/pr_template.md +0 -0
- /package/.agent/skills/incident-responder/{resources → sub-skills}/incident_severity_levels.md +0 -0
- /package/.agent/skills/legacy-modernizer/{resources → sub-skills}/strangler_fig_pattern.md +0 -0
- /package/.agent/skills/penetration-tester-master/{resources → sub-skills}/owasp_top_10_2025.md +0 -0
- /package/.agent/skills/production-code-audit/{resources → sub-skills}/solid_principles_cheat_sheet.md +0 -0
- /package/.agent/skills/seo-expert-kit/{resources → sub-skills}/technical_seo_checklist.md +0 -0
- /package/.agent/skills/tdd-master-workflow/{resources → sub-skills}/unit_test_naming_convention.md +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/charts.csv +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/prompts.csv +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/styles.csv +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/typography.csv +0 -0
- /package/.agent/{.shared → skills}/ui-ux-pro-max/data/ui-reasoning.csv +0 -0
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
export const metadata = {
|
|
2
|
-
title: "Example: Structured Brainstorming | Antigravity Kit",
|
|
3
|
-
description: "Learn how to use the /brainstorm workflow to explore multiple options before committing to an implementation.",
|
|
4
|
-
};
|
|
5
|
-
|
|
6
|
-
import { Callout, StepList, Step, Terminal, TerminalLine, TerminalBlock, ProTips, Tip, FeatureGrid, Feature } from '@/components/mdx'
|
|
7
|
-
|
|
8
|
-
# Structured Brainstorming
|
|
9
|
-
|
|
10
|
-
Explore multiple approaches before writing code with the `/brainstorm` workflow.
|
|
11
|
-
|
|
12
|
-
## Overview
|
|
13
|
-
|
|
14
|
-
The `/brainstorm` command activates a **structured ideation mode**.
|
|
15
|
-
Instead of jumping straight to code, the agent explores at least 3 different approaches,
|
|
16
|
-
analyzes pros and cons, and helps you make an informed decision.
|
|
17
|
-
|
|
18
|
-
<FeatureGrid>
|
|
19
|
-
<Feature title="No Code" description="Ideas only" />
|
|
20
|
-
<Feature title="3+ Options" description="Always compare" />
|
|
21
|
-
<Feature title="Pros/Cons" description="Honest tradeoffs" />
|
|
22
|
-
<Feature title="You Decide" description="Final choice" />
|
|
23
|
-
</FeatureGrid>
|
|
24
|
-
|
|
25
|
-
## The Process
|
|
26
|
-
|
|
27
|
-
<StepList>
|
|
28
|
-
<Step number={1} title="Describe Your Challenge">
|
|
29
|
-
Tell the agent what you want to explore. Be specific about constraints.
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
/brainstorm authentication system for my SaaS app
|
|
33
|
-
```
|
|
34
|
-
</Step>
|
|
35
|
-
<Step number={2} title="Review Options">
|
|
36
|
-
The agent presents 3+ approaches with pros, cons, and effort levels.
|
|
37
|
-
</Step>
|
|
38
|
-
<Step number={3} title="Make Decision">
|
|
39
|
-
Choose an option, then use `/enhance` or `/create` to implement.
|
|
40
|
-
</Step>
|
|
41
|
-
</StepList>
|
|
42
|
-
|
|
43
|
-
## Example Session
|
|
44
|
-
|
|
45
|
-
<Terminal>
|
|
46
|
-
<TerminalLine type="user">/brainstorm state management for complex form</TerminalLine>
|
|
47
|
-
|
|
48
|
-
<TerminalBlock>
|
|
49
|
-
<TerminalLine type="agent">**Exploring Options...**</TerminalLine>
|
|
50
|
-
</TerminalBlock>
|
|
51
|
-
|
|
52
|
-
<div className="space-y-4 pl-8 mb-4">
|
|
53
|
-
<div className="border-t border-zinc-800 pt-3">
|
|
54
|
-
<strong className="text-purple-400">Option A: React Hook Form + Zod</strong>
|
|
55
|
-
<div className="text-xs mt-1 space-y-1">
|
|
56
|
-
<div className="text-green-400">✅ Minimal re-renders, great DX</div>
|
|
57
|
-
<div className="text-red-400">❌ Learning curve</div>
|
|
58
|
-
<div className="text-yellow-400">📊 Effort: Low</div>
|
|
59
|
-
</div>
|
|
60
|
-
</div>
|
|
61
|
-
<div className="border-t border-zinc-800 pt-3">
|
|
62
|
-
<strong className="text-purple-400">Option B: Zustand</strong>
|
|
63
|
-
<div className="text-xs mt-1 space-y-1">
|
|
64
|
-
<div className="text-green-400">✅ Full control, persists across routes</div>
|
|
65
|
-
<div className="text-red-400">❌ More boilerplate</div>
|
|
66
|
-
<div className="text-yellow-400">📊 Effort: Medium</div>
|
|
67
|
-
</div>
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
70
|
-
|
|
71
|
-
<TerminalBlock highlight>
|
|
72
|
-
<TerminalLine type="agent">**💡 Recommendation: Option A**</TerminalLine>
|
|
73
|
-
For 20+ fields, RHF minimizes re-renders.
|
|
74
|
-
</TerminalBlock>
|
|
75
|
-
</Terminal>
|
|
76
|
-
|
|
77
|
-
## Pro Tips
|
|
78
|
-
|
|
79
|
-
<ProTips>
|
|
80
|
-
<Tip title="Provide Context">
|
|
81
|
-
Mention constraints: "I need SSR support", "Must work offline".
|
|
82
|
-
</Tip>
|
|
83
|
-
<Tip title="Ask Follow-ups">
|
|
84
|
-
"Tell me more about Option B's scalability" before deciding.
|
|
85
|
-
</Tip>
|
|
86
|
-
</ProTips>
|
|
87
|
-
|
|
88
|
-
## Next Steps
|
|
89
|
-
|
|
90
|
-
- Try `/brainstorm` for your next architecture decision
|
|
91
|
-
- After deciding, use [Add New Feature](/docs/guide/examples/new-feature) to implement
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
export const metadata = {
|
|
2
|
-
title: "Example: Create New Application | Antigravity Kit",
|
|
3
|
-
description: "Learn how to use the /create workflow to build new applications from scratch with AI-powered wizards.",
|
|
4
|
-
};
|
|
5
|
-
|
|
6
|
-
import { Callout, StepList, Step, Terminal, TerminalLine, TerminalBlock, ProTips, Tip } from '@/components/mdx'
|
|
7
|
-
|
|
8
|
-
# Create New Application
|
|
9
|
-
|
|
10
|
-
Build complete applications from scratch with the `/create` wizard.
|
|
11
|
-
|
|
12
|
-
## Overview
|
|
13
|
-
|
|
14
|
-
The `/create` command is your **application creation wizard**.
|
|
15
|
-
It guides you through an interactive dialogue, understands your requirements,
|
|
16
|
-
plans the architecture, and orchestrates specialist agents to build your app.
|
|
17
|
-
|
|
18
|
-
<Callout type="info">
|
|
19
|
-
**From idea to running app:** Just describe what you want, and the wizard handles tech stack, file structure, database schema, and implementation.
|
|
20
|
-
</Callout>
|
|
21
|
-
|
|
22
|
-
## The Process
|
|
23
|
-
|
|
24
|
-
<StepList>
|
|
25
|
-
<Step number={1} title="Describe Your App">
|
|
26
|
-
Tell the wizard what you want to build. It will ask clarifying questions if needed.
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
/create e-commerce site with product listing and cart
|
|
30
|
-
```
|
|
31
|
-
</Step>
|
|
32
|
-
<Step number={2} title="Review Plan">
|
|
33
|
-
The `project-planner` agent creates a detailed plan. Approve to proceed.
|
|
34
|
-
</Step>
|
|
35
|
-
<Step number={3} title="Agents Build">
|
|
36
|
-
Specialist agents work in parallel: database-architect, backend, frontend.
|
|
37
|
-
</Step>
|
|
38
|
-
</StepList>
|
|
39
|
-
|
|
40
|
-
## Example Session
|
|
41
|
-
|
|
42
|
-
<Terminal>
|
|
43
|
-
<TerminalLine type="user">/create todo app with dark mode</TerminalLine>
|
|
44
|
-
|
|
45
|
-
<TerminalBlock>
|
|
46
|
-
<TerminalLine type="agent">**Analyzing request...**</TerminalLine>
|
|
47
|
-
Tech Stack: Next.js + Tailwind + Zustand
|
|
48
|
-
<span className="text-yellow-300">Proceed? (Y/N)</span>
|
|
49
|
-
</TerminalBlock>
|
|
50
|
-
|
|
51
|
-
<TerminalLine type="user">Y</TerminalLine>
|
|
52
|
-
|
|
53
|
-
<div className="space-y-2 pl-8 mb-4">
|
|
54
|
-
<div className="flex items-center gap-2">
|
|
55
|
-
<span className="w-2 h-2 rounded-full bg-blue-500 animate-pulse"></span>
|
|
56
|
-
<span><strong>Backend:</strong> Creating store...</span>
|
|
57
|
-
</div>
|
|
58
|
-
<div className="flex items-center gap-2">
|
|
59
|
-
<span className="w-2 h-2 rounded-full bg-pink-500 animate-pulse"></span>
|
|
60
|
-
<span><strong>Frontend:</strong> Building components...</span>
|
|
61
|
-
</div>
|
|
62
|
-
</div>
|
|
63
|
-
|
|
64
|
-
<TerminalBlock highlight>
|
|
65
|
-
<TerminalLine type="agent">**🚀 App Created!**</TerminalLine>
|
|
66
|
-
Preview: <span className="text-blue-400">http://localhost:3000</span>
|
|
67
|
-
</TerminalBlock>
|
|
68
|
-
</Terminal>
|
|
69
|
-
|
|
70
|
-
## Pro Tips
|
|
71
|
-
|
|
72
|
-
<ProTips>
|
|
73
|
-
<Tip title="Be Specific">
|
|
74
|
-
"E-commerce with Stripe" beats "online store".
|
|
75
|
-
</Tip>
|
|
76
|
-
<Tip title="Start Simple">
|
|
77
|
-
Create MVP first, use `/enhance` to iterate.
|
|
78
|
-
</Tip>
|
|
79
|
-
</ProTips>
|
|
80
|
-
|
|
81
|
-
## Next Steps
|
|
82
|
-
|
|
83
|
-
- Run `/create` followed by your app idea
|
|
84
|
-
- Use [Add New Feature](/docs/guide/examples/new-feature) to extend
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
export const metadata = {
|
|
2
|
-
title: "Example: Systematic Debugging | Antigravity Kit",
|
|
3
|
-
description: "Learn how to solve complex issues using the /debug workflow's 4-phase investigation protocol.",
|
|
4
|
-
};
|
|
5
|
-
|
|
6
|
-
import { Callout, StepList, Step, Terminal, TerminalLine, TerminalBlock, ProTips, Tip } from '@/components/mdx'
|
|
7
|
-
|
|
8
|
-
# Systematic Debugging
|
|
9
|
-
|
|
10
|
-
Solve complex issues using the rigorous `/debug` workflow.
|
|
11
|
-
|
|
12
|
-
## Overview
|
|
13
|
-
|
|
14
|
-
The `/debug` workflow enforces a **4-phase investigation protocol** (Discovery, Hypothesis, Verification, Resolution). It prevents guess-driven development by requiring evidence before code changes.
|
|
15
|
-
|
|
16
|
-
<Callout type="info" title="When to use:">
|
|
17
|
-
- "The login button does nothing"
|
|
18
|
-
- "API returns 500 error intermittently"
|
|
19
|
-
- "App crashes on mobile only"
|
|
20
|
-
</Callout>
|
|
21
|
-
|
|
22
|
-
## The Process
|
|
23
|
-
|
|
24
|
-
<StepList>
|
|
25
|
-
<Step number={1} title="Discovery">
|
|
26
|
-
Gathers facts: Error logs, user reports, reproduction steps.
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
/debug Login returns 403 even with correct credentials
|
|
30
|
-
```
|
|
31
|
-
</Step>
|
|
32
|
-
<Step number={2} title="Hypothesis">
|
|
33
|
-
Formulates potential causes prioritized by likelihood.
|
|
34
|
-
</Step>
|
|
35
|
-
<Step number={3} title="Verification">
|
|
36
|
-
Systematically tests each hypothesis using scripts or logs.
|
|
37
|
-
</Step>
|
|
38
|
-
<Step number={4} title="Resolution">
|
|
39
|
-
Implements the fix and adds a regression test.
|
|
40
|
-
</Step>
|
|
41
|
-
</StepList>
|
|
42
|
-
|
|
43
|
-
## Example Session
|
|
44
|
-
|
|
45
|
-
<Terminal>
|
|
46
|
-
<TerminalLine type="user">/debug Form submission fails silently</TerminalLine>
|
|
47
|
-
|
|
48
|
-
<TerminalBlock>
|
|
49
|
-
<TerminalLine type="agent">**Phase 1: Discovery**</TerminalLine>
|
|
50
|
-
Reading `CheckoutForm.tsx`... Found `handleSubmit`.
|
|
51
|
-
<span className="text-red-400">ERROR: Cannot read properties of undefined</span>
|
|
52
|
-
</TerminalBlock>
|
|
53
|
-
|
|
54
|
-
<TerminalBlock>
|
|
55
|
-
<TerminalLine type="agent">**Phase 2: Hypothesis**</TerminalLine>
|
|
56
|
-
<div className="text-xs mt-1">
|
|
57
|
-
1. `emailRef.current` is null on mount<br/>
|
|
58
|
-
2. Event handler not bound correctly
|
|
59
|
-
</div>
|
|
60
|
-
</TerminalBlock>
|
|
61
|
-
|
|
62
|
-
<TerminalBlock highlight>
|
|
63
|
-
<TerminalLine type="agent">**Phase 4: Resolution**</TerminalLine>
|
|
64
|
-
Fix applied: Added null check to `emailRef`.
|
|
65
|
-
<span className="text-green-400">✅ Test passed: Form submits successfully.</span>
|
|
66
|
-
</TerminalBlock>
|
|
67
|
-
</Terminal>
|
|
68
|
-
|
|
69
|
-
## Pro Tips
|
|
70
|
-
|
|
71
|
-
<ProTips>
|
|
72
|
-
<Tip title="Provide Context">
|
|
73
|
-
Paste the exact error message or stack trace for faster discovery.
|
|
74
|
-
</Tip>
|
|
75
|
-
<Tip title="Trust, Verify">
|
|
76
|
-
Ask the agent to run the reproduction case again to confirm it's solved.
|
|
77
|
-
</Tip>
|
|
78
|
-
</ProTips>
|
|
79
|
-
|
|
80
|
-
## Next Steps
|
|
81
|
-
|
|
82
|
-
- Try `/debug` on an existing bug
|
|
83
|
-
- See [Deployment](/docs/guide/examples/deployment) to ship your fix
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
export const metadata = {
|
|
2
|
-
title: "Example: Production Deployment | Antigravity Kit",
|
|
3
|
-
description: "Learn how to strictly and safely deploy applications using the /deploy workflow.",
|
|
4
|
-
};
|
|
5
|
-
|
|
6
|
-
import { Callout, StepList, Step, Terminal, TerminalLine, TerminalBlock, ProTips, Tip } from '@/components/mdx'
|
|
7
|
-
|
|
8
|
-
# Production Deployment
|
|
9
|
-
|
|
10
|
-
Ship with confidence using the safety-first `/deploy` workflow.
|
|
11
|
-
|
|
12
|
-
## Overview
|
|
13
|
-
|
|
14
|
-
The `/deploy` command is an **Audit & Release Conductor**.
|
|
15
|
-
It forces your code to pass a rigorous health check before deployment.
|
|
16
|
-
|
|
17
|
-
<Callout type="info" title="It stops you from deploying if:">
|
|
18
|
-
- Security vulnerabilities are found
|
|
19
|
-
- Linting errors exist
|
|
20
|
-
- TypeScript types are invalid
|
|
21
|
-
- Critical tests fail
|
|
22
|
-
</Callout>
|
|
23
|
-
|
|
24
|
-
## The Process
|
|
25
|
-
|
|
26
|
-
<StepList>
|
|
27
|
-
<Step number={1} title="Execute Command">
|
|
28
|
-
When your code is ready, trigger the deployment pipeline.
|
|
29
|
-
|
|
30
|
-
```bash
|
|
31
|
-
/deploy
|
|
32
|
-
```
|
|
33
|
-
</Step>
|
|
34
|
-
<Step number={2} title="Pre-Flight Checklist">
|
|
35
|
-
The agent automatically audits your project health.
|
|
36
|
-
|
|
37
|
-
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 mt-4">
|
|
38
|
-
<div className="bg-zinc-50 dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 rounded-lg p-3">
|
|
39
|
-
<h4 className="text-sm font-semibold mb-1">🛡️ Security</h4>
|
|
40
|
-
<p className="text-xs text-zinc-500 dark:text-zinc-400 m-0">Scans for vulnerabilities & secrets</p>
|
|
41
|
-
</div>
|
|
42
|
-
<div className="bg-zinc-50 dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 rounded-lg p-3">
|
|
43
|
-
<h4 className="text-sm font-semibold mb-1">📋 Quality</h4>
|
|
44
|
-
<p className="text-xs text-zinc-500 dark:text-zinc-400 m-0">Enforces Linting & Type Safety</p>
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
47
|
-
</Step>
|
|
48
|
-
<Step number={3} title="Release">
|
|
49
|
-
If checks pass, it builds and pushes to your platform (Vercel, Docker, etc).
|
|
50
|
-
</Step>
|
|
51
|
-
</StepList>
|
|
52
|
-
|
|
53
|
-
## Example Session
|
|
54
|
-
|
|
55
|
-
<Terminal>
|
|
56
|
-
<TerminalLine type="user">/deploy</TerminalLine>
|
|
57
|
-
|
|
58
|
-
<TerminalBlock>
|
|
59
|
-
<TerminalLine type="agent">**Running Pre-Flight Checks...**</TerminalLine>
|
|
60
|
-
<div className="space-y-1 mt-2">
|
|
61
|
-
<div>🔄 Security Scan... <span className="text-green-400">PASSED</span></div>
|
|
62
|
-
<div>🔄 Lint Check... <span className="text-green-400">PASSED</span></div>
|
|
63
|
-
<div>🔄 Type Validation... <span className="text-green-400">PASSED</span></div>
|
|
64
|
-
</div>
|
|
65
|
-
<br/>
|
|
66
|
-
<span className="text-green-400">✅ All checks passed!</span>
|
|
67
|
-
Deploying to Vercel...
|
|
68
|
-
</TerminalBlock>
|
|
69
|
-
|
|
70
|
-
<TerminalBlock highlight>
|
|
71
|
-
<TerminalLine type="agent">**🚀 Deployment Complete!**</TerminalLine>
|
|
72
|
-
<div className="space-y-1 mt-2">
|
|
73
|
-
<div>🌐 URL: <span className="text-blue-400">https://my-app.vercel.app</span></div>
|
|
74
|
-
<div>💚 Health Check: <span className="text-green-400">OK</span></div>
|
|
75
|
-
</div>
|
|
76
|
-
</TerminalBlock>
|
|
77
|
-
</Terminal>
|
|
78
|
-
|
|
79
|
-
## Pro Tips
|
|
80
|
-
|
|
81
|
-
<ProTips>
|
|
82
|
-
<Tip title="Check First">
|
|
83
|
-
Run `/deploy check` to dry-run validations without deploying.
|
|
84
|
-
</Tip>
|
|
85
|
-
<Tip title="Rollback Safety">
|
|
86
|
-
Use `/deploy rollback` to instantly revert to the last stable version.
|
|
87
|
-
</Tip>
|
|
88
|
-
</ProTips>
|
|
89
|
-
|
|
90
|
-
## Next Steps
|
|
91
|
-
|
|
92
|
-
- Try `/deploy check` to run pre-flight checks
|
|
93
|
-
- Learn about [Multi-Agent Orchestration](/docs/guide/examples/orchestration)
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
export const metadata = {
|
|
2
|
-
title: "Example: Add a New Feature | Antigravity Kit",
|
|
3
|
-
description: "Step-by-step guide on adding new features to an existing application using Antigravity Kit workflows.",
|
|
4
|
-
};
|
|
5
|
-
|
|
6
|
-
import { Callout, StepList, Step, Terminal, TerminalLine, TerminalBlock, ProTips, Tip } from '@/components/mdx'
|
|
7
|
-
|
|
8
|
-
# Add a New Feature
|
|
9
|
-
|
|
10
|
-
Learn how to safely add complex features to an existing codebase using the `/enhance` workflow.
|
|
11
|
-
|
|
12
|
-
## Overview
|
|
13
|
-
|
|
14
|
-
The `/enhance` workflow is your day-to-day tool for iterative development.
|
|
15
|
-
Unlike `/create` which builds from scratch, `/enhance` focuses on surgically adding functionality without breaking existing code.
|
|
16
|
-
|
|
17
|
-
<Callout type="info">
|
|
18
|
-
**Scenario:** Adding a "Dashboard Analytics" feature to an existing SaaS application.
|
|
19
|
-
</Callout>
|
|
20
|
-
|
|
21
|
-
## The Process
|
|
22
|
-
|
|
23
|
-
<StepList>
|
|
24
|
-
<Step number={1} title="Feature Planning">
|
|
25
|
-
Describe your feature requirements clearly.
|
|
26
|
-
|
|
27
|
-
```bash
|
|
28
|
-
/enhance Add an analytics dashboard for user activity
|
|
29
|
-
Requirements:
|
|
30
|
-
- Track daily active users and page views
|
|
31
|
-
- Visual charts using Recharts
|
|
32
|
-
- API endpoint to aggregate data
|
|
33
|
-
```
|
|
34
|
-
</Step>
|
|
35
|
-
<Step number={2} title="Component Implementation">
|
|
36
|
-
Specialists implement the full vertical slice.
|
|
37
|
-
|
|
38
|
-
<div className="grid grid-cols-2 md:grid-cols-4 gap-3 mt-4">
|
|
39
|
-
<div className="bg-zinc-50 dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 rounded-lg p-3 text-center">
|
|
40
|
-
<div className="text-xs font-semibold">Database</div>
|
|
41
|
-
</div>
|
|
42
|
-
<div className="bg-zinc-50 dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 rounded-lg p-3 text-center">
|
|
43
|
-
<div className="text-xs font-semibold">Backend</div>
|
|
44
|
-
</div>
|
|
45
|
-
<div className="bg-zinc-50 dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 rounded-lg p-3 text-center">
|
|
46
|
-
<div className="text-xs font-semibold">Frontend</div>
|
|
47
|
-
</div>
|
|
48
|
-
<div className="bg-zinc-50 dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 rounded-lg p-3 text-center">
|
|
49
|
-
<div className="text-xs font-semibold">Testing</div>
|
|
50
|
-
</div>
|
|
51
|
-
</div>
|
|
52
|
-
</Step>
|
|
53
|
-
<Step number={3} title="Verify Integration">
|
|
54
|
-
Run `final checks` to validate bundle size, accessibility, and tests.
|
|
55
|
-
</Step>
|
|
56
|
-
</StepList>
|
|
57
|
-
|
|
58
|
-
## Example Session
|
|
59
|
-
|
|
60
|
-
<Terminal>
|
|
61
|
-
<TerminalLine type="user">/enhance add dark mode toggle</TerminalLine>
|
|
62
|
-
|
|
63
|
-
<TerminalBlock>
|
|
64
|
-
<TerminalLine type="agent">**Analyzing codebase...**</TerminalLine>
|
|
65
|
-
<div className="text-xs mt-2">
|
|
66
|
-
Found: Tailwind CSS with no dark mode config<br/>
|
|
67
|
-
Plan: Update tailwind.config, add ThemeProvider, create toggle component
|
|
68
|
-
</div>
|
|
69
|
-
</TerminalBlock>
|
|
70
|
-
|
|
71
|
-
<div className="space-y-2 pl-8 mb-4">
|
|
72
|
-
<div className="flex items-center gap-2">
|
|
73
|
-
<span className="w-2 h-2 rounded-full bg-purple-500 animate-pulse"></span>
|
|
74
|
-
<span><strong>Frontend:</strong> Creating ThemeToggle...</span>
|
|
75
|
-
</div>
|
|
76
|
-
<div className="flex items-center gap-2">
|
|
77
|
-
<span className="w-2 h-2 rounded-full bg-green-500 animate-pulse"></span>
|
|
78
|
-
<span><strong>Testing:</strong> Adding theme tests...</span>
|
|
79
|
-
</div>
|
|
80
|
-
</div>
|
|
81
|
-
|
|
82
|
-
<TerminalBlock highlight>
|
|
83
|
-
<TerminalLine type="agent">**✅ Feature Added!**</TerminalLine>
|
|
84
|
-
<span className="text-zinc-400">Run `/preview start` to test.</span>
|
|
85
|
-
</TerminalBlock>
|
|
86
|
-
</Terminal>
|
|
87
|
-
|
|
88
|
-
## Pro Tips
|
|
89
|
-
|
|
90
|
-
<ProTips>
|
|
91
|
-
<Tip title="Check Dependencies">
|
|
92
|
-
Use `checklist.py` to prevent bundle bloat from new libraries.
|
|
93
|
-
</Tip>
|
|
94
|
-
<Tip title="Keep It Modular">
|
|
95
|
-
Isolate new components to minimize side effects on existing code.
|
|
96
|
-
</Tip>
|
|
97
|
-
</ProTips>
|
|
98
|
-
|
|
99
|
-
## Next Steps
|
|
100
|
-
|
|
101
|
-
- Try `/enhance` in your project
|
|
102
|
-
- See [Test Generation](/docs/guide/examples/test) for coverage
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
export const metadata = {
|
|
2
|
-
title: "Example: Multi-Agent Orchestration | Antigravity Kit",
|
|
3
|
-
description: "Learn how to coordinate multiple specialist agents for complex projects using the /orchestrate workflow.",
|
|
4
|
-
};
|
|
5
|
-
|
|
6
|
-
import { Callout, StepList, Step, Terminal, TerminalLine, TerminalBlock, ProTips, Tip, FeatureGrid, Feature } from '@/components/mdx'
|
|
7
|
-
|
|
8
|
-
# Multi-Agent Orchestration
|
|
9
|
-
|
|
10
|
-
Build entire SaaS platforms by coordinating specialist agents with the `/orchestrate` workflow.
|
|
11
|
-
|
|
12
|
-
## Overview
|
|
13
|
-
|
|
14
|
-
Most AI interactions are 1-on-1. The `orchestrator` agent changes this by acting as a **Project Manager**.
|
|
15
|
-
It breaks down a large request (e.g., "Build a SaaS MVP") into tasks and assigns them to the best specialist for the job.
|
|
16
|
-
|
|
17
|
-
<FeatureGrid>
|
|
18
|
-
<Feature title="Backend" description="API & DB Architect" />
|
|
19
|
-
<Feature title="Frontend" description="UI/UX Specialist" />
|
|
20
|
-
<Feature title="Security" description="Safety Auditor" />
|
|
21
|
-
<Feature title="QA" description="Test Engineer" />
|
|
22
|
-
</FeatureGrid>
|
|
23
|
-
|
|
24
|
-
## The Process
|
|
25
|
-
|
|
26
|
-
<StepList>
|
|
27
|
-
<Step number={1} title="Project Brief">
|
|
28
|
-
Describe the high-level goal. The orchestrator will interview you to clarify requirements.
|
|
29
|
-
|
|
30
|
-
```bash
|
|
31
|
-
/orchestrate Build a "Course Platform" MVP with:
|
|
32
|
-
- User Authentication (NextAuth)
|
|
33
|
-
- Stripe Payments
|
|
34
|
-
- Video Hosting (Mux)
|
|
35
|
-
- Dashboard for Instructors
|
|
36
|
-
```
|
|
37
|
-
</Step>
|
|
38
|
-
<Step number={2} title="Phase 1: Planning">
|
|
39
|
-
The `project-planner` agent creates a detailed roadmap (`PLAN.md`).
|
|
40
|
-
|
|
41
|
-
<div className="bg-zinc-50 dark:bg-zinc-900 p-3 rounded-lg text-xs font-mono border-l-2 border-blue-500 mt-2">
|
|
42
|
-
...<br/>
|
|
43
|
-
### 2.1 Database Schema<br/>
|
|
44
|
-
- Users (id, email, role)<br/>
|
|
45
|
-
- Courses (id, title, price)<br/>
|
|
46
|
-
...
|
|
47
|
-
</div>
|
|
48
|
-
</Step>
|
|
49
|
-
<Step number={3} title="Phase 2: Execution">
|
|
50
|
-
Agents work in parallel. The Orchestrator monitors progress and unblocks dependencies.
|
|
51
|
-
</Step>
|
|
52
|
-
</StepList>
|
|
53
|
-
|
|
54
|
-
## Example Session
|
|
55
|
-
|
|
56
|
-
<Terminal>
|
|
57
|
-
<TerminalLine type="user">/orchestrate Build E-commerce MVP</TerminalLine>
|
|
58
|
-
|
|
59
|
-
<TerminalBlock>
|
|
60
|
-
<TerminalLine type="agent">**Activating Squad...**</TerminalLine>
|
|
61
|
-
Assigning tasks based on `PLAN.md`:
|
|
62
|
-
</TerminalBlock>
|
|
63
|
-
|
|
64
|
-
<div className="space-y-3 pl-8">
|
|
65
|
-
<div className="flex items-center gap-2">
|
|
66
|
-
<span className="w-2 h-2 rounded-full bg-yellow-500 animate-pulse"></span>
|
|
67
|
-
<span><strong>Backend-Specialist:</strong> Configuring Prisma Schema...</span>
|
|
68
|
-
</div>
|
|
69
|
-
<div className="flex items-center gap-2">
|
|
70
|
-
<span className="w-2 h-2 rounded-full bg-blue-500 animate-pulse"></span>
|
|
71
|
-
<span><strong>Frontend-Specialist:</strong> Building ProductCard component...</span>
|
|
72
|
-
</div>
|
|
73
|
-
<div className="flex items-center gap-2">
|
|
74
|
-
<span className="w-2 h-2 rounded-full bg-purple-500 animate-pulse"></span>
|
|
75
|
-
<span><strong>Security-Auditor:</strong> Reviewing auth flow...</span>
|
|
76
|
-
</div>
|
|
77
|
-
</div>
|
|
78
|
-
|
|
79
|
-
<TerminalBlock highlight>
|
|
80
|
-
<TerminalLine type="agent">**✅ Project Complete!**</TerminalLine>
|
|
81
|
-
All tasks finished. Run `npm run dev` to start.
|
|
82
|
-
</TerminalBlock>
|
|
83
|
-
</Terminal>
|
|
84
|
-
|
|
85
|
-
## Pro Tips
|
|
86
|
-
|
|
87
|
-
<ProTips>
|
|
88
|
-
<Tip title="Start Small">
|
|
89
|
-
Don't try to build Facebook in one go. Orchestrate an MVP first, then use `/enhance` to iterate.
|
|
90
|
-
</Tip>
|
|
91
|
-
<Tip title="Define Auth">
|
|
92
|
-
Always specify how users log in (e.g., "Use NextAuth with Google"). It's a key architectural decision.
|
|
93
|
-
</Tip>
|
|
94
|
-
</ProTips>
|
|
95
|
-
|
|
96
|
-
## Next Steps
|
|
97
|
-
|
|
98
|
-
- Learn about [Systematic Debugging](/docs/guide/examples/debugging) to maintain your complex app
|
|
99
|
-
- See [Deployment](/docs/guide/examples/deployment) to ship your MVP
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
export const metadata = {
|
|
2
|
-
title: "Example: Project Planning | Antigravity Kit",
|
|
3
|
-
description: "Learn how to use the /plan workflow to create detailed project plans before implementation.",
|
|
4
|
-
};
|
|
5
|
-
|
|
6
|
-
import { Callout, StepList, Step, Terminal, TerminalLine, TerminalBlock, ProTips, Tip } from '@/components/mdx'
|
|
7
|
-
|
|
8
|
-
# Project Planning
|
|
9
|
-
|
|
10
|
-
Create detailed implementation plans before writing code with the `/plan` workflow.
|
|
11
|
-
|
|
12
|
-
## Overview
|
|
13
|
-
|
|
14
|
-
The `/plan` command activates **planning-only mode**.
|
|
15
|
-
It uses the `project-planner` agent to create a detailed plan file without writing any code.
|
|
16
|
-
|
|
17
|
-
<Callout type="info">
|
|
18
|
-
**Critical Rule:** NO CODE is written during planning. Only `PLAN.md` is created.
|
|
19
|
-
</Callout>
|
|
20
|
-
|
|
21
|
-
## The Process
|
|
22
|
-
|
|
23
|
-
<StepList>
|
|
24
|
-
<Step number={1} title="Describe Your Project">
|
|
25
|
-
Tell the planner what you want to build.
|
|
26
|
-
|
|
27
|
-
```bash
|
|
28
|
-
/plan e-commerce site with cart and checkout
|
|
29
|
-
```
|
|
30
|
-
</Step>
|
|
31
|
-
<Step number={2} title="Socratic Questions">
|
|
32
|
-
The planner asks clarifying questions before creating the plan.
|
|
33
|
-
</Step>
|
|
34
|
-
<Step number={3} title="Plan Generated">
|
|
35
|
-
Creates `docs/PLAN-{slug}.md` with tasks and agent assignments.
|
|
36
|
-
</Step>
|
|
37
|
-
</StepList>
|
|
38
|
-
|
|
39
|
-
## Example Session
|
|
40
|
-
|
|
41
|
-
<Terminal>
|
|
42
|
-
<TerminalLine type="user">/plan SaaS dashboard with analytics</TerminalLine>
|
|
43
|
-
|
|
44
|
-
<TerminalBlock>
|
|
45
|
-
<TerminalLine type="agent">**Clarifying Questions:**</TerminalLine>
|
|
46
|
-
<div className="text-yellow-300 text-xs mt-2">
|
|
47
|
-
1. What metrics? (users, revenue?)<br/>
|
|
48
|
-
2. Real-time or daily?<br/>
|
|
49
|
-
3. Charting library?
|
|
50
|
-
</div>
|
|
51
|
-
</TerminalBlock>
|
|
52
|
-
|
|
53
|
-
<TerminalLine type="user">Users + revenue, real-time, Recharts</TerminalLine>
|
|
54
|
-
|
|
55
|
-
<TerminalBlock highlight>
|
|
56
|
-
<TerminalLine type="agent">**✅ Plan Created!**</TerminalLine>
|
|
57
|
-
`docs/PLAN-saas-dashboard.md`<br/>
|
|
58
|
-
<span className="text-zinc-400">Run `/create` to implement.</span>
|
|
59
|
-
</TerminalBlock>
|
|
60
|
-
</Terminal>
|
|
61
|
-
|
|
62
|
-
## Pro Tips
|
|
63
|
-
|
|
64
|
-
<ProTips>
|
|
65
|
-
<Tip title="Answer Thoroughly">
|
|
66
|
-
The more context you provide, the better the plan.
|
|
67
|
-
</Tip>
|
|
68
|
-
<Tip title="Edit the Plan">
|
|
69
|
-
Modify the generated plan before implementation.
|
|
70
|
-
</Tip>
|
|
71
|
-
</ProTips>
|
|
72
|
-
|
|
73
|
-
## Next Steps
|
|
74
|
-
|
|
75
|
-
- Run `/plan` for your next major feature
|
|
76
|
-
- After planning, use [Create Application](/docs/guide/examples/create) to implement
|