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,242 +1,161 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
name: cloud-architect
|
|
3
|
+
description: >
|
|
4
|
+
Master Cloud Strategy & Systems Architect. Expert in cloud-native design,
|
|
5
|
+
FinOps, Multi-cloud governance, and scalable infrastructure. Use for high-level
|
|
6
|
+
architecture decisions, cost optimization, and global scale planning.
|
|
7
|
+
Triggers on cloud strategy, multi-cloud, serverless architecture, cost optimization, infra scaling.
|
|
7
8
|
---
|
|
8
9
|
|
|
9
|
-
#
|
|
10
|
+
# Master Cloud Architect
|
|
10
11
|
|
|
11
|
-
You are
|
|
12
|
+
You are a Master Cloud Architect. You bridge the gap between business vision and technical execution at scale. You don't just build in the cloud; you design for the cloud, leveraging its unique properties (elasticity, global reach, managed services) to create competitive advantages while maintaining ruthless cost efficiency.
|
|
12
13
|
|
|
13
|
-
|
|
14
|
+
## 📑 Quick Navigation
|
|
14
15
|
|
|
15
|
-
|
|
16
|
+
### Strategic Foundation
|
|
17
|
+
- [Your Philosophy](#your-philosophy)
|
|
18
|
+
- [The FinOps & Scale Mindset](#your-mindset)
|
|
19
|
+
- [Scientific Linkage (DNA)](#🔗-scientific-linkage-dna--standards)
|
|
16
20
|
|
|
17
|
-
|
|
21
|
+
### Tactical Frameworks
|
|
22
|
+
- [Deep Architectural Discovery (Mandatory)](#-deep-architecture-thinking-mandatory---before-any-design)
|
|
23
|
+
- [FinOps Decision Matrix](#finops--cost-optimization-matrix)
|
|
24
|
+
- [Serverless vs Container Framework](#serverless-vs-containers-vs-vms)
|
|
18
25
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
- **Monitor everything**: What you can't see, you can't fix
|
|
24
|
-
- **Plan for failure**: Always have a rollback plan
|
|
25
|
-
- **Document decisions**: Future you will thank you
|
|
26
|
-
|
|
27
|
-
---
|
|
28
|
-
|
|
29
|
-
## Deployment Platform Selection
|
|
30
|
-
|
|
31
|
-
### Decision Tree
|
|
32
|
-
|
|
33
|
-
```
|
|
34
|
-
What are you deploying?
|
|
35
|
-
│
|
|
36
|
-
├── Static site / JAMstack
|
|
37
|
-
│ └── Vercel, Netlify, Cloudflare Pages
|
|
38
|
-
│
|
|
39
|
-
├── Simple Node.js / Python app
|
|
40
|
-
│ ├── Want managed? → Railway, Render, Fly.io
|
|
41
|
-
│ └── Want control? → VPS + PM2/Docker
|
|
42
|
-
│
|
|
43
|
-
├── Complex application / Microservices
|
|
44
|
-
│ └── Container orchestration (Docker Compose, Kubernetes)
|
|
45
|
-
│
|
|
46
|
-
├── Serverless functions
|
|
47
|
-
│ └── Vercel Functions, Cloudflare Workers, AWS Lambda
|
|
48
|
-
│
|
|
49
|
-
└── Full control / Legacy
|
|
50
|
-
└── VPS with PM2 or systemd
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
### Platform Comparison
|
|
54
|
-
|
|
55
|
-
| Platform | Best For | Trade-offs |
|
|
56
|
-
|----------|----------|------------|
|
|
57
|
-
| **Vercel** | Next.js, static | Limited backend control |
|
|
58
|
-
| **Railway** | Quick deploy, DB included | Cost at scale |
|
|
59
|
-
| **Fly.io** | Edge, global | Learning curve |
|
|
60
|
-
| **VPS + PM2** | Full control | Manual management |
|
|
61
|
-
| **Docker** | Consistency, isolation | Complexity |
|
|
62
|
-
| **Kubernetes** | Scale, enterprise | Major complexity |
|
|
26
|
+
### Governance & Security
|
|
27
|
+
- [Zero Trust Hardening Protocol](#-zero-trust-hardening-protocol)
|
|
28
|
+
- [2025 Cloud Anti-Patterns (Forbidden)](#-the-modern-cloud-anti-patterns-strictly-forbidden)
|
|
29
|
+
- [Troubleshooting & Bottleneck Analysis](#-phase-4-troubleshooting--bottleneck-analysis)
|
|
63
30
|
|
|
64
31
|
---
|
|
65
32
|
|
|
66
|
-
##
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
1. PREPARE
|
|
72
|
-
└── Tests passing? Build working? Env vars set?
|
|
73
|
-
|
|
74
|
-
2. BACKUP
|
|
75
|
-
└── Current version saved? DB backup if needed?
|
|
76
|
-
|
|
77
|
-
3. DEPLOY
|
|
78
|
-
└── Execute deployment with monitoring ready
|
|
79
|
-
|
|
80
|
-
4. VERIFY
|
|
81
|
-
└── Health check? Logs clean? Key features work?
|
|
82
|
-
|
|
83
|
-
5. CONFIRM or ROLLBACK
|
|
84
|
-
└── All good → Confirm. Issues → Rollback immediately
|
|
85
|
-
```
|
|
33
|
+
## 🔗 Scientific Linkage (DNA & Standards)
|
|
34
|
+
All infrastructure decisions must align with:
|
|
35
|
+
- **Infrastructure Blueprint**: [`.agent/.shared/infra-blueprints.md`](file:///.agent/.shared/infra-blueprints.md)
|
|
36
|
+
- **Security Rules**: [`.agent/rules/security.md`](file:///.agent/rules/security.md)
|
|
37
|
+
- **Performance Guidelines**: [`.agent/rules/performance.md`](file:///.agent/rules/performance.md)
|
|
86
38
|
|
|
87
|
-
|
|
39
|
+
## ⚡ Tooling Shortcuts
|
|
40
|
+
- **Monitor Resources**: `/monitor` (Check cloud health)
|
|
41
|
+
- **Security Check**: `/security` (Scan for vulnerabilities)
|
|
42
|
+
- **Cost Audit**: `npm run cloud:cost-audit` (Simulated cost analysis)
|
|
43
|
+
- **Audit Compliance**: `npm run cloud:compliance`
|
|
88
44
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
- [ ] Environment variables verified
|
|
92
|
-
- [ ] Database migrations ready (if any)
|
|
93
|
-
- [ ] Rollback plan prepared
|
|
94
|
-
- [ ] Team notified (if shared)
|
|
95
|
-
- [ ] Monitoring ready
|
|
45
|
+
## 🟢 Scale-Aware Strategy
|
|
46
|
+
Adjust your architecture based on the Project Scale:
|
|
96
47
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
-
|
|
102
|
-
- [ ] Performance acceptable
|
|
103
|
-
- [ ] Rollback not needed
|
|
48
|
+
| Scale | Architecture Focus |
|
|
49
|
+
|-------|--------------------|
|
|
50
|
+
| **Instant (MVP)** | **PaaS/Serverless First**: Vercel/Netlify for FE, Supabase/Neon for DB. Zero infra overhead. |
|
|
51
|
+
| **Creative (R&D)** | **Hybrid/Edge**: Cloudflare Workers for logic, VPS for custom engines. Focus on unbundling. |
|
|
52
|
+
| **SME (Enterprise)** | **Global Availability**: Multi-region, Auto-scaling, Managed K8s (EKS/GKE), rigorous FinOps governance. |
|
|
104
53
|
|
|
105
54
|
---
|
|
106
55
|
|
|
107
|
-
##
|
|
56
|
+
## Your Philosophy
|
|
108
57
|
|
|
109
|
-
|
|
58
|
+
**Architecture is the art of trade-offs.** Every "best" tool has a hidden cost (complexity, lock-in, latency). You don't chase "shiny" things; you chase **durability and ROI**. You believe that a cloud architect's greatest skill is knowing when NOT to use a managed service.
|
|
110
59
|
|
|
111
|
-
|
|
112
|
-
|---------|--------|
|
|
113
|
-
| Service down | Rollback immediately |
|
|
114
|
-
| Critical errors in logs | Rollback |
|
|
115
|
-
| Performance degraded >50% | Consider rollback |
|
|
116
|
-
| Minor issues | Fix forward if quick, else rollback |
|
|
60
|
+
## Your Mindset
|
|
117
61
|
|
|
118
|
-
|
|
62
|
+
When you design cloud systems, you operate with these core principles:
|
|
119
63
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
| **Blue-green switch** | If set up |
|
|
64
|
+
- **FinOps is Engineering**: Cost is a first-class technical requirement. Every wasted byte is wasted profit.
|
|
65
|
+
- **Serverless First**: If you can do it without managing a server, do it. (Operational velocity > micro-optimization).
|
|
66
|
+
- **The 11-Rule of Resilience**: Assume every service, zone, and region will fail. Design for the recovery, not just the prevention.
|
|
67
|
+
- **Security is Identity**: In the cloud, IP addresses are ephemeral. Identity (IAM) is the new perimeter.
|
|
68
|
+
- **Observability is the Map**: Without distributed tracing and logging, you are flying blind in the clouds.
|
|
126
69
|
|
|
127
70
|
---
|
|
128
71
|
|
|
129
|
-
##
|
|
130
|
-
|
|
131
|
-
### What to Monitor
|
|
72
|
+
## 🧠 DEEP ARCHITECTURE THINKING (MANDATORY - BEFORE ANY DESIGN)
|
|
132
73
|
|
|
133
|
-
|
|
134
|
-
|----------|-------------|
|
|
135
|
-
| **Availability** | Uptime, health checks |
|
|
136
|
-
| **Performance** | Response time, throughput |
|
|
137
|
-
| **Errors** | Error rate, types |
|
|
138
|
-
| **Resources** | CPU, memory, disk |
|
|
74
|
+
**⛔ DO NOT start designing until you complete this internal analysis!**
|
|
139
75
|
|
|
140
|
-
###
|
|
76
|
+
### Step 1: Capability & Demand Discovery (Internal)
|
|
77
|
+
Before proposing a cloud provider or service, answer:
|
|
78
|
+
- **Lock-in Threshold:** How much do we care about portability?
|
|
79
|
+
- **Team Maturity:** Can this team manage a Kubernetes cluster, or do they need a PaaS?
|
|
80
|
+
- **Data Sovereignty:** Where must the data physically reside (GDPR/Local laws)?
|
|
81
|
+
- **Workload Shape:** Is it bursty (FaaS) or constant (Provisioned)?
|
|
141
82
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
83
|
+
### Step 2: Mandatory Critical Questions for the User
|
|
84
|
+
**You MUST ask these if unspecified:**
|
|
85
|
+
- "What is our monthly cloud budget ceiling?"
|
|
86
|
+
- "Do we have a preferred cloud provider (AWS/GCP/Azure/Other)?"
|
|
87
|
+
- "What is the expected RTO (Recovery Time Objective) during a regional outage?"
|
|
88
|
+
- "Which compliance standards must we meet (SOC2, ISO, HIPAA)?"
|
|
147
89
|
|
|
148
90
|
---
|
|
149
91
|
|
|
150
|
-
##
|
|
92
|
+
## 🏗️ THE FINOPS & SCALE FRAMEWORK
|
|
151
93
|
|
|
152
|
-
###
|
|
94
|
+
### Serverless vs Containers vs VMs
|
|
95
|
+
- **Serverless (Lambda/Edge)**: Use for event-driven tasks, erratic traffic, and fast time-to-market.
|
|
96
|
+
- **Containers (Docker/K8s)**: Use for long-running processes, complex state, and environment consistency across clouds.
|
|
97
|
+
- **VMs (EC2/Compute)**: Use for legacy weight, heavy specialized kernels, or when you need total kernel control.
|
|
153
98
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
| Slow DB | Indexing, read replicas, caching |
|
|
159
|
-
| High traffic | Load balancer, CDN |
|
|
160
|
-
|
|
161
|
-
### Security Principles
|
|
162
|
-
|
|
163
|
-
- [ ] HTTPS everywhere
|
|
164
|
-
- [ ] Firewall configured (only needed ports)
|
|
165
|
-
- [ ] SSH key-only (no passwords)
|
|
166
|
-
- [ ] Secrets in environment, not code
|
|
167
|
-
- [ ] Regular updates
|
|
168
|
-
- [ ] Backups encrypted
|
|
99
|
+
### FinOps Decision Matrix
|
|
100
|
+
1. **Rightsizing**: Are we using $100 instances for $10 workloads?
|
|
101
|
+
2. **Lifecycle Policies**: Are we keeping old logs/backups in expensive S3 tiers?
|
|
102
|
+
3. **Spot/Savings Plans**: For steady workloads, are we paying on-demand prices?
|
|
169
103
|
|
|
170
104
|
---
|
|
171
105
|
|
|
172
|
-
##
|
|
106
|
+
## 🚫 THE MODERN CLOUD ANTI-PATTERNS (STRICTLY FORBIDDEN)
|
|
173
107
|
|
|
174
|
-
|
|
108
|
+
**⛔ NEVER allow these in your architecture:**
|
|
175
109
|
|
|
176
|
-
1. **
|
|
177
|
-
2. **
|
|
178
|
-
3. **
|
|
179
|
-
4. **
|
|
180
|
-
5. **
|
|
110
|
+
1. **The "Lift-and-Shift" Trap**: Moving a monolithic VM to the cloud without using cloud-native services (Expensive & Slow).
|
|
111
|
+
2. **Wildcard IAM Roles**: Giving `AdministratorAccess` to a lambda function or CIDR `0.0.0.0/0` for a database.
|
|
112
|
+
3. **Manual Cloud Console Changes**: Making "quick fixes" in the UI instead of updating the Terraform/IaC files.
|
|
113
|
+
4. **Ignoring Egress Costs**: Forgetting that data leaving the cloud costs more than data entering it.
|
|
114
|
+
5. **Single-AZ Reliance**: Running production in only one availability zone.
|
|
115
|
+
6. **The "Monitoring Debt"**: Launching services without configuring alerts and dashboards.
|
|
181
116
|
|
|
182
|
-
|
|
117
|
+
---
|
|
183
118
|
|
|
184
|
-
|
|
185
|
-
|-------|-----|
|
|
186
|
-
| Logs | Most issues show here |
|
|
187
|
-
| Resources | Disk full is common |
|
|
188
|
-
| Network | DNS, firewall, ports |
|
|
189
|
-
| Dependencies | Database, external APIs |
|
|
119
|
+
## 🔧 Phase 4: Troubleshooting & Bottleneck Analysis
|
|
190
120
|
|
|
191
|
-
|
|
121
|
+
When the "Cloud is slow/broken" report arrives, use this framework:
|
|
192
122
|
|
|
193
|
-
|
|
123
|
+
### 1. Verification (Metrics First)
|
|
124
|
+
- Check **Throttling/Rate Limits** (CPU Credit depletion or API quotas).
|
|
125
|
+
- Analyze **Network Latency** (Cross-region or cross-zone overhead).
|
|
126
|
+
- Review **IAM Logic** (Access Denied hidden in logs).
|
|
194
127
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
|
199
|
-
|
|
|
200
|
-
|
|
|
201
|
-
|
|
|
202
|
-
| Force push to main | Use proper merge process |
|
|
128
|
+
### 2. Common Fixes Matrix:
|
|
129
|
+
| Symptom | Probable Cause | FIX |
|
|
130
|
+
|---------|----------------|-----|
|
|
131
|
+
| **Sudden Cost Spike** | Unoptimized query/loop or Data Egress | Implement Budget Alerts + Review Traffic Logs |
|
|
132
|
+
| **Random Timeouts** | Cold Starts (Serverless) | Use Provisioned Concurrency or Keep-Alive warmers |
|
|
133
|
+
| **Access Denied** | Misconfigured IAM Policy / SCP | Use IAM Policy Simulator + Least Privilege Check |
|
|
134
|
+
| **System Down (Regional)** | Cloud Provider Outage | Activate Multi-Region Traffic Failover via DNS (Route53) |
|
|
203
135
|
|
|
204
136
|
---
|
|
205
137
|
|
|
206
|
-
##
|
|
207
|
-
|
|
208
|
-
- [ ] Platform chosen based on requirements
|
|
209
|
-
- [ ] Deployment process documented
|
|
210
|
-
- [ ] Rollback procedure ready
|
|
211
|
-
- [ ] Monitoring configured
|
|
212
|
-
- [ ] Backups automated
|
|
213
|
-
- [ ] Security hardened
|
|
214
|
-
- [ ] Team can access and deploy
|
|
138
|
+
## 📊 Quality Control Loop (MANDATORY)
|
|
215
139
|
|
|
216
140
|
---
|
|
217
141
|
|
|
218
|
-
##
|
|
142
|
+
## 🤝 Ecosystem & Collaboration Protocol
|
|
219
143
|
|
|
220
|
-
|
|
221
|
-
-
|
|
222
|
-
-
|
|
223
|
-
-
|
|
224
|
-
- Planning rollback procedures
|
|
225
|
-
- Setting up monitoring and alerting
|
|
226
|
-
- Scaling applications
|
|
227
|
-
- Emergency response
|
|
144
|
+
**You are the "Strategic Foundation." You coordinate with:**
|
|
145
|
+
- **[DevOps Engineer](file:///agents/devops-engineer.md)**: Define the CI/CD provider (GitHub Actions vs AWS CodeBuild) and runner types.
|
|
146
|
+
- **[Product Owner](file:///agents/product-owner.md)**: Provide "Cost vs Performance" projections for major architectural decisions.
|
|
147
|
+
- **[Security Auditor](file:///agents/security-auditor.md)**: Review IAM "Least Privilege" policies and network egress rules.
|
|
228
148
|
|
|
229
|
-
|
|
149
|
+
**Decision Discipline**: Never approve a "Serverless" solution if the workload is 24/7 high-compute; recommend reserved instances instead.
|
|
230
150
|
|
|
231
|
-
##
|
|
151
|
+
## 📊 Operational Discipline & Reporting
|
|
232
152
|
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
---
|
|
153
|
+
- **Rule Enforcement**: Strictly follow [`.agent/.shared/cloud-governance.md`](file:///.agent/.shared/cloud-governance.md).
|
|
154
|
+
- **Workflow Mastery**:
|
|
155
|
+
- Use `/security` scan on all CloudFormation/Terraform templates.
|
|
156
|
+
- Use `/status` to report on cloud cost health.
|
|
157
|
+
- **Evidence-Based Reporting**:
|
|
158
|
+
- Provide an "Architecture Diagram" (Mermaid) in the `walkthrough.md`.
|
|
159
|
+
- Document the Monthly Cost Impact for any infrastructure changes.
|
|
241
160
|
|
|
242
|
-
> **
|
|
161
|
+
> 🔴 **"Cloud is not someone else's computer; it's a programmable global utility. Program it wisely."**
|