eai-cli 0.0.0-bootstrap.0
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/LICENSE +183 -0
- package/NOTICE +4 -0
- package/README.md +14 -0
- package/dist/commands/agent.d.ts +3 -0
- package/dist/commands/agent.d.ts.map +1 -0
- package/dist/commands/agent.js +69 -0
- package/dist/commands/agent.js.map +1 -0
- package/dist/commands/blocks.d.ts +3 -0
- package/dist/commands/blocks.d.ts.map +1 -0
- package/dist/commands/blocks.js +249 -0
- package/dist/commands/blocks.js.map +1 -0
- package/dist/commands/chat.d.ts +6 -0
- package/dist/commands/chat.d.ts.map +1 -0
- package/dist/commands/chat.js +105 -0
- package/dist/commands/chat.js.map +1 -0
- package/dist/commands/deploy.d.ts +36 -0
- package/dist/commands/deploy.d.ts.map +1 -0
- package/dist/commands/deploy.js +712 -0
- package/dist/commands/deploy.js.map +1 -0
- package/dist/commands/dev.d.ts +15 -0
- package/dist/commands/dev.d.ts.map +1 -0
- package/dist/commands/dev.js +133 -0
- package/dist/commands/dev.js.map +1 -0
- package/dist/commands/docs.d.ts +6 -0
- package/dist/commands/docs.d.ts.map +1 -0
- package/dist/commands/docs.js +118 -0
- package/dist/commands/docs.js.map +1 -0
- package/dist/commands/env.d.ts +10 -0
- package/dist/commands/env.d.ts.map +1 -0
- package/dist/commands/env.js +200 -0
- package/dist/commands/env.js.map +1 -0
- package/dist/commands/errors.d.ts +3 -0
- package/dist/commands/errors.d.ts.map +1 -0
- package/dist/commands/errors.js +72 -0
- package/dist/commands/errors.js.map +1 -0
- package/dist/commands/gofer.d.ts +3 -0
- package/dist/commands/gofer.d.ts.map +1 -0
- package/dist/commands/gofer.js +134 -0
- package/dist/commands/gofer.js.map +1 -0
- package/dist/commands/init.d.ts +14 -0
- package/dist/commands/init.d.ts.map +1 -0
- package/dist/commands/init.js +1437 -0
- package/dist/commands/init.js.map +1 -0
- package/dist/commands/login.d.ts +7 -0
- package/dist/commands/login.d.ts.map +1 -0
- package/dist/commands/login.js +117 -0
- package/dist/commands/login.js.map +1 -0
- package/dist/commands/provision.d.ts +6 -0
- package/dist/commands/provision.d.ts.map +1 -0
- package/dist/commands/provision.js +855 -0
- package/dist/commands/provision.js.map +1 -0
- package/dist/commands/publicapi.d.ts +6 -0
- package/dist/commands/publicapi.d.ts.map +1 -0
- package/dist/commands/publicapi.js +184 -0
- package/dist/commands/publicapi.js.map +1 -0
- package/dist/commands/resources.d.ts +38 -0
- package/dist/commands/resources.d.ts.map +1 -0
- package/dist/commands/resources.js +1010 -0
- package/dist/commands/resources.js.map +1 -0
- package/dist/commands/runtime.d.ts +3 -0
- package/dist/commands/runtime.d.ts.map +1 -0
- package/dist/commands/runtime.js +78 -0
- package/dist/commands/runtime.js.map +1 -0
- package/dist/commands/template.d.ts +3 -0
- package/dist/commands/template.d.ts.map +1 -0
- package/dist/commands/template.js +365 -0
- package/dist/commands/template.js.map +1 -0
- package/dist/commands/tenant.d.ts +45 -0
- package/dist/commands/tenant.d.ts.map +1 -0
- package/dist/commands/tenant.js +1036 -0
- package/dist/commands/tenant.js.map +1 -0
- package/dist/commands/types.d.ts +130 -0
- package/dist/commands/types.d.ts.map +1 -0
- package/dist/commands/types.js +1636 -0
- package/dist/commands/types.js.map +1 -0
- package/dist/commands/update.d.ts +13 -0
- package/dist/commands/update.d.ts.map +1 -0
- package/dist/commands/update.js +163 -0
- package/dist/commands/update.js.map +1 -0
- package/dist/commands/user.d.ts +6 -0
- package/dist/commands/user.d.ts.map +1 -0
- package/dist/commands/user.js +359 -0
- package/dist/commands/user.js.map +1 -0
- package/dist/commands/verify.d.ts +40 -0
- package/dist/commands/verify.d.ts.map +1 -0
- package/dist/commands/verify.js +1442 -0
- package/dist/commands/verify.js.map +1 -0
- package/dist/commands/vertical.d.ts +24 -0
- package/dist/commands/vertical.d.ts.map +1 -0
- package/dist/commands/vertical.js +301 -0
- package/dist/commands/vertical.js.map +1 -0
- package/dist/commands/whoami.d.ts +6 -0
- package/dist/commands/whoami.d.ts.map +1 -0
- package/dist/commands/whoami.js +73 -0
- package/dist/commands/whoami.js.map +1 -0
- package/dist/commands/workflow.d.ts +6 -0
- package/dist/commands/workflow.d.ts.map +1 -0
- package/dist/commands/workflow.js +400 -0
- package/dist/commands/workflow.js.map +1 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +272 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/agent-guide.d.ts +24 -0
- package/dist/lib/agent-guide.d.ts.map +1 -0
- package/dist/lib/agent-guide.js +155 -0
- package/dist/lib/agent-guide.js.map +1 -0
- package/dist/lib/api.d.ts +338 -0
- package/dist/lib/api.d.ts.map +1 -0
- package/dist/lib/api.js +991 -0
- package/dist/lib/api.js.map +1 -0
- package/dist/lib/auth.d.ts +65 -0
- package/dist/lib/auth.d.ts.map +1 -0
- package/dist/lib/auth.js +592 -0
- package/dist/lib/auth.js.map +1 -0
- package/dist/lib/azure-cli.d.ts +6 -0
- package/dist/lib/azure-cli.d.ts.map +1 -0
- package/dist/lib/azure-cli.js +13 -0
- package/dist/lib/azure-cli.js.map +1 -0
- package/dist/lib/block-catalog-normalize.d.ts +47 -0
- package/dist/lib/block-catalog-normalize.d.ts.map +1 -0
- package/dist/lib/block-catalog-normalize.js +355 -0
- package/dist/lib/block-catalog-normalize.js.map +1 -0
- package/dist/lib/block-catalog-types.d.ts +111 -0
- package/dist/lib/block-catalog-types.d.ts.map +1 -0
- package/dist/lib/block-catalog-types.js +41 -0
- package/dist/lib/block-catalog-types.js.map +1 -0
- package/dist/lib/block-catalog-utils.d.ts +7 -0
- package/dist/lib/block-catalog-utils.d.ts.map +1 -0
- package/dist/lib/block-catalog-utils.js +47 -0
- package/dist/lib/block-catalog-utils.js.map +1 -0
- package/dist/lib/block-catalog-validation.d.ts +5 -0
- package/dist/lib/block-catalog-validation.d.ts.map +1 -0
- package/dist/lib/block-catalog-validation.js +112 -0
- package/dist/lib/block-catalog-validation.js.map +1 -0
- package/dist/lib/block-catalog.d.ts +3 -0
- package/dist/lib/block-catalog.d.ts.map +1 -0
- package/dist/lib/block-catalog.js +284 -0
- package/dist/lib/block-catalog.js.map +1 -0
- package/dist/lib/cloud-env.d.ts +25 -0
- package/dist/lib/cloud-env.d.ts.map +1 -0
- package/dist/lib/cloud-env.js +79 -0
- package/dist/lib/cloud-env.js.map +1 -0
- package/dist/lib/config.d.ts +116 -0
- package/dist/lib/config.d.ts.map +1 -0
- package/dist/lib/config.js +195 -0
- package/dist/lib/config.js.map +1 -0
- package/dist/lib/context.d.ts +43 -0
- package/dist/lib/context.d.ts.map +1 -0
- package/dist/lib/context.js +68 -0
- package/dist/lib/context.js.map +1 -0
- package/dist/lib/error-codes.d.ts +56 -0
- package/dist/lib/error-codes.d.ts.map +1 -0
- package/dist/lib/error-codes.js +211 -0
- package/dist/lib/error-codes.js.map +1 -0
- package/dist/lib/error-guidance/catalog.d.ts +648 -0
- package/dist/lib/error-guidance/catalog.d.ts.map +1 -0
- package/dist/lib/error-guidance/catalog.js +940 -0
- package/dist/lib/error-guidance/catalog.js.map +1 -0
- package/dist/lib/error-guidance/match.d.ts +3 -0
- package/dist/lib/error-guidance/match.d.ts.map +1 -0
- package/dist/lib/error-guidance/match.js +46 -0
- package/dist/lib/error-guidance/match.js.map +1 -0
- package/dist/lib/error-guidance/render.d.ts +5 -0
- package/dist/lib/error-guidance/render.d.ts.map +1 -0
- package/dist/lib/error-guidance/render.js +92 -0
- package/dist/lib/error-guidance/render.js.map +1 -0
- package/dist/lib/error-guidance/types.d.ts +76 -0
- package/dist/lib/error-guidance/types.d.ts.map +1 -0
- package/dist/lib/error-guidance/types.js +2 -0
- package/dist/lib/error-guidance/types.js.map +1 -0
- package/dist/lib/error-guidance/validate.d.ts +3 -0
- package/dist/lib/error-guidance/validate.d.ts.map +1 -0
- package/dist/lib/error-guidance/validate.js +59 -0
- package/dist/lib/error-guidance/validate.js.map +1 -0
- package/dist/lib/gofer-installer.d.ts +32 -0
- package/dist/lib/gofer-installer.d.ts.map +1 -0
- package/dist/lib/gofer-installer.js +589 -0
- package/dist/lib/gofer-installer.js.map +1 -0
- package/dist/lib/gofer-refresh.d.ts +46 -0
- package/dist/lib/gofer-refresh.d.ts.map +1 -0
- package/dist/lib/gofer-refresh.js +536 -0
- package/dist/lib/gofer-refresh.js.map +1 -0
- package/dist/lib/next-route-exports.d.ts +6 -0
- package/dist/lib/next-route-exports.d.ts.map +1 -0
- package/dist/lib/next-route-exports.js +127 -0
- package/dist/lib/next-route-exports.js.map +1 -0
- package/dist/lib/npm.d.ts +2 -0
- package/dist/lib/npm.d.ts.map +1 -0
- package/dist/lib/npm.js +4 -0
- package/dist/lib/npm.js.map +1 -0
- package/dist/lib/object-type-defaults.d.ts +4 -0
- package/dist/lib/object-type-defaults.d.ts.map +1 -0
- package/dist/lib/object-type-defaults.js +72 -0
- package/dist/lib/object-type-defaults.js.map +1 -0
- package/dist/lib/output.d.ts +35 -0
- package/dist/lib/output.d.ts.map +1 -0
- package/dist/lib/output.js +166 -0
- package/dist/lib/output.js.map +1 -0
- package/dist/lib/profile.d.ts +52 -0
- package/dist/lib/profile.d.ts.map +1 -0
- package/dist/lib/profile.js +116 -0
- package/dist/lib/profile.js.map +1 -0
- package/dist/lib/project-manifest.d.ts +42 -0
- package/dist/lib/project-manifest.d.ts.map +1 -0
- package/dist/lib/project-manifest.js +191 -0
- package/dist/lib/project-manifest.js.map +1 -0
- package/dist/lib/resourceapi-bundle.d.ts +33 -0
- package/dist/lib/resourceapi-bundle.d.ts.map +1 -0
- package/dist/lib/resourceapi-bundle.js +79 -0
- package/dist/lib/resourceapi-bundle.js.map +1 -0
- package/dist/lib/runtime-contract.d.ts +84 -0
- package/dist/lib/runtime-contract.d.ts.map +1 -0
- package/dist/lib/runtime-contract.js +318 -0
- package/dist/lib/runtime-contract.js.map +1 -0
- package/dist/lib/schema-builder.d.ts +28 -0
- package/dist/lib/schema-builder.d.ts.map +1 -0
- package/dist/lib/schema-builder.js +69 -0
- package/dist/lib/schema-builder.js.map +1 -0
- package/dist/lib/tenant-context.d.ts +127 -0
- package/dist/lib/tenant-context.d.ts.map +1 -0
- package/dist/lib/tenant-context.js +573 -0
- package/dist/lib/tenant-context.js.map +1 -0
- package/dist/lib/update-check.d.ts +52 -0
- package/dist/lib/update-check.d.ts.map +1 -0
- package/dist/lib/update-check.js +271 -0
- package/dist/lib/update-check.js.map +1 -0
- package/dist/lib/update-maintenance.d.ts +15 -0
- package/dist/lib/update-maintenance.d.ts.map +1 -0
- package/dist/lib/update-maintenance.js +187 -0
- package/dist/lib/update-maintenance.js.map +1 -0
- package/dist/lib/utils.d.ts +23 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +48 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/lib/workflow-provisioning.d.ts +54 -0
- package/dist/lib/workflow-provisioning.d.ts.map +1 -0
- package/dist/lib/workflow-provisioning.js +281 -0
- package/dist/lib/workflow-provisioning.js.map +1 -0
- package/package.json +51 -0
- package/resources/gofer/.gofer-version +7 -0
- package/resources/gofer/agents-skills/0_gofer_start/SKILL.md +1287 -0
- package/resources/gofer/agents-skills/0a_problem_validation/SKILL.md +429 -0
- package/resources/gofer/agents-skills/10_gofer_cloud/SKILL.md +635 -0
- package/resources/gofer/agents-skills/1_gofer_research/SKILL.md +1159 -0
- package/resources/gofer/agents-skills/2_gofer_specify/SKILL.md +860 -0
- package/resources/gofer/agents-skills/3_gofer_plan/SKILL.md +886 -0
- package/resources/gofer/agents-skills/4_gofer_tasks/SKILL.md +748 -0
- package/resources/gofer/agents-skills/5_gofer_implement/SKILL.md +924 -0
- package/resources/gofer/agents-skills/6_gofer_validate/SKILL.md +2269 -0
- package/resources/gofer/agents-skills/7_gofer_save/SKILL.md +423 -0
- package/resources/gofer/agents-skills/7a_stakeholder_comms/SKILL.md +508 -0
- package/resources/gofer/agents-skills/8_gofer_branding/SKILL.md +315 -0
- package/resources/gofer/agents-skills/9_gofer_tests/SKILL.md +558 -0
- package/resources/gofer/agents-skills/gofer_bootstrap_workspace/SKILL.md +148 -0
- package/resources/gofer/agents-skills/gofer_check_workspace/SKILL.md +119 -0
- package/resources/gofer/agents-skills/gofer_constitution/SKILL.md +612 -0
- package/resources/gofer/agents-skills/gofer_diagnose/SKILL.md +114 -0
- package/resources/gofer/agents-skills/gofer_eai_first_run/SKILL.md +397 -0
- package/resources/gofer/agents-skills/gofer_hydrate/SKILL.md +561 -0
- package/resources/gofer/agents-skills/gofer_personality/SKILL.md +44 -0
- package/resources/gofer/agents-skills/gofer_plan/SKILL.md +40 -0
- package/resources/gofer/agents-skills/gofer_side/SKILL.md +45 -0
- package/resources/gofer/agents-skills/gofer_spec_summary/SKILL.md +112 -0
- package/resources/gofer/agents-skills/gofer_tdd/SKILL.md +112 -0
- package/resources/gofer/agents-skills/gofer_vocabulary/SKILL.md +112 -0
- package/resources/gofer/agents-skills/gofer_zoom_out/SKILL.md +112 -0
- package/resources/gofer/bash-scripts/check-context-health.sh +365 -0
- package/resources/gofer/bash-scripts/check-persona-pack.sh +81 -0
- package/resources/gofer/bash-scripts/check-prerequisites.sh +168 -0
- package/resources/gofer/bash-scripts/common.sh +192 -0
- package/resources/gofer/bash-scripts/create-new-feature.sh +260 -0
- package/resources/gofer/bash-scripts/install-optional-tools.sh +270 -0
- package/resources/gofer/bash-scripts/log-stage.sh +224 -0
- package/resources/gofer/bash-scripts/mark-task-complete.sh +74 -0
- package/resources/gofer/bash-scripts/pipeline-state.sh +306 -0
- package/resources/gofer/bash-scripts/read-failed-approaches.sh +114 -0
- package/resources/gofer/bash-scripts/read-session-memories.sh +96 -0
- package/resources/gofer/bash-scripts/save-checkpoint.sh +407 -0
- package/resources/gofer/bash-scripts/setup-plan.sh +62 -0
- package/resources/gofer/bash-scripts/sync-implementation-status.sh +47 -0
- package/resources/gofer/bash-scripts/update-agent-context.sh +772 -0
- package/resources/gofer/bash-scripts/validate-artifact.sh +335 -0
- package/resources/gofer/bash-scripts/verify-task.sh +384 -0
- package/resources/gofer/bash-scripts/write-failed-approach.sh +110 -0
- package/resources/gofer/bash-scripts/write-periodic-checkpoint.sh +128 -0
- package/resources/gofer/bash-scripts/write-session-memory.sh +118 -0
- package/resources/gofer/claude-agents/assumption-tracker.md +168 -0
- package/resources/gofer/claude-agents/business-metrics-analyzer.md +169 -0
- package/resources/gofer/claude-agents/business-problem-validator.md +168 -0
- package/resources/gofer/claude-agents/codebase-analyzer.md +124 -0
- package/resources/gofer/claude-agents/codebase-locator.md +95 -0
- package/resources/gofer/claude-agents/codebase-pattern-finder.md +180 -0
- package/resources/gofer/claude-agents/comms-writer.md +158 -0
- package/resources/gofer/claude-agents/engineer-review.md +169 -0
- package/resources/gofer/claude-agents/implement-bug-triangulator.md +94 -0
- package/resources/gofer/claude-agents/implement-code-review-council.md +89 -0
- package/resources/gofer/claude-agents/implement-doc-writer.md +89 -0
- package/resources/gofer/claude-agents/implement-error-hardener.md +84 -0
- package/resources/gofer/claude-agents/implement-performance-explorer.md +95 -0
- package/resources/gofer/claude-agents/implement-test-diversifier.md +82 -0
- package/resources/gofer/claude-agents/implement-variant-generator.md +80 -0
- package/resources/gofer/claude-agents/multi-perspective-judge.md +114 -0
- package/resources/gofer/claude-agents/plan-api-comparator.md +90 -0
- package/resources/gofer/claude-agents/plan-architecture-diverger.md +100 -0
- package/resources/gofer/claude-agents/plan-data-model-stress-tester.md +95 -0
- package/resources/gofer/claude-agents/plan-migration-path-finder.md +95 -0
- package/resources/gofer/claude-agents/plan-refactor-rewrite-advisor.md +97 -0
- package/resources/gofer/claude-agents/research-dependency-evaluator.md +106 -0
- package/resources/gofer/claude-agents/research-horizon-scanner.md +100 -0
- package/resources/gofer/claude-agents/research-market-scanner.md +137 -0
- package/resources/gofer/claude-agents/research-perspective-multiplier.md +102 -0
- package/resources/gofer/claude-agents/scope-creep-detector.md +152 -0
- package/resources/gofer/claude-agents/specify-ambiguity-detector.md +95 -0
- package/resources/gofer/claude-agents/specify-journey-stress-tester.md +92 -0
- package/resources/gofer/claude-agents/tasks-cross-cutting-scanner.md +91 -0
- package/resources/gofer/claude-agents/tasks-rollback-planner.md +89 -0
- package/resources/gofer/claude-agents/validate-security-red-team.md +102 -0
- package/resources/gofer/claude-agents/validation-correctness.md +103 -0
- package/resources/gofer/claude-agents/validation-integration.md +129 -0
- package/resources/gofer/claude-agents/validation-performance.md +120 -0
- package/resources/gofer/claude-agents/validation-security.md +115 -0
- package/resources/gofer/claude-agents/validation-standards.md +151 -0
- package/resources/gofer/claude-agents/validation-test-quality.md +146 -0
- package/resources/gofer/claude-agents/visual-bounded-context-writer.md +40 -0
- package/resources/gofer/claude-agents/visual-c4-writer.md +45 -0
- package/resources/gofer/claude-agents/visual-erd-writer.md +34 -0
- package/resources/gofer/claude-agents/visual-heatmap-writer.md +63 -0
- package/resources/gofer/claude-agents/visual-risk-writer.md +64 -0
- package/resources/gofer/claude-commands/0_gofer_start.md +1282 -0
- package/resources/gofer/claude-commands/0a_problem_validation.md +424 -0
- package/resources/gofer/claude-commands/10_gofer_cloud.md +630 -0
- package/resources/gofer/claude-commands/1_gofer_research.md +1154 -0
- package/resources/gofer/claude-commands/2_gofer_specify.md +855 -0
- package/resources/gofer/claude-commands/3_gofer_plan.md +881 -0
- package/resources/gofer/claude-commands/4_gofer_tasks.md +743 -0
- package/resources/gofer/claude-commands/5_gofer_implement.md +919 -0
- package/resources/gofer/claude-commands/6_gofer_validate.md +2264 -0
- package/resources/gofer/claude-commands/7_gofer_save.md +418 -0
- package/resources/gofer/claude-commands/7a_stakeholder_comms.md +503 -0
- package/resources/gofer/claude-commands/8_gofer_branding.md +310 -0
- package/resources/gofer/claude-commands/9_gofer_tests.md +553 -0
- package/resources/gofer/claude-commands/gofer_bootstrap_workspace.md +143 -0
- package/resources/gofer/claude-commands/gofer_check_workspace.md +114 -0
- package/resources/gofer/claude-commands/gofer_constitution.md +607 -0
- package/resources/gofer/claude-commands/gofer_diagnose.md +109 -0
- package/resources/gofer/claude-commands/gofer_eai_first_run.md +392 -0
- package/resources/gofer/claude-commands/gofer_hydrate.md +556 -0
- package/resources/gofer/claude-commands/gofer_personality.md +39 -0
- package/resources/gofer/claude-commands/gofer_plan.md +35 -0
- package/resources/gofer/claude-commands/gofer_side.md +40 -0
- package/resources/gofer/claude-commands/gofer_spec_summary.md +107 -0
- package/resources/gofer/claude-commands/gofer_tdd.md +107 -0
- package/resources/gofer/claude-commands/gofer_vocabulary.md +107 -0
- package/resources/gofer/claude-commands/gofer_zoom_out.md +107 -0
- package/resources/gofer/claude-skills/eai-gofer/SKILL.md +56 -0
- package/resources/gofer/commands/.gitkeep +0 -0
- package/resources/gofer/commands/0_gofer_start.md +1299 -0
- package/resources/gofer/commands/0a_problem_validation.md +405 -0
- package/resources/gofer/commands/10_gofer_cloud.md +611 -0
- package/resources/gofer/commands/1_gofer_research.md +1135 -0
- package/resources/gofer/commands/2_gofer_specify.md +836 -0
- package/resources/gofer/commands/3_gofer_plan.md +862 -0
- package/resources/gofer/commands/4_gofer_tasks.md +724 -0
- package/resources/gofer/commands/5_gofer_implement.md +900 -0
- package/resources/gofer/commands/6_gofer_validate.md +2245 -0
- package/resources/gofer/commands/7_gofer_save.md +399 -0
- package/resources/gofer/commands/7a_stakeholder_comms.md +484 -0
- package/resources/gofer/commands/8_gofer_branding.md +291 -0
- package/resources/gofer/commands/9_gofer_tests.md +534 -0
- package/resources/gofer/commands/gofer_bootstrap_workspace.md +159 -0
- package/resources/gofer/commands/gofer_check_workspace.md +130 -0
- package/resources/gofer/commands/gofer_constitution.md +588 -0
- package/resources/gofer/commands/gofer_diagnose.md +89 -0
- package/resources/gofer/commands/gofer_eai_first_run.md +392 -0
- package/resources/gofer/commands/gofer_hydrate.md +537 -0
- package/resources/gofer/commands/gofer_personality.md +61 -0
- package/resources/gofer/commands/gofer_plan.md +51 -0
- package/resources/gofer/commands/gofer_side.md +56 -0
- package/resources/gofer/commands/gofer_spec_summary.md +87 -0
- package/resources/gofer/commands/gofer_tdd.md +87 -0
- package/resources/gofer/commands/gofer_vocabulary.md +87 -0
- package/resources/gofer/commands/gofer_zoom_out.md +87 -0
- package/resources/gofer/copilot-instructions/gofer-cost.instructions.md +13 -0
- package/resources/gofer/copilot-instructions/language-server.instructions.md +49 -0
- package/resources/gofer/copilot-instructions/typescript.instructions.md +47 -0
- package/resources/gofer/copilot-instructions/vscode-extension.instructions.md +46 -0
- package/resources/gofer/copilot-prompts/0_gofer_start.prompt.md +1308 -0
- package/resources/gofer/copilot-prompts/0a_problem_validation.prompt.md +429 -0
- package/resources/gofer/copilot-prompts/10_gofer_cloud.prompt.md +644 -0
- package/resources/gofer/copilot-prompts/1_gofer_research.prompt.md +1177 -0
- package/resources/gofer/copilot-prompts/2_gofer_specify.prompt.md +878 -0
- package/resources/gofer/copilot-prompts/3_gofer_plan.prompt.md +904 -0
- package/resources/gofer/copilot-prompts/4_gofer_tasks.prompt.md +766 -0
- package/resources/gofer/copilot-prompts/5_gofer_implement.prompt.md +942 -0
- package/resources/gofer/copilot-prompts/6_gofer_validate.prompt.md +2277 -0
- package/resources/gofer/copilot-prompts/7_gofer_save.prompt.md +433 -0
- package/resources/gofer/copilot-prompts/7a_stakeholder_comms.prompt.md +516 -0
- package/resources/gofer/copilot-prompts/8_gofer_branding.prompt.md +323 -0
- package/resources/gofer/copilot-prompts/9_gofer_tests.prompt.md +566 -0
- package/resources/gofer/copilot-prompts/gofer_bootstrap_workspace.prompt.md +161 -0
- package/resources/gofer/copilot-prompts/gofer_check_workspace.prompt.md +132 -0
- package/resources/gofer/copilot-prompts/gofer_constitution.prompt.md +621 -0
- package/resources/gofer/copilot-prompts/gofer_diagnose.prompt.md +127 -0
- package/resources/gofer/copilot-prompts/gofer_eai_first_run.prompt.md +410 -0
- package/resources/gofer/copilot-prompts/gofer_hydrate.prompt.md +571 -0
- package/resources/gofer/copilot-prompts/gofer_personality.prompt.md +57 -0
- package/resources/gofer/copilot-prompts/gofer_plan.prompt.md +53 -0
- package/resources/gofer/copilot-prompts/gofer_side.prompt.md +58 -0
- package/resources/gofer/copilot-prompts/gofer_spec_summary.prompt.md +125 -0
- package/resources/gofer/copilot-prompts/gofer_tdd.prompt.md +125 -0
- package/resources/gofer/copilot-prompts/gofer_vocabulary.prompt.md +125 -0
- package/resources/gofer/copilot-prompts/gofer_zoom_out.prompt.md +125 -0
- package/resources/gofer/gemini/agents/assumption-tracker.md +171 -0
- package/resources/gofer/gemini/agents/business-metrics-analyzer.md +172 -0
- package/resources/gofer/gemini/agents/business-problem-validator.md +171 -0
- package/resources/gofer/gemini/agents/codebase-analyzer.md +127 -0
- package/resources/gofer/gemini/agents/codebase-locator.md +98 -0
- package/resources/gofer/gemini/agents/codebase-pattern-finder.md +183 -0
- package/resources/gofer/gemini/agents/comms-writer.md +161 -0
- package/resources/gofer/gemini/agents/engineer-review.md +172 -0
- package/resources/gofer/gemini/agents/implement-bug-triangulator.md +97 -0
- package/resources/gofer/gemini/agents/implement-code-review-council.md +92 -0
- package/resources/gofer/gemini/agents/implement-doc-writer.md +92 -0
- package/resources/gofer/gemini/agents/implement-error-hardener.md +87 -0
- package/resources/gofer/gemini/agents/implement-performance-explorer.md +98 -0
- package/resources/gofer/gemini/agents/implement-test-diversifier.md +85 -0
- package/resources/gofer/gemini/agents/implement-variant-generator.md +83 -0
- package/resources/gofer/gemini/agents/multi-perspective-judge.md +117 -0
- package/resources/gofer/gemini/agents/plan-api-comparator.md +93 -0
- package/resources/gofer/gemini/agents/plan-architecture-diverger.md +103 -0
- package/resources/gofer/gemini/agents/plan-data-model-stress-tester.md +98 -0
- package/resources/gofer/gemini/agents/plan-migration-path-finder.md +98 -0
- package/resources/gofer/gemini/agents/plan-refactor-rewrite-advisor.md +100 -0
- package/resources/gofer/gemini/agents/research-dependency-evaluator.md +109 -0
- package/resources/gofer/gemini/agents/research-horizon-scanner.md +103 -0
- package/resources/gofer/gemini/agents/research-market-scanner.md +140 -0
- package/resources/gofer/gemini/agents/research-perspective-multiplier.md +105 -0
- package/resources/gofer/gemini/agents/scope-creep-detector.md +155 -0
- package/resources/gofer/gemini/agents/specify-ambiguity-detector.md +98 -0
- package/resources/gofer/gemini/agents/specify-journey-stress-tester.md +95 -0
- package/resources/gofer/gemini/agents/tasks-cross-cutting-scanner.md +94 -0
- package/resources/gofer/gemini/agents/tasks-rollback-planner.md +92 -0
- package/resources/gofer/gemini/agents/validate-security-red-team.md +105 -0
- package/resources/gofer/gemini/agents/validation-correctness.md +106 -0
- package/resources/gofer/gemini/agents/validation-integration.md +132 -0
- package/resources/gofer/gemini/agents/validation-performance.md +123 -0
- package/resources/gofer/gemini/agents/validation-security.md +118 -0
- package/resources/gofer/gemini/agents/validation-standards.md +154 -0
- package/resources/gofer/gemini/agents/validation-test-quality.md +149 -0
- package/resources/gofer/gemini/agents/visual-bounded-context-writer.md +40 -0
- package/resources/gofer/gemini/agents/visual-c4-writer.md +44 -0
- package/resources/gofer/gemini/agents/visual-erd-writer.md +36 -0
- package/resources/gofer/gemini/agents/visual-heatmap-writer.md +63 -0
- package/resources/gofer/gemini/agents/visual-risk-writer.md +64 -0
- package/resources/gofer/gemini/commands/gofer/.gitkeep +0 -0
- package/resources/gofer/gemini/commands/gofer/0_gofer_start.md +1282 -0
- package/resources/gofer/gemini/commands/gofer/0_gofer_start.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/0a_problem_validation.md +424 -0
- package/resources/gofer/gemini/commands/gofer/0a_problem_validation.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/10_gofer_cloud.md +630 -0
- package/resources/gofer/gemini/commands/gofer/10_gofer_cloud.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/1_gofer_research.md +1154 -0
- package/resources/gofer/gemini/commands/gofer/1_gofer_research.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/2_gofer_specify.md +855 -0
- package/resources/gofer/gemini/commands/gofer/2_gofer_specify.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/3_gofer_plan.md +881 -0
- package/resources/gofer/gemini/commands/gofer/3_gofer_plan.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/4_gofer_tasks.md +743 -0
- package/resources/gofer/gemini/commands/gofer/4_gofer_tasks.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/5_gofer_implement.md +919 -0
- package/resources/gofer/gemini/commands/gofer/5_gofer_implement.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/6_gofer_validate.md +2264 -0
- package/resources/gofer/gemini/commands/gofer/6_gofer_validate.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/7_gofer_save.md +418 -0
- package/resources/gofer/gemini/commands/gofer/7_gofer_save.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/7a_stakeholder_comms.md +503 -0
- package/resources/gofer/gemini/commands/gofer/7a_stakeholder_comms.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/8_gofer_branding.md +310 -0
- package/resources/gofer/gemini/commands/gofer/8_gofer_branding.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/9_gofer_tests.md +553 -0
- package/resources/gofer/gemini/commands/gofer/9_gofer_tests.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/gofer_bootstrap_workspace.md +143 -0
- package/resources/gofer/gemini/commands/gofer/gofer_bootstrap_workspace.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/gofer_check_workspace.md +114 -0
- package/resources/gofer/gemini/commands/gofer/gofer_check_workspace.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/gofer_constitution.md +607 -0
- package/resources/gofer/gemini/commands/gofer/gofer_constitution.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/gofer_diagnose.md +109 -0
- package/resources/gofer/gemini/commands/gofer/gofer_diagnose.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/gofer_eai_first_run.md +392 -0
- package/resources/gofer/gemini/commands/gofer/gofer_eai_first_run.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/gofer_hydrate.md +556 -0
- package/resources/gofer/gemini/commands/gofer/gofer_hydrate.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/gofer_personality.md +39 -0
- package/resources/gofer/gemini/commands/gofer/gofer_personality.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/gofer_plan.md +35 -0
- package/resources/gofer/gemini/commands/gofer/gofer_plan.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/gofer_side.md +40 -0
- package/resources/gofer/gemini/commands/gofer/gofer_side.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/gofer_spec_summary.md +107 -0
- package/resources/gofer/gemini/commands/gofer/gofer_spec_summary.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/gofer_tdd.md +107 -0
- package/resources/gofer/gemini/commands/gofer/gofer_tdd.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/gofer_vocabulary.md +107 -0
- package/resources/gofer/gemini/commands/gofer/gofer_vocabulary.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/gofer_zoom_out.md +107 -0
- package/resources/gofer/gemini/commands/gofer/gofer_zoom_out.toml +2 -0
- package/resources/gofer/gemini/commands/gofer/manifest.json +32 -0
- package/resources/gofer/gemini/extension.json +16 -0
- package/resources/gofer/github-agents/gofer-business.agent.md +20 -0
- package/resources/gofer/github-agents/gofer-implement.agent.md +15 -0
- package/resources/gofer/github-agents/gofer-plan.agent.md +15 -0
- package/resources/gofer/github-agents/gofer-research.agent.md +15 -0
- package/resources/gofer/github-agents/gofer-validate.agent.md +10 -0
- package/resources/gofer/github-skills/eai-gofer/SKILL.md +56 -0
- package/resources/gofer/hook-scripts/agent-stop.mjs +655 -0
- package/resources/gofer/hook-scripts/log-stage-launch-time.mjs +77 -0
- package/resources/gofer/hook-scripts/post-tool-use.mjs +333 -0
- package/resources/gofer/hook-scripts/queued-input.mjs +188 -0
- package/resources/gofer/hook-scripts/session-lifecycle.mjs +93 -0
- package/resources/gofer/hook-scripts/user-prompt-submit.mjs +228 -0
- package/resources/gofer/instruction-templates/base/agents-base.md +37 -0
- package/resources/gofer/instruction-templates/base/claude-base.md +7 -0
- package/resources/gofer/instruction-templates/base/copilot-base.md +26 -0
- package/resources/gofer/instruction-templates/gofer/gofer-claude.md +5 -0
- package/resources/gofer/instruction-templates/gofer/gofer-copilot.md +9 -0
- package/resources/gofer/instruction-templates/languages/generic.md +7 -0
- package/resources/gofer/instruction-templates/languages/go.md +8 -0
- package/resources/gofer/instruction-templates/languages/java.md +8 -0
- package/resources/gofer/instruction-templates/languages/python.md +9 -0
- package/resources/gofer/instruction-templates/languages/rust.md +9 -0
- package/resources/gofer/instruction-templates/languages/typescript.md +19 -0
- package/resources/gofer/instruction-templates/workflow/principles.md +52 -0
- package/resources/gofer/memory/constitution.md +391 -0
- package/resources/gofer/memory/context-profiles.yaml +74 -0
- package/resources/gofer/memory/decisions/000-use-adr-for-decisions.md +67 -0
- package/resources/gofer/memory/decisions/001-di-framework.md +190 -0
- package/resources/gofer/memory/decisions/002-module-extraction.md +305 -0
- package/resources/gofer/memory/decisions/003-error-handling.md +368 -0
- package/resources/gofer/memory/decisions/004-cache-eviction.md +436 -0
- package/resources/gofer/memory/decisions/005-constants-management.md +520 -0
- package/resources/gofer/memory/decisions/README.md +129 -0
- package/resources/gofer/memory/diagrams/di-container.mmd +321 -0
- package/resources/gofer/memory/diagrams/extension-activation.mmd +184 -0
- package/resources/gofer/memory/diagrams/module-dependencies.mmd +264 -0
- package/resources/gofer/memory/gofer-model-policy.yaml +97 -0
- package/resources/gofer/memory/lessons.md +46 -0
- package/resources/gofer/node-scripts/canonical-descriptions.mjs +86 -0
- package/resources/gofer/node-scripts/check-version-alignment.mjs +131 -0
- package/resources/gofer/node-scripts/codex-doctor.mjs +425 -0
- package/resources/gofer/node-scripts/generate-commands.mjs +1366 -0
- package/resources/gofer/node-scripts/generate-issues.js +563 -0
- package/resources/gofer/node-scripts/gofer-closed-loop-audit.mjs +893 -0
- package/resources/gofer/node-scripts/gofer-loop-audit.mjs +541 -0
- package/resources/gofer/node-scripts/gofer-performance-report.mjs +306 -0
- package/resources/gofer/node-scripts/gofer-workspace-bootstrap.mjs +56 -0
- package/resources/gofer/node-scripts/gofer-workspace-check.mjs +56 -0
- package/resources/gofer/node-scripts/lib/ai-leverage-tagger.mjs +103 -0
- package/resources/gofer/node-scripts/lib/assemble-stakeholder-pack.mjs +114 -0
- package/resources/gofer/node-scripts/lib/marp-deck.mjs +87 -0
- package/resources/gofer/node-scripts/lib/mermaid-tabular-fallback.mjs +264 -0
- package/resources/gofer/node-scripts/lib/render-visual.mjs +54 -0
- package/resources/gofer/node-scripts/lib/validate-aliases.mjs +85 -0
- package/resources/gofer/node-scripts/lib/visual-counts.mjs +44 -0
- package/resources/gofer/node-scripts/lib/visual-pass-pipeline.mjs +134 -0
- package/resources/gofer/node-scripts/mermaid-export.mjs +72 -0
- package/resources/gofer/node-scripts/package-agent-plugin.mjs +940 -0
- package/resources/gofer/node-scripts/parse-stage-command.mjs +211 -0
- package/resources/gofer/node-scripts/schemas/.gitkeep +0 -0
- package/resources/gofer/node-scripts/schemas/stage-command.schema.json +72 -0
- package/resources/gofer/node-scripts/sync-extension-resources.mjs +110 -0
- package/resources/gofer/node-scripts/workspace-bootstrap-lib.mjs +1166 -0
- package/resources/gofer/powershell-scripts/install-optional-tools.ps1 +214 -0
- package/resources/gofer/references/platform/README.md +17 -0
- package/resources/gofer/references/platform/deployment-repo.md +9 -0
- package/resources/gofer/references/platform/eai-app-template.md +45 -0
- package/resources/gofer/references/platform/eai-config-driven-ui.md +156 -0
- package/resources/gofer/references/platform/eai-error-catalog.yaml +197 -0
- package/resources/gofer/references/platform/eai-repo-contract.md +134 -0
- package/resources/gofer/references/platform/eai-service-patterns.md +56 -0
- package/resources/gofer/references/platform/eai.md +85 -0
- package/resources/gofer/references/platform/vertical-template.md +49 -0
- package/resources/gofer/specify-commands/.gitkeep +0 -0
- package/resources/gofer/specify-commands/0_gofer_start.md +1299 -0
- package/resources/gofer/specify-commands/0a_problem_validation.md +405 -0
- package/resources/gofer/specify-commands/10_gofer_cloud.md +611 -0
- package/resources/gofer/specify-commands/1_gofer_research.md +1135 -0
- package/resources/gofer/specify-commands/2_gofer_specify.md +836 -0
- package/resources/gofer/specify-commands/3_gofer_plan.md +862 -0
- package/resources/gofer/specify-commands/4_gofer_tasks.md +724 -0
- package/resources/gofer/specify-commands/5_gofer_implement.md +900 -0
- package/resources/gofer/specify-commands/6_gofer_validate.md +2245 -0
- package/resources/gofer/specify-commands/7_gofer_save.md +399 -0
- package/resources/gofer/specify-commands/7a_stakeholder_comms.md +484 -0
- package/resources/gofer/specify-commands/8_gofer_branding.md +291 -0
- package/resources/gofer/specify-commands/9_gofer_tests.md +534 -0
- package/resources/gofer/specify-commands/gofer_bootstrap_workspace.md +159 -0
- package/resources/gofer/specify-commands/gofer_check_workspace.md +130 -0
- package/resources/gofer/specify-commands/gofer_constitution.md +588 -0
- package/resources/gofer/specify-commands/gofer_diagnose.md +89 -0
- package/resources/gofer/specify-commands/gofer_eai_first_run.md +392 -0
- package/resources/gofer/specify-commands/gofer_hydrate.md +537 -0
- package/resources/gofer/specify-commands/gofer_personality.md +61 -0
- package/resources/gofer/specify-commands/gofer_plan.md +51 -0
- package/resources/gofer/specify-commands/gofer_side.md +56 -0
- package/resources/gofer/specify-commands/gofer_spec_summary.md +87 -0
- package/resources/gofer/specify-commands/gofer_tdd.md +87 -0
- package/resources/gofer/specify-commands/gofer_vocabulary.md +87 -0
- package/resources/gofer/specify-commands/gofer_zoom_out.md +87 -0
- package/resources/gofer/system-skills/0_gofer_start/SKILL.md +1287 -0
- package/resources/gofer/system-skills/0a_problem_validation/SKILL.md +429 -0
- package/resources/gofer/system-skills/10_gofer_cloud/SKILL.md +635 -0
- package/resources/gofer/system-skills/1_gofer_research/SKILL.md +1159 -0
- package/resources/gofer/system-skills/2_gofer_specify/SKILL.md +860 -0
- package/resources/gofer/system-skills/3_gofer_plan/SKILL.md +886 -0
- package/resources/gofer/system-skills/4_gofer_tasks/SKILL.md +748 -0
- package/resources/gofer/system-skills/5_gofer_implement/SKILL.md +924 -0
- package/resources/gofer/system-skills/6_gofer_validate/SKILL.md +2269 -0
- package/resources/gofer/system-skills/7_gofer_save/SKILL.md +423 -0
- package/resources/gofer/system-skills/7a_stakeholder_comms/SKILL.md +508 -0
- package/resources/gofer/system-skills/8_gofer_branding/SKILL.md +315 -0
- package/resources/gofer/system-skills/9_gofer_tests/SKILL.md +558 -0
- package/resources/gofer/system-skills/gofer_bootstrap_workspace/SKILL.md +148 -0
- package/resources/gofer/system-skills/gofer_check_workspace/SKILL.md +119 -0
- package/resources/gofer/system-skills/gofer_constitution/SKILL.md +612 -0
- package/resources/gofer/system-skills/gofer_diagnose/SKILL.md +114 -0
- package/resources/gofer/system-skills/gofer_eai_first_run/SKILL.md +397 -0
- package/resources/gofer/system-skills/gofer_hydrate/SKILL.md +561 -0
- package/resources/gofer/system-skills/gofer_personality/SKILL.md +44 -0
- package/resources/gofer/system-skills/gofer_plan/SKILL.md +40 -0
- package/resources/gofer/system-skills/gofer_side/SKILL.md +45 -0
- package/resources/gofer/system-skills/gofer_spec_summary/SKILL.md +112 -0
- package/resources/gofer/system-skills/gofer_tdd/SKILL.md +112 -0
- package/resources/gofer/system-skills/gofer_vocabulary/SKILL.md +112 -0
- package/resources/gofer/system-skills/gofer_zoom_out/SKILL.md +112 -0
- package/resources/gofer/templates/agent-file-template.md +28 -0
- package/resources/gofer/templates/assumptions-template.md +94 -0
- package/resources/gofer/templates/audit-history-template.md +35 -0
- package/resources/gofer/templates/brand/brand-profile-template.json +45 -0
- package/resources/gofer/templates/brand/document-style-template.md +50 -0
- package/resources/gofer/templates/brand/marp-theme-template.css +58 -0
- package/resources/gofer/templates/brownfield-analysis.md +44 -0
- package/resources/gofer/templates/business-metrics-template.md +120 -0
- package/resources/gofer/templates/business-owner-summary-template.md +83 -0
- package/resources/gofer/templates/checklist-template.md +40 -0
- package/resources/gofer/templates/ciso-security-summary-template.md +70 -0
- package/resources/gofer/templates/context-bundle-template.md +76 -0
- package/resources/gofer/templates/contract-pack-template.md +109 -0
- package/resources/gofer/templates/cto-architecture-summary-template.md +83 -0
- package/resources/gofer/templates/discovery-template.md +92 -0
- package/resources/gofer/templates/eai-preflight-template.md +144 -0
- package/resources/gofer/templates/goal-ledger-template.json +69 -0
- package/resources/gofer/templates/gofer-model-policy.yaml +97 -0
- package/resources/gofer/templates/issues-template.md +106 -0
- package/resources/gofer/templates/journey/base-journey.md +95 -0
- package/resources/gofer/templates/journey/industry-variants.yaml +277 -0
- package/resources/gofer/templates/loop-contract-template.json +68 -0
- package/resources/gofer/templates/plan-template.md +215 -0
- package/resources/gofer/templates/problem-brief-template.md +85 -0
- package/resources/gofer/templates/proposal-review-template.md +79 -0
- package/resources/gofer/templates/research-template.md +222 -0
- package/resources/gofer/templates/reuse-scan-template.md +43 -0
- package/resources/gofer/templates/sequence-diagrams/option-spectrum.yaml +178 -0
- package/resources/gofer/templates/service-fit-matrix-template.md +29 -0
- package/resources/gofer/templates/session-handoff-template.md +172 -0
- package/resources/gofer/templates/spec-summary-template.md +118 -0
- package/resources/gofer/templates/spec-template.md +196 -0
- package/resources/gofer/templates/stakeholder-comms-template.md +330 -0
- package/resources/gofer/templates/stakeholder-review-index-template.md +54 -0
- package/resources/gofer/templates/tasks-template.md +323 -0
- package/resources/gofer/templates/ui-approval-template.md +32 -0
- package/resources/gofer/templates/ui-preview-brief-template.md +65 -0
- package/resources/gofer/templates/ui-review-log-template.md +11 -0
- package/resources/gofer/templates/visuals/.gitkeep +0 -0
- package/resources/gofer/templates/visuals/bounded-context-map.md +19 -0
- package/resources/gofer/templates/visuals/bounded-context-template.md +47 -0
- package/resources/gofer/templates/visuals/c4-container-template.md +38 -0
- package/resources/gofer/templates/visuals/c4-container.md +20 -0
- package/resources/gofer/templates/visuals/c4-context-template.md +46 -0
- package/resources/gofer/templates/visuals/capability-heatmap-template.md +54 -0
- package/resources/gofer/templates/visuals/data-model-erd-template.md +41 -0
- package/resources/gofer/templates/visuals/erd.md +19 -0
- package/resources/gofer/templates/visuals/impact-canvas.md +40 -0
- package/resources/gofer/templates/visuals/risk-heatmap-template.md +51 -0
- package/resources/gofer/templates/visuals/roi-projection.md +17 -0
- package/resources/gofer/templates/visuals/value-stream-asis.md +16 -0
- package/resources/gofer/templates/visuals/value-stream-tobe.md +18 -0
- package/resources/gofer/templates/working-backwards-prfaq-template.md +165 -0
- package/resources/linked-sources.json +25 -0
|
@@ -0,0 +1,611 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 10_gofer_cloud
|
|
3
|
+
description: "Deploy and configure the Gofer cloud integration for remote pipeline execution."
|
|
4
|
+
title: "Gofer Cloud"
|
|
5
|
+
category: utility
|
|
6
|
+
surfaces:
|
|
7
|
+
- claude
|
|
8
|
+
- claude-mirror
|
|
9
|
+
- copilot
|
|
10
|
+
- vscode
|
|
11
|
+
- codex
|
|
12
|
+
- gemini
|
|
13
|
+
- github-prompts
|
|
14
|
+
- agents-skills
|
|
15
|
+
- system-skills
|
|
16
|
+
aliases: [gofer:cloud]
|
|
17
|
+
---
|
|
18
|
+
---
|
|
19
|
+
description:
|
|
20
|
+
READ-ONLY cloud infrastructure analysis for Azure, AWS, GCP deployments
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
# Gofer Cloud
|
|
24
|
+
|
|
25
|
+
## EAI Platform Session Preflight
|
|
26
|
+
|
|
27
|
+
Before any Gofer stage/helper command does pipeline work:
|
|
28
|
+
|
|
29
|
+
1. Treat durable delivery as EAI Platform delivery by default, with Azure second
|
|
30
|
+
and every other stack only by explicit exception.
|
|
31
|
+
2. Run `eai whoami` and confirm the EAI CLI is installed, the user is logged in,
|
|
32
|
+
and an active tenant is visible.
|
|
33
|
+
3. If `eai` is missing, `eai whoami` fails, the token is expired, or no active
|
|
34
|
+
tenant is available, stop and run `/gofer:eai-first-run` or ask the user to
|
|
35
|
+
approve login/setup before continuing.
|
|
36
|
+
4. For EAI app delivery, do not continue into research, specification, planning,
|
|
37
|
+
tasks, implementation, or validation until
|
|
38
|
+
`.specify/specs/{feature}/eai-preflight.md` records login, tenant, template,
|
|
39
|
+
app-readiness, and next-action evidence.
|
|
40
|
+
5. Do not write tokens, secrets, private tenant IDs, or local `.env` values into
|
|
41
|
+
Gofer artifacts; record only product-safe readiness status and evidence.
|
|
42
|
+
|
|
43
|
+
## Token And Cost Policy
|
|
44
|
+
<!-- gofer:token-cost-policy:start -->
|
|
45
|
+
|
|
46
|
+
Before spawning agents, calling tools, or loading large files:
|
|
47
|
+
|
|
48
|
+
1. Treat `.specify/memory/gofer-model-policy.yaml` as the repo-owned source of truth for simple, medium, hard, and arbiter model routing. If it is missing, run `/gofer:bootstrap-workspace` before continuing.
|
|
49
|
+
2. Use the cheapest capable model first.
|
|
50
|
+
- Claude: Haiku for scouting/extraction; Sonnet for normal implementation, synthesis, validation, and security; Opus for high-risk arbitration or release-critical failures.
|
|
51
|
+
- Codex/OpenAI: GPT mini for simple coding; GPT nano only for locate/classify/summarize/mechanical work; GPT-5.3-Codex or flagship GPT for tool-heavy coding, architecture, and release-critical validation.
|
|
52
|
+
- Gemini: Flash-Lite for cheap large-context scan/summarize; Flash for default research synthesis; Pro for large-context architecture or high-risk arbitration.
|
|
53
|
+
- Copilot: prefer Auto for simple and default work; ask the user before choosing a paid/high-tier picker model for hard security, architecture, or release gates.
|
|
54
|
+
3. Keep raw tool output out of the main conversation context. Save stable findings to `.specify/specs/{feature}/context-bundle.md`, then work from summaries.
|
|
55
|
+
4. Use provider prompt/context caching only for stable, non-secret prefixes: Gofer scaffold, AGENTS/CLAUDE/Copilot instructions, constitution, repo map, stage contracts, and validation rubric.
|
|
56
|
+
5. Before continuing after large research, planning, implementation, or validation bursts, checkpoint the durable artifacts and compact/clear/resume context when the host supports it.
|
|
57
|
+
6. Escalate model tier only when a cheaper pass is low-confidence, contradictory, security-sensitive, or blocking release quality.
|
|
58
|
+
<!-- gofer:token-cost-policy:end -->
|
|
59
|
+
|
|
60
|
+
## User Input
|
|
61
|
+
|
|
62
|
+
```text
|
|
63
|
+
$ARGUMENTS
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
You **MUST** consider the user input before proceeding (if not empty).
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## SAFETY NOTICE
|
|
71
|
+
|
|
72
|
+
**This command only executes READ-ONLY cloud CLI operations.**
|
|
73
|
+
|
|
74
|
+
All commands are safe inspection operations that do not modify any cloud
|
|
75
|
+
resources. This is critical for agentic coding - agents must never accidentally
|
|
76
|
+
modify production infrastructure.
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## When to Use This Command
|
|
81
|
+
|
|
82
|
+
- Understanding deployment architecture before feature work
|
|
83
|
+
- Analyzing costs and optimization opportunities
|
|
84
|
+
- Security and compliance audits
|
|
85
|
+
- Performance analysis
|
|
86
|
+
- Documenting existing infrastructure
|
|
87
|
+
- Planning infrastructure changes
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
## Step 1: Initial Setup
|
|
92
|
+
|
|
93
|
+
Ask the user:
|
|
94
|
+
|
|
95
|
+
```
|
|
96
|
+
I'm ready to analyze your cloud infrastructure. Please specify:
|
|
97
|
+
1. Which cloud platform (Azure/AWS/GCP/other)
|
|
98
|
+
2. What aspect to focus on (or "all" for comprehensive analysis):
|
|
99
|
+
- Resources and architecture
|
|
100
|
+
- Security and compliance
|
|
101
|
+
- Cost optimization
|
|
102
|
+
- Performance and scaling
|
|
103
|
+
- Specific services or resource groups
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
Wait for user response.
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
## Step 2: Verify Cloud CLI Access
|
|
111
|
+
|
|
112
|
+
### Azure
|
|
113
|
+
|
|
114
|
+
```bash
|
|
115
|
+
# Check CLI installed
|
|
116
|
+
az version
|
|
117
|
+
|
|
118
|
+
# Verify authentication
|
|
119
|
+
az account show
|
|
120
|
+
|
|
121
|
+
# List subscriptions
|
|
122
|
+
az account list --output table
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
### AWS
|
|
126
|
+
|
|
127
|
+
```bash
|
|
128
|
+
# Check CLI installed
|
|
129
|
+
aws --version
|
|
130
|
+
|
|
131
|
+
# Verify authentication
|
|
132
|
+
aws sts get-caller-identity
|
|
133
|
+
|
|
134
|
+
# List profiles
|
|
135
|
+
aws configure list-profiles
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
### GCP
|
|
139
|
+
|
|
140
|
+
```bash
|
|
141
|
+
# Check CLI installed
|
|
142
|
+
gcloud version
|
|
143
|
+
|
|
144
|
+
# Verify authentication
|
|
145
|
+
gcloud auth list
|
|
146
|
+
|
|
147
|
+
# List projects
|
|
148
|
+
gcloud projects list
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
If not authenticated, guide user through login process.
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
## Step 3: Execute Cloud Inspection (READ-ONLY)
|
|
156
|
+
|
|
157
|
+
### Allowed Operations (SAFE)
|
|
158
|
+
|
|
159
|
+
- `list`, `show`, `describe`, `get` operations
|
|
160
|
+
- View configurations and settings
|
|
161
|
+
- Read metrics and logs
|
|
162
|
+
- Query costs and billing (read-only)
|
|
163
|
+
- Inspect security settings (without modifying)
|
|
164
|
+
|
|
165
|
+
### Forbidden Operations (NEVER EXECUTE)
|
|
166
|
+
|
|
167
|
+
- Any command with: `create`, `delete`, `update`, `set`, `put`, `post`, `patch`,
|
|
168
|
+
`remove`
|
|
169
|
+
- Starting/stopping services or resources
|
|
170
|
+
- Scaling operations
|
|
171
|
+
- Backup or restore operations
|
|
172
|
+
- IAM modifications
|
|
173
|
+
- Configuration changes
|
|
174
|
+
|
|
175
|
+
---
|
|
176
|
+
|
|
177
|
+
## Step 4: Systematic Resource Inspection
|
|
178
|
+
|
|
179
|
+
### 4.1 Compute Resources
|
|
180
|
+
|
|
181
|
+
**Azure:**
|
|
182
|
+
|
|
183
|
+
```bash
|
|
184
|
+
az vm list --output table
|
|
185
|
+
az container list --output table
|
|
186
|
+
az functionapp list --output table
|
|
187
|
+
az webapp list --output table
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
**AWS:**
|
|
191
|
+
|
|
192
|
+
```bash
|
|
193
|
+
aws ec2 describe-instances --output table
|
|
194
|
+
aws ecs list-clusters
|
|
195
|
+
aws lambda list-functions
|
|
196
|
+
aws elasticbeanstalk describe-environments
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
**GCP:**
|
|
200
|
+
|
|
201
|
+
```bash
|
|
202
|
+
gcloud compute instances list
|
|
203
|
+
gcloud run services list
|
|
204
|
+
gcloud functions list
|
|
205
|
+
gcloud app instances list
|
|
206
|
+
```
|
|
207
|
+
|
|
208
|
+
### 4.2 Storage Resources
|
|
209
|
+
|
|
210
|
+
**Azure:**
|
|
211
|
+
|
|
212
|
+
```bash
|
|
213
|
+
az storage account list --output table
|
|
214
|
+
az cosmosdb list --output table
|
|
215
|
+
az sql server list --output table
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
**AWS:**
|
|
219
|
+
|
|
220
|
+
```bash
|
|
221
|
+
aws s3 ls
|
|
222
|
+
aws dynamodb list-tables
|
|
223
|
+
aws rds describe-db-instances
|
|
224
|
+
```
|
|
225
|
+
|
|
226
|
+
**GCP:**
|
|
227
|
+
|
|
228
|
+
```bash
|
|
229
|
+
gcloud storage buckets list
|
|
230
|
+
gcloud firestore databases list
|
|
231
|
+
gcloud sql instances list
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
### 4.3 Networking
|
|
235
|
+
|
|
236
|
+
**Azure:**
|
|
237
|
+
|
|
238
|
+
```bash
|
|
239
|
+
az network vnet list --output table
|
|
240
|
+
az network nsg list --output table
|
|
241
|
+
az network lb list --output table
|
|
242
|
+
az network application-gateway list --output table
|
|
243
|
+
```
|
|
244
|
+
|
|
245
|
+
**AWS:**
|
|
246
|
+
|
|
247
|
+
```bash
|
|
248
|
+
aws ec2 describe-vpcs
|
|
249
|
+
aws ec2 describe-security-groups
|
|
250
|
+
aws elbv2 describe-load-balancers
|
|
251
|
+
aws apigateway get-rest-apis
|
|
252
|
+
```
|
|
253
|
+
|
|
254
|
+
**GCP:**
|
|
255
|
+
|
|
256
|
+
```bash
|
|
257
|
+
gcloud compute networks list
|
|
258
|
+
gcloud compute firewall-rules list
|
|
259
|
+
gcloud compute forwarding-rules list
|
|
260
|
+
```
|
|
261
|
+
|
|
262
|
+
### 4.4 Security Analysis
|
|
263
|
+
|
|
264
|
+
**Azure:**
|
|
265
|
+
|
|
266
|
+
```bash
|
|
267
|
+
az role assignment list --output table
|
|
268
|
+
az keyvault list --output table
|
|
269
|
+
az network nsg rule list --nsg-name [name] --resource-group [rg]
|
|
270
|
+
```
|
|
271
|
+
|
|
272
|
+
**AWS:**
|
|
273
|
+
|
|
274
|
+
```bash
|
|
275
|
+
aws iam list-users
|
|
276
|
+
aws iam list-roles
|
|
277
|
+
aws kms list-keys
|
|
278
|
+
aws secretsmanager list-secrets
|
|
279
|
+
```
|
|
280
|
+
|
|
281
|
+
**GCP:**
|
|
282
|
+
|
|
283
|
+
```bash
|
|
284
|
+
gcloud iam roles list
|
|
285
|
+
gcloud kms keyrings list --location global
|
|
286
|
+
gcloud secrets list
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
### 4.5 Cost Analysis
|
|
290
|
+
|
|
291
|
+
**Azure:**
|
|
292
|
+
|
|
293
|
+
```bash
|
|
294
|
+
az consumption usage list --start-date [date] --end-date [date]
|
|
295
|
+
az advisor recommendation list --category Cost
|
|
296
|
+
```
|
|
297
|
+
|
|
298
|
+
**AWS:**
|
|
299
|
+
|
|
300
|
+
```bash
|
|
301
|
+
aws ce get-cost-and-usage --time-period Start=[date],End=[date] --granularity MONTHLY --metrics BlendedCost
|
|
302
|
+
aws ce get-reservation-utilization --time-period Start=[date],End=[date]
|
|
303
|
+
```
|
|
304
|
+
|
|
305
|
+
**GCP:**
|
|
306
|
+
|
|
307
|
+
```bash
|
|
308
|
+
gcloud billing accounts list
|
|
309
|
+
gcloud recommender recommendations list --project=[project] --location=global --recommender=google.compute.instance.MachineTypeRecommender
|
|
310
|
+
```
|
|
311
|
+
|
|
312
|
+
---
|
|
313
|
+
|
|
314
|
+
## Step 5: Generate Cloud Research Document
|
|
315
|
+
|
|
316
|
+
Write to `{FEATURE_DIR}/cloud-analysis.md` (or `.specify/cloud/[environment].md`
|
|
317
|
+
for general analysis):
|
|
318
|
+
|
|
319
|
+
````markdown
|
|
320
|
+
---
|
|
321
|
+
date: [ISO timestamp]
|
|
322
|
+
researcher: Gofer
|
|
323
|
+
platform: [Azure/AWS/GCP]
|
|
324
|
+
environment: [Production/Staging/Dev]
|
|
325
|
+
subscription: [Subscription/Account ID]
|
|
326
|
+
status: complete
|
|
327
|
+
---
|
|
328
|
+
|
|
329
|
+
# Cloud Infrastructure Analysis: [Environment Name]
|
|
330
|
+
|
|
331
|
+
## Executive Summary
|
|
332
|
+
|
|
333
|
+
[High-level findings, critical issues, and key recommendations]
|
|
334
|
+
|
|
335
|
+
## Analysis Scope
|
|
336
|
+
|
|
337
|
+
- **Platform**: [Cloud Provider]
|
|
338
|
+
- **Subscription/Project**: [ID]
|
|
339
|
+
- **Regions**: [List]
|
|
340
|
+
- **Focus Areas**: [What was analyzed]
|
|
341
|
+
|
|
342
|
+
## Resource Inventory
|
|
343
|
+
|
|
344
|
+
| Category | Resource Type | Count | Region | Est. Monthly Cost |
|
|
345
|
+
| ---------- | ------------- | ----- | ------- | ----------------- |
|
|
346
|
+
| Compute | VMs | 12 | East US | $1,200 |
|
|
347
|
+
| Compute | Functions | 5 | East US | $50 |
|
|
348
|
+
| Storage | Blob Storage | 3 | East US | $200 |
|
|
349
|
+
| Database | SQL Server | 2 | East US | $800 |
|
|
350
|
+
| Networking | Load Balancer | 1 | East US | $100 |
|
|
351
|
+
|
|
352
|
+
**Total Estimated Monthly Cost**: $X,XXX
|
|
353
|
+
|
|
354
|
+
## Architecture Overview
|
|
355
|
+
|
|
356
|
+
```mermaid
|
|
357
|
+
graph TB
|
|
358
|
+
Internet --> LB[Load Balancer]
|
|
359
|
+
LB --> WebApp[Web App Service]
|
|
360
|
+
WebApp --> API[API Functions]
|
|
361
|
+
API --> DB[(SQL Database)]
|
|
362
|
+
API --> Storage[(Blob Storage)]
|
|
363
|
+
API --> Cache[(Redis Cache)]
|
|
364
|
+
```
|
|
365
|
+
````
|
|
366
|
+
|
|
367
|
+
## Detailed Findings
|
|
368
|
+
|
|
369
|
+
### Compute Infrastructure
|
|
370
|
+
|
|
371
|
+
| Resource | Type | Size | State | Notes |
|
|
372
|
+
| ------------- | -------- | ----------- | ------- | ------------- |
|
|
373
|
+
| prod-web-01 | VM | Standard_D4 | Running | Web server |
|
|
374
|
+
| prod-api-func | Function | Consumption | Active | API endpoints |
|
|
375
|
+
|
|
376
|
+
**Observations**:
|
|
377
|
+
|
|
378
|
+
- [Finding about compute resources]
|
|
379
|
+
- [Optimization opportunity]
|
|
380
|
+
|
|
381
|
+
### Data Layer
|
|
382
|
+
|
|
383
|
+
| Resource | Type | Size | Tier | Backup Status |
|
|
384
|
+
| --------- | ------- | ----- | -------- | ------------- |
|
|
385
|
+
| prod-sql | SQL DB | 50GB | Standard | Daily |
|
|
386
|
+
| prod-blob | Storage | 200GB | Hot | GRS enabled |
|
|
387
|
+
|
|
388
|
+
**Observations**:
|
|
389
|
+
|
|
390
|
+
- [Finding about data resources]
|
|
391
|
+
- [Compliance consideration]
|
|
392
|
+
|
|
393
|
+
### Networking
|
|
394
|
+
|
|
395
|
+
| Resource | Type | Configuration | Security |
|
|
396
|
+
| --------- | ---- | -------------------- | ------------ |
|
|
397
|
+
| prod-vnet | VNet | 10.0.0.0/16 | NSG attached |
|
|
398
|
+
| prod-lb | LB | Standard, Zone-aware | HTTPS only |
|
|
399
|
+
|
|
400
|
+
**Observations**:
|
|
401
|
+
|
|
402
|
+
- [Network topology findings]
|
|
403
|
+
- [Security considerations]
|
|
404
|
+
|
|
405
|
+
## Security Analysis
|
|
406
|
+
|
|
407
|
+
### IAM Review
|
|
408
|
+
|
|
409
|
+
| Principal | Role | Scope | Risk Level |
|
|
410
|
+
| --------- | ----------- | ------------ | ---------- |
|
|
411
|
+
| dev-team | Contributor | Subscription | Medium |
|
|
412
|
+
| ci-cd-sp | Owner | Resource Grp | High |
|
|
413
|
+
|
|
414
|
+
### Security Findings
|
|
415
|
+
|
|
416
|
+
| Finding | Severity | Resource | Recommendation |
|
|
417
|
+
| --------------------- | -------- | --------------- | --------------- |
|
|
418
|
+
| Public blob container | High | storage-account | Enable private |
|
|
419
|
+
| Open SSH port | Medium | prod-web-01 | Restrict to VPN |
|
|
420
|
+
| Missing encryption | Medium | prod-sql | Enable TDE |
|
|
421
|
+
|
|
422
|
+
### Compliance Status
|
|
423
|
+
|
|
424
|
+
- [ ] Encryption at rest enabled
|
|
425
|
+
- [ ] Encryption in transit enforced
|
|
426
|
+
- [ ] Backup retention meets policy
|
|
427
|
+
- [ ] Access logging enabled
|
|
428
|
+
- [ ] Network segmentation in place
|
|
429
|
+
|
|
430
|
+
## Cost Analysis
|
|
431
|
+
|
|
432
|
+
### Current Monthly Cost: $X,XXX
|
|
433
|
+
|
|
434
|
+
| Category | Cost | % of Total |
|
|
435
|
+
| ---------- | ------ | ---------- |
|
|
436
|
+
| Compute | $1,250 | 50% |
|
|
437
|
+
| Storage | $200 | 8% |
|
|
438
|
+
| Database | $800 | 32% |
|
|
439
|
+
| Networking | $250 | 10% |
|
|
440
|
+
|
|
441
|
+
### Optimization Opportunities
|
|
442
|
+
|
|
443
|
+
| Opportunity | Current | Recommended | Savings |
|
|
444
|
+
| --------------------- | --------- | ----------- | ------- |
|
|
445
|
+
| Right-size VMs | D4 x 2 | D2 x 2 | $400/mo |
|
|
446
|
+
| Reserved instances | On-demand | 1-year RI | $300/mo |
|
|
447
|
+
| Delete unused storage | 50GB | 0GB | $25/mo |
|
|
448
|
+
|
|
449
|
+
**Potential Monthly Savings**: $725
|
|
450
|
+
|
|
451
|
+
## Risk Assessment
|
|
452
|
+
|
|
453
|
+
### Critical Issues
|
|
454
|
+
|
|
455
|
+
1. **[Issue]**: [Description and impact]
|
|
456
|
+
2. **[Issue]**: [Description and impact]
|
|
457
|
+
|
|
458
|
+
### Warnings
|
|
459
|
+
|
|
460
|
+
1. **[Warning]**: [Description and recommendation]
|
|
461
|
+
2. **[Warning]**: [Description and recommendation]
|
|
462
|
+
|
|
463
|
+
## Recommendations
|
|
464
|
+
|
|
465
|
+
### Immediate Actions (This Week)
|
|
466
|
+
|
|
467
|
+
1. [ ] [Security fix or critical issue]
|
|
468
|
+
2. [ ] [Another urgent item]
|
|
469
|
+
|
|
470
|
+
### Short-term Improvements (This Month)
|
|
471
|
+
|
|
472
|
+
1. [ ] [Cost optimization]
|
|
473
|
+
2. [ ] [Performance enhancement]
|
|
474
|
+
|
|
475
|
+
### Long-term Strategy (This Quarter)
|
|
476
|
+
|
|
477
|
+
1. [ ] [Architecture improvement]
|
|
478
|
+
2. [ ] [Migration consideration]
|
|
479
|
+
|
|
480
|
+
## CLI Commands for Verification
|
|
481
|
+
|
|
482
|
+
```bash
|
|
483
|
+
# Key commands used in this analysis
|
|
484
|
+
az vm list --output table
|
|
485
|
+
az storage account list --output table
|
|
486
|
+
# ... other commands run
|
|
487
|
+
```
|
|
488
|
+
|
|
489
|
+
## Integration with Feature Development
|
|
490
|
+
|
|
491
|
+
If analyzing for a specific feature:
|
|
492
|
+
|
|
493
|
+
### Deployment Target
|
|
494
|
+
|
|
495
|
+
- **Environment**: [Where feature will deploy]
|
|
496
|
+
- **Resource Group**: [Target RG]
|
|
497
|
+
- **Required Services**: [What feature needs]
|
|
498
|
+
|
|
499
|
+
### Constraints for Implementation
|
|
500
|
+
|
|
501
|
+
- [Constraint 1]: How this affects the feature
|
|
502
|
+
- [Constraint 2]: Another consideration
|
|
503
|
+
|
|
504
|
+
### Infrastructure Changes Needed
|
|
505
|
+
|
|
506
|
+
- [ ] [New resource needed]
|
|
507
|
+
- [ ] [Configuration change]
|
|
508
|
+
- [ ] [Permission update]
|
|
509
|
+
|
|
510
|
+
```
|
|
511
|
+
|
|
512
|
+
---
|
|
513
|
+
|
|
514
|
+
## Step 6: Report Completion
|
|
515
|
+
|
|
516
|
+
```
|
|
517
|
+
|
|
518
|
+
================================================================ CLOUD ANALYSIS
|
|
519
|
+
COMPLETE: [Environment Name]
|
|
520
|
+
================================================================
|
|
521
|
+
|
|
522
|
+
Platform: [Azure/AWS/GCP] Resources Analyzed: [N] resources across [N]
|
|
523
|
+
categories
|
|
524
|
+
|
|
525
|
+
Key Findings:
|
|
526
|
+
|
|
527
|
+
- [Critical finding 1]
|
|
528
|
+
- [Warning 1]
|
|
529
|
+
- [Optimization opportunity]
|
|
530
|
+
|
|
531
|
+
Cost Summary:
|
|
532
|
+
|
|
533
|
+
- Current: $X,XXX/month
|
|
534
|
+
- Potential Savings: $XXX/month
|
|
535
|
+
|
|
536
|
+
Security Status:
|
|
537
|
+
|
|
538
|
+
- Critical Issues: [N]
|
|
539
|
+
- Warnings: [N]
|
|
540
|
+
- Compliance: [X]/[Total] checks passed
|
|
541
|
+
|
|
542
|
+
Report: [output file path]
|
|
543
|
+
|
|
544
|
+
Recommended Actions:
|
|
545
|
+
|
|
546
|
+
1. [Most important action]
|
|
547
|
+
2. [Second priority]
|
|
548
|
+
|
|
549
|
+
================================================================
|
|
550
|
+
|
|
551
|
+
```
|
|
552
|
+
|
|
553
|
+
---
|
|
554
|
+
|
|
555
|
+
## Error Handling
|
|
556
|
+
|
|
557
|
+
### CLI Not Installed
|
|
558
|
+
|
|
559
|
+
```
|
|
560
|
+
|
|
561
|
+
[Platform] CLI not found. Please install:
|
|
562
|
+
|
|
563
|
+
Azure: https://docs.microsoft.com/cli/azure/install-azure-cli AWS:
|
|
564
|
+
https://aws.amazon.com/cli/ GCP: https://cloud.google.com/sdk/docs/install
|
|
565
|
+
|
|
566
|
+
```
|
|
567
|
+
|
|
568
|
+
### Not Authenticated
|
|
569
|
+
|
|
570
|
+
```
|
|
571
|
+
|
|
572
|
+
Not authenticated to [Platform]. Please run:
|
|
573
|
+
|
|
574
|
+
Azure: az login AWS: aws configure GCP: gcloud auth login
|
|
575
|
+
|
|
576
|
+
```
|
|
577
|
+
|
|
578
|
+
### Insufficient Permissions
|
|
579
|
+
|
|
580
|
+
```
|
|
581
|
+
|
|
582
|
+
Warning: Insufficient permissions for some operations. Missing permissions:
|
|
583
|
+
[list]
|
|
584
|
+
|
|
585
|
+
Analysis will continue with available access. Results may be incomplete for:
|
|
586
|
+
[affected areas]
|
|
587
|
+
|
|
588
|
+
````
|
|
589
|
+
|
|
590
|
+
### Rate Limited
|
|
591
|
+
|
|
592
|
+
If rate limited, implement exponential backoff and continue with available data.
|
|
593
|
+
|
|
594
|
+
---
|
|
595
|
+
|
|
596
|
+
## Observability Logging
|
|
597
|
+
|
|
598
|
+
```bash
|
|
599
|
+
.specify/scripts/bash/log-stage.sh 10_cloud --complete --tokens [N] --compactions [N]
|
|
600
|
+
````
|
|
601
|
+
|
|
602
|
+
---
|
|
603
|
+
|
|
604
|
+
## Key Rules
|
|
605
|
+
|
|
606
|
+
- **READ-ONLY OPERATIONS ONLY** - never create, modify, or delete
|
|
607
|
+
- **Always verify CLI authentication** before running commands
|
|
608
|
+
- **Use --output json** for structured data parsing
|
|
609
|
+
- **Handle API rate limits** by spacing requests
|
|
610
|
+
- **Respect security** - never expose sensitive data in reports
|
|
611
|
+
- **Generate actionable insights**, not just resource lists
|