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,516 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 7a_stakeholder_comms
|
|
3
|
+
description: Generate stakeholder-facing communications: release notes, demo scripts, and change briefs.
|
|
4
|
+
agent: copilot-workspace
|
|
5
|
+
tools:
|
|
6
|
+
- Read
|
|
7
|
+
- Grep
|
|
8
|
+
- Glob
|
|
9
|
+
- Bash
|
|
10
|
+
- WebSearch
|
|
11
|
+
argument-hint: feature-name-or-description
|
|
12
|
+
gofer:
|
|
13
|
+
workflowProfile: standard
|
|
14
|
+
canonicalSource: .specify/commands/7a_stakeholder_comms.md
|
|
15
|
+
canonicalChecksum: 47031d30e808d88cd63abf3bd4e08ce4c14bb1fcec7fe08e0b1dc582d039a20f
|
|
16
|
+
metadataSource: scripts/generate-commands.ts
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Workspace Preflight
|
|
20
|
+
|
|
21
|
+
Before doing stage/helper work:
|
|
22
|
+
|
|
23
|
+
1. Resolve the repository root.
|
|
24
|
+
2. Check the core Gofer sentinels:
|
|
25
|
+
- `.specify/.gofer-version`
|
|
26
|
+
- `.specify/commands/0_gofer_start.md`
|
|
27
|
+
- `.specify/templates/spec-template.md`
|
|
28
|
+
- `.specify/templates/loop-contract-template.json`
|
|
29
|
+
- `.specify/templates/working-backwards-prfaq-template.md`
|
|
30
|
+
- `.specify/templates/business-owner-summary-template.md`
|
|
31
|
+
- `.specify/templates/cto-architecture-summary-template.md`
|
|
32
|
+
- `.specify/templates/ciso-security-summary-template.md`
|
|
33
|
+
- `.specify/templates/stakeholder-review-index-template.md`
|
|
34
|
+
- `.specify/scripts/bash/create-new-feature.sh`
|
|
35
|
+
- `.specify/scripts/node/parse-stage-command.mjs`
|
|
36
|
+
- `.specify/scripts/node/gofer-loop-audit.mjs`
|
|
37
|
+
- `.specify/scripts/hooks/post-tool-use.mjs`
|
|
38
|
+
- `.specify/scripts/powershell/install-optional-tools.ps1`
|
|
39
|
+
- `.specify/templates/gofer-model-policy.yaml`
|
|
40
|
+
- `.specify/memory/gofer-model-policy.yaml`
|
|
41
|
+
- `.specify/specs/`
|
|
42
|
+
- `.specify/memory/`
|
|
43
|
+
3. Check host-specific repo-owned files when relevant:
|
|
44
|
+
- Claude: `AGENTS.md`, `CLAUDE.md`, `.claude/settings.json`
|
|
45
|
+
- Codex: `AGENTS.md`
|
|
46
|
+
- Copilot: `.github/copilot-instructions.md`
|
|
47
|
+
- VS Code extension mirrors Claude/Copilot/Gemini resources itself and should still keep the core scaffold healthy
|
|
48
|
+
4. If the repo already has the workspace checker script, prefer running:
|
|
49
|
+
- `node .specify/scripts/node/gofer-workspace-check.mjs --host copilot --json`
|
|
50
|
+
5. If the workspace is missing or stale, ask exactly:
|
|
51
|
+
- **"This repo is missing or stale for Gofer. Initialize/update it now?"**
|
|
52
|
+
6. If the user says yes, run the Gofer workspace bootstrap helper and then resume this command from the top.
|
|
53
|
+
7. If the user says no, stop and explain that Gofer stage/helper work depends on the repo-owned scaffold.
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
# Gofer Stakeholder Communications
|
|
57
|
+
|
|
58
|
+
## EAI Platform Session Preflight
|
|
59
|
+
|
|
60
|
+
Before any Gofer stage/helper command does pipeline work:
|
|
61
|
+
|
|
62
|
+
1. Treat durable delivery as EAI Platform delivery by default, with Azure second
|
|
63
|
+
and every other stack only by explicit exception.
|
|
64
|
+
2. Run `eai whoami` and confirm the EAI CLI is installed, the user is logged in,
|
|
65
|
+
and an active tenant is visible.
|
|
66
|
+
3. If `eai` is missing, `eai whoami` fails, the token is expired, or no active
|
|
67
|
+
tenant is available, stop and run `/gofer:eai-first-run` or ask the user to
|
|
68
|
+
approve login/setup before continuing.
|
|
69
|
+
4. For EAI app delivery, do not continue into research, specification, planning,
|
|
70
|
+
tasks, implementation, or validation until
|
|
71
|
+
`.specify/specs/{feature}/eai-preflight.md` records login, tenant, template,
|
|
72
|
+
app-readiness, and next-action evidence.
|
|
73
|
+
5. Do not write tokens, secrets, private tenant IDs, or local `.env` values into
|
|
74
|
+
Gofer artifacts; record only product-safe readiness status and evidence.
|
|
75
|
+
|
|
76
|
+
## Token And Cost Policy
|
|
77
|
+
<!-- gofer:token-cost-policy:start -->
|
|
78
|
+
|
|
79
|
+
Before spawning agents, calling tools, or loading large files:
|
|
80
|
+
|
|
81
|
+
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.
|
|
82
|
+
2. Use the cheapest capable model first.
|
|
83
|
+
- Claude: Haiku for scouting/extraction; Sonnet for normal implementation, synthesis, validation, and security; Opus for high-risk arbitration or release-critical failures.
|
|
84
|
+
- 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.
|
|
85
|
+
- Gemini: Flash-Lite for cheap large-context scan/summarize; Flash for default research synthesis; Pro for large-context architecture or high-risk arbitration.
|
|
86
|
+
- 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.
|
|
87
|
+
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.
|
|
88
|
+
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.
|
|
89
|
+
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.
|
|
90
|
+
6. Escalate model tier only when a cheaper pass is low-confidence, contradictory, security-sensitive, or blocking release quality.
|
|
91
|
+
<!-- gofer:token-cost-policy:end -->
|
|
92
|
+
|
|
93
|
+
## User Input
|
|
94
|
+
|
|
95
|
+
```text
|
|
96
|
+
$ARGUMENTS
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
You **MUST** consider the user input before proceeding (if not empty).
|
|
100
|
+
|
|
101
|
+
## Prerequisites
|
|
102
|
+
|
|
103
|
+
This command expects in `.specify/specs/{feature}/`:
|
|
104
|
+
|
|
105
|
+
- `validation-report.md` — Feature validated (PASS) from #6_gofer_validate
|
|
106
|
+
- `problem-brief.md` — Original business problem (from #0a_problem_validation)
|
|
107
|
+
- `spec.md` — Feature specification (from #2_gofer_specify)
|
|
108
|
+
- `spec-summary.md` — Executive summary (from #2_gofer_specify)
|
|
109
|
+
- `assumptions.md` — Tracked assumptions
|
|
110
|
+
- `working-backwards-prfaq.md` — Running product release PR/FAQ updated by stages 0-6
|
|
111
|
+
- `business-owner-summary.md` — Business Owner summary updated by stages 1, 2, 5, and 6
|
|
112
|
+
- `cto-architecture-summary.md` — CTO/Architecture summary updated by stages 3, 5, and 6
|
|
113
|
+
- `ciso-security-summary.md` — CISO/Risk summary updated by #6_gofer_validate
|
|
114
|
+
- `stakeholder-review-index.md` — Current stakeholder review status and approve/revise/defer asks
|
|
115
|
+
|
|
116
|
+
If `validation-report.md` doesn't exist or shows FAIL, do NOT generate comms.
|
|
117
|
+
Instead, inform the user that validation must pass first.
|
|
118
|
+
|
|
119
|
+
---
|
|
120
|
+
|
|
121
|
+
## Outline
|
|
122
|
+
|
|
123
|
+
1. Context health check
|
|
124
|
+
2. Load all feature context
|
|
125
|
+
3. Spawn comms-writer agent
|
|
126
|
+
4. Spawn business-metrics-analyzer agent
|
|
127
|
+
5. Generate stakeholder communications package
|
|
128
|
+
6. Generate business metrics dashboard
|
|
129
|
+
7. Final assumption review
|
|
130
|
+
8. Completion summary
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
## Step 0: Context Health Check
|
|
135
|
+
|
|
136
|
+
```bash
|
|
137
|
+
.specify/scripts/bash/check-context-health.sh
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
- If **< 50%**: Proceed normally
|
|
141
|
+
- If **50-70%**: Use sub-agents heavily
|
|
142
|
+
- If **> 70%**: Run `#7_gofer_save` first
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
|
|
146
|
+
## Step 1: Load Feature Context
|
|
147
|
+
|
|
148
|
+
1. **Run setup script**:
|
|
149
|
+
|
|
150
|
+
```bash
|
|
151
|
+
.specify/scripts/bash/check-prerequisites.sh --json --require-tasks
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
Parse JSON for FEATURE_DIR
|
|
155
|
+
|
|
156
|
+
2. **Load all business artifacts**:
|
|
157
|
+
- `working-backwards-prfaq.md` — Running product release PR/FAQ and internal FAQ
|
|
158
|
+
- `stakeholder-review-index.md` — Review status and required approvals
|
|
159
|
+
- `business-owner-summary.md` — Business scenario, process, value, assumptions
|
|
160
|
+
- `cto-architecture-summary.md` — Architecture, EAI Platform/Azure fit, auth/tenant/data/contracts
|
|
161
|
+
- `ciso-security-summary.md` — Security posture, controls, residual risk, validation evidence
|
|
162
|
+
- `problem-brief.md` — Original problem and business case
|
|
163
|
+
- `discovery.md` — Business discovery context
|
|
164
|
+
- `spec-summary.md` — Executive summary
|
|
165
|
+
- `assumptions.md` — Assumption register
|
|
166
|
+
- `validation-report.md` — Quality verification results
|
|
167
|
+
- `tasks.md` — Implementation status
|
|
168
|
+
|
|
169
|
+
3. **Verify validation passed**:
|
|
170
|
+
- Check `validation-report.md` for `status: PASS`
|
|
171
|
+
- If FAIL: "Validation must pass before generating communications. Current
|
|
172
|
+
score: [N]/110. Run #6_gofer_validate first."
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## Step 2: Spawn Parallel Agents
|
|
177
|
+
|
|
178
|
+
Launch both agents **in parallel**:
|
|
179
|
+
|
|
180
|
+
### Agent 1: Communications Writer
|
|
181
|
+
|
|
182
|
+
```
|
|
183
|
+
Task: subagent_type="comms-writer", model="haiku"
|
|
184
|
+
Prompt: "Generate stakeholder communications for feature [FEATURE_NAME].
|
|
185
|
+
|
|
186
|
+
Feature directory: {FEATURE_DIR}
|
|
187
|
+
|
|
188
|
+
Read and use:
|
|
189
|
+
- working-backwards-prfaq.md for the product-release story and FAQ
|
|
190
|
+
- stakeholder-review-index.md for review status and approval asks
|
|
191
|
+
- business-owner-summary.md for business scenario, process, value, and assumptions
|
|
192
|
+
- cto-architecture-summary.md for architecture, EAI Platform/Azure fit, auth, tenancy, data, and contracts
|
|
193
|
+
- ciso-security-summary.md for controls, residual risk, security evidence, and launch gates
|
|
194
|
+
- problem-brief.md for original problem context
|
|
195
|
+
- discovery.md for business discovery findings
|
|
196
|
+
- spec.md for what was specified
|
|
197
|
+
- spec-summary.md for business summary
|
|
198
|
+
- validation-report.md for quality status
|
|
199
|
+
- assumptions.md for tracked assumptions
|
|
200
|
+
|
|
201
|
+
Generate:
|
|
202
|
+
1. Executive summary (3 sentences)
|
|
203
|
+
2. Non-technical release notes
|
|
204
|
+
3. 5-minute demo script with talking points
|
|
205
|
+
4. Change management brief with rollout plan
|
|
206
|
+
5. Success metrics with baseline and targets
|
|
207
|
+
6. Communication timeline
|
|
208
|
+
|
|
209
|
+
Return structured report (<2000 tokens)."
|
|
210
|
+
```
|
|
211
|
+
|
|
212
|
+
### Agent 2: Business Metrics Analyzer
|
|
213
|
+
|
|
214
|
+
```
|
|
215
|
+
Task: subagent_type="business-metrics-analyzer", model="haiku"
|
|
216
|
+
Prompt: "Analyze pipeline metrics for business reporting.
|
|
217
|
+
|
|
218
|
+
Feature directory: {FEATURE_DIR}
|
|
219
|
+
Logs directory: .specify/logs/
|
|
220
|
+
|
|
221
|
+
Read pipeline logs and feature artifacts to produce:
|
|
222
|
+
1. Feature velocity (delivery time for this feature)
|
|
223
|
+
2. Stage duration breakdown
|
|
224
|
+
3. Quality metrics (validation score, iterations)
|
|
225
|
+
4. Cost analysis (token usage)
|
|
226
|
+
5. Portfolio status (active top-level features in .specify/specs/, excluding `_archived/`)
|
|
227
|
+
6. Scope health indicators
|
|
228
|
+
|
|
229
|
+
Return structured report (<2000 tokens)."
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
**Run both agents in parallel.**
|
|
233
|
+
|
|
234
|
+
---
|
|
235
|
+
|
|
236
|
+
## Step 3: Generate Stakeholder Communications
|
|
237
|
+
|
|
238
|
+
Write to `{FEATURE_DIR}/stakeholder-comms.md` using the template at
|
|
239
|
+
`.specify/templates/stakeholder-comms-template.md`.
|
|
240
|
+
|
|
241
|
+
Populate with comms-writer agent findings and the running PR/FAQ/persona
|
|
242
|
+
summaries. Ensure:
|
|
243
|
+
|
|
244
|
+
- **All language is non-technical** — no jargon, no acronyms without explanation
|
|
245
|
+
- **Impact is quantified** — use numbers from problem-brief.md
|
|
246
|
+
- **Demo script is actionable** — someone could run the demo from this document
|
|
247
|
+
- **Change management is realistic** — phased rollout with success criteria
|
|
248
|
+
- **Metrics are tied to problem** — connect back to original business case
|
|
249
|
+
- **The PR/FAQ is preserved** — include a "Product Release PR/FAQ" section or
|
|
250
|
+
direct links to `working-backwards-prfaq.md` and its stage snapshots
|
|
251
|
+
- **Persona summaries are visible** — include links and decision status for
|
|
252
|
+
`business-owner-summary.md`, `cto-architecture-summary.md`, and
|
|
253
|
+
`ciso-security-summary.md`
|
|
254
|
+
|
|
255
|
+
---
|
|
256
|
+
|
|
257
|
+
## Step 4: Generate Business Metrics Dashboard
|
|
258
|
+
|
|
259
|
+
Write to `{FEATURE_DIR}/business-metrics.md` using the template at
|
|
260
|
+
`.specify/templates/business-metrics-template.md`.
|
|
261
|
+
|
|
262
|
+
Populate with business-metrics-analyzer agent findings.
|
|
263
|
+
|
|
264
|
+
---
|
|
265
|
+
|
|
266
|
+
## Step 5: Final Assumption Review
|
|
267
|
+
|
|
268
|
+
Spawn the assumption-tracker agent to do a final review:
|
|
269
|
+
|
|
270
|
+
```
|
|
271
|
+
Task: subagent_type="assumption-tracker", model="haiku"
|
|
272
|
+
Prompt: "Final assumption review for feature [FEATURE_NAME].
|
|
273
|
+
|
|
274
|
+
Feature directory: {FEATURE_DIR}
|
|
275
|
+
|
|
276
|
+
Read assumptions.md and cross-reference against:
|
|
277
|
+
- validation-report.md (did implementation reveal any disproven assumptions?)
|
|
278
|
+
- tasks.md (any tasks that changed because of assumption issues?)
|
|
279
|
+
|
|
280
|
+
Update assumption statuses based on implementation evidence.
|
|
281
|
+
Flag any assumptions that remain UNVALIDATED and could affect launch.
|
|
282
|
+
|
|
283
|
+
Return structured report (<2000 tokens)."
|
|
284
|
+
```
|
|
285
|
+
|
|
286
|
+
### Update Assumptions
|
|
287
|
+
|
|
288
|
+
Based on agent findings, update `{FEATURE_DIR}/assumptions.md`:
|
|
289
|
+
|
|
290
|
+
- Mark assumptions validated by implementation as `VALIDATED`
|
|
291
|
+
- Mark assumptions disproven during development as `DISPROVEN`
|
|
292
|
+
- Flag remaining `UNVALIDATED` assumptions with recommended verification actions
|
|
293
|
+
|
|
294
|
+
---
|
|
295
|
+
|
|
296
|
+
## Step 6: Generate Scope Creep Report (If problem-brief exists)
|
|
297
|
+
|
|
298
|
+
If `{FEATURE_DIR}/problem-brief.md` exists, run scope creep detection:
|
|
299
|
+
|
|
300
|
+
```
|
|
301
|
+
Task: subagent_type="scope-creep-detector", model="haiku"
|
|
302
|
+
Prompt: "Analyze scope creep for feature [FEATURE_NAME].
|
|
303
|
+
|
|
304
|
+
Feature directory: {FEATURE_DIR}
|
|
305
|
+
|
|
306
|
+
Compare the final implementation (tasks.md, spec.md) against the original
|
|
307
|
+
problem brief (problem-brief.md). Calculate scope creep score.
|
|
308
|
+
|
|
309
|
+
Return structured report (<2000 tokens)."
|
|
310
|
+
```
|
|
311
|
+
|
|
312
|
+
If scope creep score > 25%, include a "Scope Evolution" section in the
|
|
313
|
+
stakeholder communications explaining what changed and why.
|
|
314
|
+
|
|
315
|
+
---
|
|
316
|
+
|
|
317
|
+
## Step 7: Completion Summary
|
|
318
|
+
|
|
319
|
+
```
|
|
320
|
+
════════════════════════════════════════════════════════════════
|
|
321
|
+
STAKEHOLDER COMMUNICATIONS COMPLETE: [Feature Name]
|
|
322
|
+
════════════════════════════════════════════════════════════════
|
|
323
|
+
|
|
324
|
+
Deliverables:
|
|
325
|
+
- {FEATURE_DIR}/working-backwards-prfaq.md
|
|
326
|
+
- {FEATURE_DIR}/business-owner-summary.md
|
|
327
|
+
- {FEATURE_DIR}/cto-architecture-summary.md
|
|
328
|
+
- {FEATURE_DIR}/ciso-security-summary.md
|
|
329
|
+
- {FEATURE_DIR}/stakeholder-review-index.md
|
|
330
|
+
- {FEATURE_DIR}/stakeholder-comms.md
|
|
331
|
+
- {FEATURE_DIR}/business-metrics.md
|
|
332
|
+
- {FEATURE_DIR}/assumptions.md (updated)
|
|
333
|
+
|
|
334
|
+
Package includes:
|
|
335
|
+
- Product Release PR/FAQ
|
|
336
|
+
- Executive Summary
|
|
337
|
+
- Business Owner Summary
|
|
338
|
+
- CTO Architecture Summary
|
|
339
|
+
- CISO Security Summary
|
|
340
|
+
- Release Notes (non-technical)
|
|
341
|
+
- Demo Script (5-minute walkthrough)
|
|
342
|
+
- Change Management Brief
|
|
343
|
+
- Success Metrics & KPIs
|
|
344
|
+
- Communication Timeline
|
|
345
|
+
- Business Metrics Dashboard
|
|
346
|
+
- Assumption Status Report
|
|
347
|
+
|
|
348
|
+
Scope Creep Score: [N]% ([Healthy/Warning/Alert])
|
|
349
|
+
Assumptions: [N] validated, [N] unvalidated, [N] disproven
|
|
350
|
+
|
|
351
|
+
════════════════════════════════════════════════════════════════
|
|
352
|
+
FEATURE PIPELINE COMPLETE!
|
|
353
|
+
|
|
354
|
+
Full Pipeline Summary:
|
|
355
|
+
0a. #0a_problem_validation ✓ (Problem validated)
|
|
356
|
+
1. #1_gofer_research ✓ (Codebase + market research)
|
|
357
|
+
2. #2_gofer_specify ✓ (Spec + business summary)
|
|
358
|
+
3. #3_gofer_plan ✓ (Technical architecture)
|
|
359
|
+
4. #4_gofer_tasks ✓ (Task breakdown)
|
|
360
|
+
5. #5_gofer_implement ✓ (Implementation)
|
|
361
|
+
6. #6_gofer_validate ✓ (Quality: [score]/110)
|
|
362
|
+
7a. #7a_stakeholder_comms ✓ (Communications package)
|
|
363
|
+
|
|
364
|
+
The feature is ready for stakeholder review and deployment.
|
|
365
|
+
════════════════════════════════════════════════════════════════
|
|
366
|
+
```
|
|
367
|
+
|
|
368
|
+
---
|
|
369
|
+
|
|
370
|
+
## Marp Presentation Deck (Opt-In; EnterpriseAI Recommended)
|
|
371
|
+
|
|
372
|
+
Marp deck generation is opt-in for the standard Gofer workflow and is
|
|
373
|
+
recommended only for `workflowProfile=enterpriseai`, where stakeholders usually
|
|
374
|
+
need a simple walkthrough. When enabled, generate the general stakeholder deck
|
|
375
|
+
and, for larger changes, the persona deck pack. Skip decks only for small
|
|
376
|
+
docs-only or purely mechanical changes where a short Markdown summary is clearer.
|
|
377
|
+
Release Notes and the Demo Script (5-minute walkthrough) remain core
|
|
378
|
+
deliverables as `release-notes.md` and `demo-script.md`.
|
|
379
|
+
|
|
380
|
+
When a deck is generated, write `{FEATURE_DIR}/presentation.marp.md`. The file
|
|
381
|
+
MUST use Marp frontmatter and the canonical stakeholder slide deck structure:
|
|
382
|
+
|
|
383
|
+
```markdown
|
|
384
|
+
---
|
|
385
|
+
marp: true
|
|
386
|
+
theme: default
|
|
387
|
+
paginate: true
|
|
388
|
+
---
|
|
389
|
+
|
|
390
|
+
# Problem Statement
|
|
391
|
+
|
|
392
|
+
{{problem-statement}}
|
|
393
|
+
|
|
394
|
+
---
|
|
395
|
+
|
|
396
|
+
# EnterpriseAI Solution Overview
|
|
397
|
+
|
|
398
|
+
{{enterpriseai-fit}}
|
|
399
|
+
|
|
400
|
+
---
|
|
401
|
+
|
|
402
|
+
# Architecture Diagram Reference
|
|
403
|
+
|
|
404
|
+
See `plan.md` → architecture section.
|
|
405
|
+
|
|
406
|
+
---
|
|
407
|
+
|
|
408
|
+
# Demo Script Summary
|
|
409
|
+
|
|
410
|
+
See Release Notes and the Demo Script (5-minute walkthrough) above.
|
|
411
|
+
|
|
412
|
+
---
|
|
413
|
+
|
|
414
|
+
# Success Metrics
|
|
415
|
+
|
|
416
|
+
{{success-metrics}}
|
|
417
|
+
```
|
|
418
|
+
|
|
419
|
+
Every section title above (`Problem Statement`,
|
|
420
|
+
`EnterpriseAI Solution Overview`, `Architecture Diagram Reference`,
|
|
421
|
+
`Demo Script Summary`, `Success Metrics`) is mandatory in both the generated
|
|
422
|
+
`presentation.marp.md` and the corresponding
|
|
423
|
+
`.specify/templates/stakeholder-comms-template.md`.
|
|
424
|
+
|
|
425
|
+
### Persona Marp Deck Pack
|
|
426
|
+
|
|
427
|
+
Generate these additional decks under `{FEATURE_DIR}/presentations/`:
|
|
428
|
+
|
|
429
|
+
| Deck | Decision-Rights Audience | Required Focus |
|
|
430
|
+
| ---- | ------------------------ | -------------- |
|
|
431
|
+
| `executive.marp.md` | Executive committee | Strategic value, funding gate, risk appetite |
|
|
432
|
+
| `business.marp.md` | Business owner | User journey, operational value, adoption |
|
|
433
|
+
| `internal-delivery.marp.md` | Delivery lead | Dependency plan, red/green loop, delivery risks |
|
|
434
|
+
| `enterprise-architecture.marp.md` | Enterprise architecture | Platform fit, context bundle, contract pack, reuse decisions |
|
|
435
|
+
| `ciso.marp.md` | CISO | Identity, tenant boundary, controls, residual risk |
|
|
436
|
+
| `data-architecture.marp.md` | Data architecture | Object types, lineage, quality, governance |
|
|
437
|
+
| `cio.marp.md` | CIO | Platform strategy, operating model, reuse roadmap |
|
|
438
|
+
| `cfo.marp.md` | CFO | Investment case, benefit tracking, cost risk |
|
|
439
|
+
| `coo.marp.md` | COO | Process change, rollout readiness, support model |
|
|
440
|
+
| `risk-compliance.marp.md` | Risk/compliance | Obligations, evidence, exceptions, audit trail |
|
|
441
|
+
|
|
442
|
+
Every persona deck MUST include:
|
|
443
|
+
|
|
444
|
+
- Executive Summary.
|
|
445
|
+
- Decision Focus.
|
|
446
|
+
- Problem Statement.
|
|
447
|
+
- EnterpriseAI Solution Overview.
|
|
448
|
+
- AI-Augmented 4-Step Journey for app delivery, or the non-app classification
|
|
449
|
+
rationale when no app is being built.
|
|
450
|
+
- Architecture Diagram Reference with a Mermaid diagram.
|
|
451
|
+
- Context Bundle.
|
|
452
|
+
- Contract Pack.
|
|
453
|
+
- Reuse-Before-Create.
|
|
454
|
+
- Audit History.
|
|
455
|
+
- Red/Green Validation Loop.
|
|
456
|
+
- Demo Script Summary.
|
|
457
|
+
- Success Metrics.
|
|
458
|
+
- Persona-specific value/risk table and controls table.
|
|
459
|
+
|
|
460
|
+
---
|
|
461
|
+
|
|
462
|
+
## Step 7.5: Assemble Stakeholder Visual Pack
|
|
463
|
+
|
|
464
|
+
After all comms artifacts are generated, compose the stakeholder visual pack
|
|
465
|
+
from `{FEATURE_DIR}/visuals/` into a single `stakeholder-pack.md` file. This
|
|
466
|
+
runs in deterministic order (impact-canvas → C4 → value-stream → capability
|
|
467
|
+
heatmap → bounded-context → ERD → risk-heatmap → ROI projection) and skips
|
|
468
|
+
artifacts that were not generated (FR-028, NFR-011, T138).
|
|
469
|
+
|
|
470
|
+
```bash
|
|
471
|
+
node .specify/scripts/node/lib/assemble-stakeholder-pack.mjs $FEATURE_DIR
|
|
472
|
+
```
|
|
473
|
+
|
|
474
|
+
The assembler writes `{FEATURE_DIR}/stakeholder-pack.md` and prints which
|
|
475
|
+
artifacts were included vs. missing so the operator can re-run the relevant
|
|
476
|
+
visual generators if needed.
|
|
477
|
+
|
|
478
|
+
Before presenting the pack, review the included visuals against the visual
|
|
479
|
+
explanation quality gate used by `#6_gofer_validate`:
|
|
480
|
+
|
|
481
|
+
- Each visual answers one stakeholder question and is simple enough to read
|
|
482
|
+
without external docs.
|
|
483
|
+
- Each visual has a plain-language preamble, audience, source inputs, and
|
|
484
|
+
requirement/plan/code/test/EAI evidence links.
|
|
485
|
+
- Each Mermaid/D2/Structurizr-style diagram renders or includes a markdown/text
|
|
486
|
+
fallback; each UI picture has screenshot, Storybook/component, Playwright, or
|
|
487
|
+
equivalent render proof.
|
|
488
|
+
- `presentation.marp.md` should exist for substantive stakeholder-facing
|
|
489
|
+
changes unless the change is small, docs-only, or better explained by a short
|
|
490
|
+
Markdown summary. If skipped, record the reason in `stakeholder-comms.md`.
|
|
491
|
+
- Every human-facing document starts with a three-to-five-bullet executive
|
|
492
|
+
summary that explains the decision, value, risk, evidence, and next ask in
|
|
493
|
+
simple language.
|
|
494
|
+
- Any stale, crowded, private-data-bearing, or untraceable visual is called out
|
|
495
|
+
in `stakeholder-review-index.md` as `revise visuals <artifact>`.
|
|
496
|
+
|
|
497
|
+
---
|
|
498
|
+
|
|
499
|
+
## Step 8: Observability Logging
|
|
500
|
+
|
|
501
|
+
```bash
|
|
502
|
+
.specify/scripts/bash/log-stage.sh 7a_stakeholder_comms --complete --tokens [N] --compactions [N]
|
|
503
|
+
```
|
|
504
|
+
|
|
505
|
+
---
|
|
506
|
+
|
|
507
|
+
## Important Notes
|
|
508
|
+
|
|
509
|
+
- **Every output must be copy-pasteable** — consultants share these as-is
|
|
510
|
+
- **No technical jargon** — write for business executives
|
|
511
|
+
- **Connect to business case** — always reference problem-brief.md impact
|
|
512
|
+
metrics
|
|
513
|
+
- **Be honest about limitations** — known issues build trust
|
|
514
|
+
- **Include timelines** — consultants need to plan around dates
|
|
515
|
+
- **Quantify everything** — numbers > adjectives
|
|
516
|
+
- **Demo script must work** — test it mentally before writing
|