appiq-solution 1.3.3 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/#Tools/APPIQ-METHOD/.bmad-config.json +13 -0
- package/#Tools/APPIQ-METHOD/.cursor/commands/analyze.md +27 -0
- package/#Tools/APPIQ-METHOD/.cursor/commands/appiq.md +27 -0
- package/#Tools/APPIQ-METHOD/.cursor/commands/help.md +27 -0
- package/#Tools/APPIQ-METHOD/.cursor/commands/story.md +27 -0
- package/#Tools/APPIQ-METHOD/CHANGELOG.md +119 -173
- package/#Tools/APPIQ-METHOD/DEVELOPMENT_GUIDE.md +855 -0
- package/#Tools/APPIQ-METHOD/NPM-README.md +138 -0
- package/#Tools/APPIQ-METHOD/SMART_WORKFLOW_GUIDE.md +401 -0
- package/#Tools/APPIQ-METHOD/activate-appiq.js +81 -0
- package/#Tools/APPIQ-METHOD/appiq-solution/README.md +226 -0
- package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-flutter-mobile.yaml +114 -0
- package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-fullstack.yaml +11 -1
- package/#Tools/APPIQ-METHOD/bmad-core/agents/analyst.md +7 -3
- package/#Tools/APPIQ-METHOD/bmad-core/agents/architect.md +6 -0
- package/#Tools/APPIQ-METHOD/bmad-core/agents/bmad-orchestrator.md +0 -84
- package/#Tools/APPIQ-METHOD/bmad-core/agents/bmad-smart-launcher.md +170 -0
- package/#Tools/APPIQ-METHOD/bmad-core/agents/dev.md +31 -12
- package/#Tools/APPIQ-METHOD/bmad-core/agents/pm.md +10 -4
- package/#Tools/APPIQ-METHOD/bmad-core/agents/qa.md +17 -0
- package/#Tools/APPIQ-METHOD/bmad-core/agents/sm.md +8 -3
- package/#Tools/APPIQ-METHOD/bmad-core/agents/ux-expert.md +8 -3
- package/#Tools/APPIQ-METHOD/bmad-core/bmad-core/user-guide.md +0 -0
- package/#Tools/APPIQ-METHOD/bmad-core/checklists/security-validation-checklist.md +332 -0
- package/#Tools/APPIQ-METHOD/bmad-core/data/backend-services-integration.md +686 -0
- package/#Tools/APPIQ-METHOD/bmad-core/data/shadcn-ui-integration.md +388 -0
- package/#Tools/APPIQ-METHOD/bmad-core/data/technical-preferences.md +147 -1
- package/#Tools/APPIQ-METHOD/bmad-core/enhanced-ide-development-workflow.md +43 -0
- package/#Tools/APPIQ-METHOD/bmad-core/tasks/create-flutter-story.md +197 -0
- package/#Tools/APPIQ-METHOD/bmad-core/tasks/intelligent-epic-creation.md +234 -0
- package/#Tools/APPIQ-METHOD/bmad-core/tasks/smart-project-analysis.md +289 -0
- package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-mobile-prd-tmpl.yaml +330 -0
- package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-story-tmpl.yaml +376 -0
- package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-ui-spec-tmpl.yaml +415 -0
- package/#Tools/APPIQ-METHOD/bmad-core/templates/fullstack-architecture-tmpl.yaml +12 -5
- package/#Tools/APPIQ-METHOD/bmad-core/user-guide.md +10 -9
- package/#Tools/APPIQ-METHOD/bmad-core/workflows/brownfield-fullstack.yaml +15 -1
- package/#Tools/APPIQ-METHOD/bmad-core/workflows/greenfield-fullstack.yaml +49 -5
- package/#Tools/APPIQ-METHOD/bmad-core/working-in-the-brownfield.md +56 -44
- package/#Tools/APPIQ-METHOD/commands/README.md +28 -0
- package/#Tools/APPIQ-METHOD/commands/analyze.md +27 -0
- package/#Tools/APPIQ-METHOD/commands/appiq.md +27 -0
- package/#Tools/APPIQ-METHOD/commands/help.md +27 -0
- package/#Tools/APPIQ-METHOD/commands/story.md +27 -0
- package/#Tools/APPIQ-METHOD/dist/agents/bmad-orchestrator.txt +0 -111
- package/#Tools/APPIQ-METHOD/dist/agents/pm.txt +2 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +0 -111
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +0 -111
- package/#Tools/APPIQ-METHOD/dist/teams/team-all.txt +2 -111
- package/#Tools/APPIQ-METHOD/dist/teams/team-fullstack.txt +2 -111
- package/#Tools/APPIQ-METHOD/dist/teams/team-ide-minimal.txt +0 -111
- package/#Tools/APPIQ-METHOD/dist/teams/team-no-ui.txt +2 -111
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -1
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agent-teams/flutter-mobile-team.yaml +23 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-cubit-agent.md +133 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-data-agent.md +160 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-domain-agent.md +153 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-ui-agent.md +122 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/shared-components-agent.md +161 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/checklists/flutter-story-dod-checklist.md +194 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/config.yaml +41 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/data/flutter-development-guidelines.md +551 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/templates/flutter-mobile-architecture-tmpl.yaml +530 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/workflows/flutter-ui-first-development.yaml +220 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
- package/#Tools/APPIQ-METHOD/install-appiq.sh +41 -0
- package/#Tools/APPIQ-METHOD/package-lock.json +631 -0
- package/#Tools/APPIQ-METHOD/package.json +20 -69
- package/#Tools/APPIQ-METHOD/tasks/todo.md +275 -0
- package/#Tools/APPIQ-METHOD/tools/appiq-installer.js +2714 -0
- package/#Tools/APPIQ-METHOD/tools/bmad-npx-wrapper.js +5 -7
- package/#Tools/APPIQ-METHOD/tools/cli.js +3 -3
- package/#Tools/APPIQ-METHOD/tools/epic-solution-installer.js +538 -0
- package/#Tools/APPIQ-METHOD/tools/flattener/main.js +570 -0
- package/#Tools/APPIQ-METHOD/tools/installer/bin/bmad.js +15 -14
- package/#Tools/APPIQ-METHOD/tools/installer/lib/installer.js +28 -2
- package/#Tools/APPIQ-METHOD/tools/installer/package-lock.json +906 -0
- package/#Tools/APPIQ-METHOD/tools/installer/package.json +1 -1
- package/#Tools/APPIQ-METHOD/tools/setup-ide-commands.js +345 -0
- package/#Tools/APPIQ-METHOD/tools/smart-installer.js +589 -0
- package/package.json +20 -69
- package/tools/appiq-installer.js +2714 -0
- package/tools/bmad-npx-wrapper.js +5 -7
- package/tools/cli.js +3 -3
- package/tools/epic-solution-installer.js +538 -0
- package/tools/flattener/main.js +570 -0
- package/tools/installer/bin/bmad.js +15 -14
- package/tools/installer/lib/installer.js +28 -2
- package/tools/installer/package-lock.json +89 -89
- package/tools/installer/package.json +1 -1
- package/tools/setup-ide-commands.js +345 -0
- package/tools/smart-installer.js +589 -0
- package/#Tools/APPIQ-METHOD/appiq_start.md +0 -232
- package/#Tools/APPIQ-METHOD/deployment/DEPLOYMENT_GUIDE.md +0 -426
- package/#Tools/APPIQ-METHOD/deployment/GITHUB_RELEASE_GUIDE.md +0 -326
- package/#Tools/APPIQ-METHOD/deployment/README.md +0 -331
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-all.yaml +0 -14
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-fullstack.yaml +0 -18
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-ide-minimal.yaml +0 -10
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-no-ui.yaml +0 -13
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/analyst.md +0 -81
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/architect.md +0 -84
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/bmad-master.md +0 -108
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/bmad-orchestrator.md +0 -234
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/dev.md +0 -76
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/pm.md +0 -79
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/po.md +0 -76
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/qa.md +0 -69
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/sm.md +0 -62
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/ux-expert.md +0 -66
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/architect-checklist.md +0 -443
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/change-checklist.md +0 -182
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/pm-checklist.md +0 -375
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/po-master-checklist.md +0 -441
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/story-dod-checklist.md +0 -101
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/story-draft-checklist.md +0 -156
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/bmad-kb.md +0 -803
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/brainstorming-techniques.md +0 -36
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/elicitation-methods.md +0 -134
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/technical-preferences.md +0 -3
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/advanced-elicitation.md +0 -117
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/brownfield-create-epic.md +0 -160
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/brownfield-create-story.md +0 -147
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/correct-course.md +0 -70
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-brownfield-story.md +0 -304
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-deep-research-prompt.md +0 -289
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-next-story.md +0 -112
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/document-project.md +0 -341
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/facilitate-brainstorming-session.md +0 -136
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/generate-ai-frontend-prompt.md +0 -51
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/index-docs.md +0 -179
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/kb-mode-interaction.md +0 -75
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/review-story.md +0 -145
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/shard-doc.md +0 -187
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/validate-next-story.md +0 -134
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/architecture-tmpl.yaml +0 -650
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brainstorming-output-tmpl.yaml +0 -156
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brownfield-architecture-tmpl.yaml +0 -476
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brownfield-prd-tmpl.yaml +0 -280
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/competitor-analysis-tmpl.yaml +0 -293
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/front-end-architecture-tmpl.yaml +0 -206
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/front-end-spec-tmpl.yaml +0 -349
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/fullstack-architecture-tmpl.yaml +0 -805
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/market-research-tmpl.yaml +0 -252
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/prd-tmpl.yaml +0 -202
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/project-brief-tmpl.yaml +0 -221
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/story-tmpl.yaml +0 -137
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/user-guide.md +0 -250
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-fullstack.yaml +0 -297
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-service.yaml +0 -187
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-ui.yaml +0 -197
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-fullstack.yaml +0 -240
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-service.yaml +0 -206
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-ui.yaml +0 -235
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/working-in-the-brownfield.md +0 -361
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/README.md +0 -3
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +0 -13
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +0 -71
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +0 -78
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +0 -64
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +0 -201
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +0 -160
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +0 -8
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +0 -254
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +0 -651
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +0 -111
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +0 -216
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +0 -308
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +0 -613
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +0 -356
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +0 -343
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +0 -253
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +0 -484
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +0 -183
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +0 -175
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +0 -14
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +0 -80
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +0 -77
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +0 -78
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +0 -65
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +0 -396
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +0 -203
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +0 -201
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +0 -132
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/config.yaml +0 -6
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +0 -776
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +0 -590
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +0 -111
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +0 -151
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +0 -184
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +0 -308
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +0 -200
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +0 -1030
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +0 -356
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +0 -705
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +0 -256
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +0 -484
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +0 -183
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +0 -175
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/README.md +0 -147
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +0 -71
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +0 -484
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/config.yaml +0 -9
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +0 -308
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +0 -160
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +0 -154
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +0 -424
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +0 -629
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-cross-platform.yaml +0 -22
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-flutter.yaml +0 -20
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-minimal.yaml +0 -13
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-react-native.yaml +0 -20
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.md +0 -1487
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.md +0 -279
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.md +0 -649
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.md +0 -339
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.md +0 -622
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.md +0 -1027
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.md +0 -1451
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/checklists/mobile-development-checklist.md +0 -490
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/config.yaml +0 -54
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/data/bmad-kb.md +0 -292
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/data/flutter-development-guidelines.md +0 -483
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/tasks/existing-app-analysis.md +0 -645
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/tasks/platform-selection.md +0 -489
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/templates/mobile-architecture-tmpl.yaml +0 -437
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/templates/mobile-prd-tmpl.yaml +0 -408
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-app-development-init.yaml +0 -555
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-flutter.yaml +0 -336
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-react-native.yaml +0 -345
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-flutter.yaml +0 -281
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-react-native.yaml +0 -283
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-platform-selection.yaml +0 -404
- package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/appiq.md +0 -273
- package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/claude-appiq.md +0 -294
- package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/cursor-appiq.md +0 -516
- package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/universal-appiq.md +0 -448
- package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/windsurf-appiq.md +0 -698
- package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/start.md +0 -211
- package/#Tools/APPIQ-METHOD/deployment/build-release.sh +0 -449
- package/#Tools/APPIQ-METHOD/deployment/create-release.sh +0 -196
- package/#Tools/APPIQ-METHOD/deployment/dist/appiq_installer.sh +0 -678
- package/#Tools/APPIQ-METHOD/deployment/docs/main_prd.md +0 -36
- package/#Tools/APPIQ-METHOD/deployment/init_appiq.sh +0 -805
- package/#Tools/APPIQ-METHOD/deployment/init_appiq_v2.sh +0 -678
- package/#Tools/APPIQ-METHOD/deployment/installers/appiq-global.sh +0 -91
- package/#Tools/APPIQ-METHOD/deployment/installers/claude-integration.sh +0 -281
- package/#Tools/APPIQ-METHOD/deployment/installers/cursor-integration.sh +0 -257
- package/#Tools/APPIQ-METHOD/deployment/installers/terminal-integration.sh +0 -645
- package/#Tools/APPIQ-METHOD/deployment/installers/windsurf-integration.sh +0 -350
- package/#Tools/APPIQ-METHOD/deployment/package-v2.sh +0 -97
- package/#Tools/APPIQ-METHOD/deployment/package.sh +0 -363
- package/#Tools/APPIQ-METHOD/deployment/quick-install.sh +0 -57
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.txt +0 -1530
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.txt +0 -322
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.txt +0 -692
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.txt +0 -382
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.txt +0 -665
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.txt +0 -1070
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.txt +0 -1494
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/teams/mobile-team-cross-platform.txt +0 -15613
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-cross-platform.yaml +0 -22
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-flutter.yaml +0 -20
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-minimal.yaml +0 -13
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-react-native.yaml +0 -20
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.md +0 -1487
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.md +0 -279
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.md +0 -649
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.md +0 -339
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.md +0 -622
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.md +0 -1027
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.md +0 -1451
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/checklists/mobile-development-checklist.md +0 -490
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/config.yaml +0 -54
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/data/bmad-kb.md +0 -292
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/data/flutter-development-guidelines.md +0 -483
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/tasks/existing-app-analysis.md +0 -645
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/tasks/platform-selection.md +0 -489
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/templates/mobile-architecture-tmpl.yaml +0 -437
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/templates/mobile-prd-tmpl.yaml +0 -408
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-app-development-init.yaml +0 -555
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-flutter.yaml +0 -336
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-react-native.yaml +0 -345
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-flutter.yaml +0 -281
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-react-native.yaml +0 -283
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-platform-selection.yaml +0 -404
- package/#Tools/APPIQ-METHOD/package-bmad-backup.json +0 -78
- package/#Tools/APPIQ-METHOD/slash-commands/appiq.md +0 -273
- package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/claude-appiq.md +0 -294
- package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/cursor-appiq.md +0 -516
- package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/universal-appiq.md +0 -448
- package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/windsurf-appiq.md +0 -698
- package/#Tools/APPIQ-METHOD/slash-commands/start.md +0 -211
- /package/#Tools/APPIQ-METHOD/{deployment/build/bmad-core/core-config.yaml → bmad-core/core-config.yaml.bak} +0 -0
@@ -1,424 +0,0 @@
|
|
1
|
-
template:
|
2
|
-
id: infrastructure-architecture-template-v2
|
3
|
-
name: Infrastructure Architecture
|
4
|
-
version: 2.0
|
5
|
-
output:
|
6
|
-
format: markdown
|
7
|
-
filename: docs/infrastructure-architecture.md
|
8
|
-
title: "{{project_name}} Infrastructure Architecture"
|
9
|
-
|
10
|
-
workflow:
|
11
|
-
mode: interactive
|
12
|
-
elicitation: advanced-elicitation
|
13
|
-
custom_elicitation:
|
14
|
-
title: "Infrastructure Architecture Elicitation Actions"
|
15
|
-
sections:
|
16
|
-
- id: infrastructure-overview
|
17
|
-
options:
|
18
|
-
- "Multi-Cloud Strategy Analysis - Evaluate cloud provider options and vendor lock-in considerations"
|
19
|
-
- "Regional Distribution Planning - Analyze latency requirements and data residency needs"
|
20
|
-
- "Environment Isolation Strategy - Design security boundaries and resource segregation"
|
21
|
-
- "Scalability Patterns Review - Assess auto-scaling needs and traffic patterns"
|
22
|
-
- "Compliance Requirements Analysis - Review regulatory and security compliance needs"
|
23
|
-
- "Cost-Benefit Analysis - Compare infrastructure options and TCO"
|
24
|
-
- "Proceed to next section"
|
25
|
-
|
26
|
-
sections:
|
27
|
-
- id: initial-setup
|
28
|
-
instruction: |
|
29
|
-
Initial Setup
|
30
|
-
|
31
|
-
1. Replace {{project_name}} with the actual project name throughout the document
|
32
|
-
2. Gather and review required inputs:
|
33
|
-
- Product Requirements Document (PRD) - Required for business needs and scale requirements
|
34
|
-
- Main System Architecture - Required for infrastructure dependencies
|
35
|
-
- Technical Preferences/Tech Stack Document - Required for technology choices
|
36
|
-
- PRD Technical Assumptions - Required for cross-referencing repository and service architecture
|
37
|
-
|
38
|
-
If any required documents are missing, ask user: "I need the following documents to create a comprehensive infrastructure architecture: [list missing]. Would you like to proceed with available information or provide the missing documents first?"
|
39
|
-
|
40
|
-
3. <critical_rule>Cross-reference with PRD Technical Assumptions to ensure infrastructure decisions align with repository and service architecture decisions made in the system architecture.</critical_rule>
|
41
|
-
|
42
|
-
Output file location: `docs/infrastructure-architecture.md`
|
43
|
-
|
44
|
-
- id: infrastructure-overview
|
45
|
-
title: Infrastructure Overview
|
46
|
-
instruction: |
|
47
|
-
Review the product requirements document to understand business needs and scale requirements. Analyze the main system architecture to identify infrastructure dependencies. Document non-functional requirements (performance, scalability, reliability, security). Cross-reference with PRD Technical Assumptions to ensure alignment with repository and service architecture decisions.
|
48
|
-
elicit: true
|
49
|
-
custom_elicitation: infrastructure-overview
|
50
|
-
template: |
|
51
|
-
- Cloud Provider(s)
|
52
|
-
- Core Services & Resources
|
53
|
-
- Regional Architecture
|
54
|
-
- Multi-environment Strategy
|
55
|
-
examples:
|
56
|
-
- |
|
57
|
-
- **Cloud Provider:** AWS (primary), with multi-cloud capability for critical services
|
58
|
-
- **Core Services:** EKS for container orchestration, RDS for databases, S3 for storage, CloudFront for CDN
|
59
|
-
- **Regional Architecture:** Multi-region active-passive with primary in us-east-1, DR in us-west-2
|
60
|
-
- **Multi-environment Strategy:** Development, Staging, UAT, Production with identical infrastructure patterns
|
61
|
-
|
62
|
-
- id: iac
|
63
|
-
title: Infrastructure as Code (IaC)
|
64
|
-
instruction: Define IaC approach based on technical preferences and existing patterns. Consider team expertise, tooling ecosystem, and maintenance requirements.
|
65
|
-
template: |
|
66
|
-
- Tools & Frameworks
|
67
|
-
- Repository Structure
|
68
|
-
- State Management
|
69
|
-
- Dependency Management
|
70
|
-
|
71
|
-
<critical_rule>All infrastructure must be defined as code. No manual resource creation in production environments.</critical_rule>
|
72
|
-
|
73
|
-
- id: environment-configuration
|
74
|
-
title: Environment Configuration
|
75
|
-
instruction: Design environment strategy that supports the development workflow while maintaining security and cost efficiency. Reference the Environment Transition Strategy section for promotion details.
|
76
|
-
template: |
|
77
|
-
- Environment Promotion Strategy
|
78
|
-
- Configuration Management
|
79
|
-
- Secret Management
|
80
|
-
- Feature Flag Integration
|
81
|
-
sections:
|
82
|
-
- id: environments
|
83
|
-
repeatable: true
|
84
|
-
title: "{{environment_name}} Environment"
|
85
|
-
template: |
|
86
|
-
- **Purpose:** {{environment_purpose}}
|
87
|
-
- **Resources:** {{environment_resources}}
|
88
|
-
- **Access Control:** {{environment_access}}
|
89
|
-
- **Data Classification:** {{environment_data_class}}
|
90
|
-
|
91
|
-
- id: environment-transition
|
92
|
-
title: Environment Transition Strategy
|
93
|
-
instruction: Detail the complete lifecycle of code and configuration changes from development to production. Include governance, testing gates, and rollback procedures.
|
94
|
-
template: |
|
95
|
-
- Development to Production Pipeline
|
96
|
-
- Deployment Stages and Gates
|
97
|
-
- Approval Workflows and Authorities
|
98
|
-
- Rollback Procedures
|
99
|
-
- Change Cadence and Release Windows
|
100
|
-
- Environment-Specific Configuration Management
|
101
|
-
|
102
|
-
- id: network-architecture
|
103
|
-
title: Network Architecture
|
104
|
-
instruction: |
|
105
|
-
Design network topology considering security zones, traffic patterns, and compliance requirements. Reference main architecture for service communication patterns.
|
106
|
-
|
107
|
-
Create Mermaid diagram showing:
|
108
|
-
- VPC/Network structure
|
109
|
-
- Security zones and boundaries
|
110
|
-
- Traffic flow patterns
|
111
|
-
- Load balancer placement
|
112
|
-
- Service mesh topology (if applicable)
|
113
|
-
template: |
|
114
|
-
- VPC/VNET Design
|
115
|
-
- Subnet Strategy
|
116
|
-
- Security Groups & NACLs
|
117
|
-
- Load Balancers & API Gateways
|
118
|
-
- Service Mesh (if applicable)
|
119
|
-
sections:
|
120
|
-
- id: network-diagram
|
121
|
-
type: mermaid
|
122
|
-
mermaid_type: graph
|
123
|
-
template: |
|
124
|
-
graph TB
|
125
|
-
subgraph "Production VPC"
|
126
|
-
subgraph "Public Subnets"
|
127
|
-
ALB[Application Load Balancer]
|
128
|
-
end
|
129
|
-
subgraph "Private Subnets"
|
130
|
-
EKS[EKS Cluster]
|
131
|
-
RDS[(RDS Database)]
|
132
|
-
end
|
133
|
-
end
|
134
|
-
Internet((Internet)) --> ALB
|
135
|
-
ALB --> EKS
|
136
|
-
EKS --> RDS
|
137
|
-
- id: service-mesh
|
138
|
-
title: Service Mesh Architecture
|
139
|
-
condition: Uses service mesh
|
140
|
-
template: |
|
141
|
-
- **Mesh Technology:** {{service_mesh_tech}}
|
142
|
-
- **Traffic Management:** {{traffic_policies}}
|
143
|
-
- **Security Policies:** {{mesh_security}}
|
144
|
-
- **Observability Integration:** {{mesh_observability}}
|
145
|
-
|
146
|
-
- id: compute-resources
|
147
|
-
title: Compute Resources
|
148
|
-
instruction: Select compute strategy based on application architecture (microservices, serverless, monolithic). Consider cost, scalability, and operational complexity.
|
149
|
-
template: |
|
150
|
-
- Container Strategy
|
151
|
-
- Serverless Architecture
|
152
|
-
- VM/Instance Configuration
|
153
|
-
- Auto-scaling Approach
|
154
|
-
sections:
|
155
|
-
- id: kubernetes
|
156
|
-
title: Kubernetes Architecture
|
157
|
-
condition: Uses Kubernetes
|
158
|
-
template: |
|
159
|
-
- **Cluster Configuration:** {{k8s_cluster_config}}
|
160
|
-
- **Node Groups:** {{k8s_node_groups}}
|
161
|
-
- **Networking:** {{k8s_networking}}
|
162
|
-
- **Storage Classes:** {{k8s_storage}}
|
163
|
-
- **Security Policies:** {{k8s_security}}
|
164
|
-
|
165
|
-
- id: data-resources
|
166
|
-
title: Data Resources
|
167
|
-
instruction: |
|
168
|
-
Design data infrastructure based on data architecture from main system design. Consider data volumes, access patterns, compliance, and recovery requirements.
|
169
|
-
|
170
|
-
Create data flow diagram showing:
|
171
|
-
- Database topology
|
172
|
-
- Replication patterns
|
173
|
-
- Backup flows
|
174
|
-
- Data migration paths
|
175
|
-
template: |
|
176
|
-
- Database Deployment Strategy
|
177
|
-
- Backup & Recovery
|
178
|
-
- Replication & Failover
|
179
|
-
- Data Migration Strategy
|
180
|
-
|
181
|
-
- id: security-architecture
|
182
|
-
title: Security Architecture
|
183
|
-
instruction: Implement defense-in-depth strategy. Reference security requirements from PRD and compliance needs. Consider zero-trust principles where applicable.
|
184
|
-
template: |
|
185
|
-
- IAM & Authentication
|
186
|
-
- Network Security
|
187
|
-
- Data Encryption
|
188
|
-
- Compliance Controls
|
189
|
-
- Security Scanning & Monitoring
|
190
|
-
|
191
|
-
<critical_rule>Apply principle of least privilege for all access controls. Document all security exceptions with business justification.</critical_rule>
|
192
|
-
|
193
|
-
- id: shared-responsibility
|
194
|
-
title: Shared Responsibility Model
|
195
|
-
instruction: Clearly define boundaries between cloud provider, platform team, development team, and security team responsibilities. This is critical for operational success.
|
196
|
-
template: |
|
197
|
-
- Cloud Provider Responsibilities
|
198
|
-
- Platform Team Responsibilities
|
199
|
-
- Development Team Responsibilities
|
200
|
-
- Security Team Responsibilities
|
201
|
-
- Operational Monitoring Ownership
|
202
|
-
- Incident Response Accountability Matrix
|
203
|
-
examples:
|
204
|
-
- |
|
205
|
-
| Component | Cloud Provider | Platform Team | Dev Team | Security Team |
|
206
|
-
| -------------------- | -------------- | ------------- | -------------- | ------------- |
|
207
|
-
| Physical Security | ✓ | - | - | Audit |
|
208
|
-
| Network Security | Partial | ✓ | Config | Audit |
|
209
|
-
| Application Security | - | Tools | ✓ | Review |
|
210
|
-
| Data Encryption | Engine | Config | Implementation | Standards |
|
211
|
-
|
212
|
-
- id: monitoring-observability
|
213
|
-
title: Monitoring & Observability
|
214
|
-
instruction: Design comprehensive observability strategy covering metrics, logs, traces, and business KPIs. Ensure alignment with SLA/SLO requirements.
|
215
|
-
template: |
|
216
|
-
- Metrics Collection
|
217
|
-
- Logging Strategy
|
218
|
-
- Tracing Implementation
|
219
|
-
- Alerting & Incident Response
|
220
|
-
- Dashboards & Visualization
|
221
|
-
|
222
|
-
- id: cicd-pipeline
|
223
|
-
title: CI/CD Pipeline
|
224
|
-
instruction: |
|
225
|
-
Design deployment pipeline that balances speed with safety. Include progressive deployment strategies and automated quality gates.
|
226
|
-
|
227
|
-
Create pipeline diagram showing:
|
228
|
-
- Build stages
|
229
|
-
- Test gates
|
230
|
-
- Deployment stages
|
231
|
-
- Approval points
|
232
|
-
- Rollback triggers
|
233
|
-
template: |
|
234
|
-
- Pipeline Architecture
|
235
|
-
- Build Process
|
236
|
-
- Deployment Strategy
|
237
|
-
- Rollback Procedures
|
238
|
-
- Approval Gates
|
239
|
-
sections:
|
240
|
-
- id: progressive-deployment
|
241
|
-
title: Progressive Deployment Strategy
|
242
|
-
condition: Uses progressive deployment
|
243
|
-
template: |
|
244
|
-
- **Canary Deployment:** {{canary_config}}
|
245
|
-
- **Blue-Green Deployment:** {{blue_green_config}}
|
246
|
-
- **Feature Flags:** {{feature_flag_integration}}
|
247
|
-
- **Traffic Splitting:** {{traffic_split_rules}}
|
248
|
-
|
249
|
-
- id: disaster-recovery
|
250
|
-
title: Disaster Recovery
|
251
|
-
instruction: Design DR strategy based on business continuity requirements. Define clear RTO/RPO targets and ensure they align with business needs.
|
252
|
-
template: |
|
253
|
-
- Backup Strategy
|
254
|
-
- Recovery Procedures
|
255
|
-
- RTO & RPO Targets
|
256
|
-
- DR Testing Approach
|
257
|
-
|
258
|
-
<critical_rule>DR procedures must be tested at least quarterly. Document test results and improvement actions.</critical_rule>
|
259
|
-
|
260
|
-
- id: cost-optimization
|
261
|
-
title: Cost Optimization
|
262
|
-
instruction: Balance cost efficiency with performance and reliability requirements. Include both immediate optimizations and long-term strategies.
|
263
|
-
template: |
|
264
|
-
- Resource Sizing Strategy
|
265
|
-
- Reserved Instances/Commitments
|
266
|
-
- Cost Monitoring & Reporting
|
267
|
-
- Optimization Recommendations
|
268
|
-
|
269
|
-
- id: bmad-integration
|
270
|
-
title: BMad Integration Architecture
|
271
|
-
instruction: Design infrastructure to specifically support other BMad agents and their workflows. This ensures the infrastructure enables the entire BMad methodology.
|
272
|
-
sections:
|
273
|
-
- id: dev-agent-support
|
274
|
-
title: Development Agent Support
|
275
|
-
template: |
|
276
|
-
- Container platform for development environments
|
277
|
-
- GitOps workflows for application deployment
|
278
|
-
- Service mesh integration for development testing
|
279
|
-
- Developer self-service platform capabilities
|
280
|
-
- id: product-architecture-alignment
|
281
|
-
title: Product & Architecture Alignment
|
282
|
-
template: |
|
283
|
-
- Infrastructure implementing PRD scalability requirements
|
284
|
-
- Deployment automation supporting product iteration speed
|
285
|
-
- Service reliability meeting product SLAs
|
286
|
-
- Architecture patterns properly implemented in infrastructure
|
287
|
-
- id: cross-agent-integration
|
288
|
-
title: Cross-Agent Integration Points
|
289
|
-
template: |
|
290
|
-
- CI/CD pipelines supporting Frontend, Backend, and Full Stack development workflows
|
291
|
-
- Monitoring and observability data accessible to QA and DevOps agents
|
292
|
-
- Infrastructure enabling Design Architect's UI/UX performance requirements
|
293
|
-
- Platform supporting Analyst's data collection and analysis needs
|
294
|
-
|
295
|
-
- id: feasibility-review
|
296
|
-
title: DevOps/Platform Feasibility Review
|
297
|
-
instruction: |
|
298
|
-
CRITICAL STEP - Present architectural blueprint summary to DevOps/Platform Engineering Agent for feasibility review. Request specific feedback on:
|
299
|
-
|
300
|
-
- **Operational Complexity:** Are the proposed patterns implementable with current tooling and expertise?
|
301
|
-
- **Resource Constraints:** Do infrastructure requirements align with available resources and budgets?
|
302
|
-
- **Security Implementation:** Are security patterns achievable with current security toolchain?
|
303
|
-
- **Operational Overhead:** Will the proposed architecture create excessive operational burden?
|
304
|
-
- **Technology Constraints:** Are selected technologies compatible with existing infrastructure?
|
305
|
-
|
306
|
-
Document all feasibility feedback and concerns raised. Iterate on architectural decisions based on operational constraints and feedback.
|
307
|
-
|
308
|
-
<critical_rule>Address all critical feasibility concerns before proceeding to final architecture documentation. If critical blockers identified, revise architecture before continuing.</critical_rule>
|
309
|
-
sections:
|
310
|
-
- id: feasibility-results
|
311
|
-
title: Feasibility Assessment Results
|
312
|
-
template: |
|
313
|
-
- **Green Light Items:** {{feasible_items}}
|
314
|
-
- **Yellow Light Items:** {{items_needing_adjustment}}
|
315
|
-
- **Red Light Items:** {{items_requiring_redesign}}
|
316
|
-
- **Mitigation Strategies:** {{mitigation_plans}}
|
317
|
-
|
318
|
-
- id: infrastructure-verification
|
319
|
-
title: Infrastructure Verification
|
320
|
-
sections:
|
321
|
-
- id: validation-framework
|
322
|
-
title: Validation Framework
|
323
|
-
content: |
|
324
|
-
This infrastructure architecture will be validated using the comprehensive `infrastructure-checklist.md`, with particular focus on Section 12: Architecture Documentation Validation. The checklist ensures:
|
325
|
-
|
326
|
-
- Completeness of architecture documentation
|
327
|
-
- Consistency with broader system architecture
|
328
|
-
- Appropriate level of detail for different stakeholders
|
329
|
-
- Clear implementation guidance
|
330
|
-
- Future evolution considerations
|
331
|
-
- id: validation-process
|
332
|
-
title: Validation Process
|
333
|
-
content: |
|
334
|
-
The architecture documentation validation should be performed:
|
335
|
-
|
336
|
-
- After initial architecture development
|
337
|
-
- After significant architecture changes
|
338
|
-
- Before major implementation phases
|
339
|
-
- During periodic architecture reviews
|
340
|
-
|
341
|
-
The Platform Engineer should use the infrastructure checklist to systematically validate all aspects of this architecture document.
|
342
|
-
|
343
|
-
- id: implementation-handoff
|
344
|
-
title: Implementation Handoff
|
345
|
-
instruction: Create structured handoff documentation for implementation team. This ensures architecture decisions are properly communicated and implemented.
|
346
|
-
sections:
|
347
|
-
- id: adrs
|
348
|
-
title: Architecture Decision Records (ADRs)
|
349
|
-
content: |
|
350
|
-
Create ADRs for key infrastructure decisions:
|
351
|
-
|
352
|
-
- Cloud provider selection rationale
|
353
|
-
- Container orchestration platform choice
|
354
|
-
- Networking architecture decisions
|
355
|
-
- Security implementation choices
|
356
|
-
- Cost optimization trade-offs
|
357
|
-
- id: implementation-validation
|
358
|
-
title: Implementation Validation Criteria
|
359
|
-
content: |
|
360
|
-
Define specific criteria for validating correct implementation:
|
361
|
-
|
362
|
-
- Infrastructure as Code quality gates
|
363
|
-
- Security compliance checkpoints
|
364
|
-
- Performance benchmarks
|
365
|
-
- Cost targets
|
366
|
-
- Operational readiness criteria
|
367
|
-
- id: knowledge-transfer
|
368
|
-
title: Knowledge Transfer Requirements
|
369
|
-
template: |
|
370
|
-
- Technical documentation for operations team
|
371
|
-
- Runbook creation requirements
|
372
|
-
- Training needs for platform team
|
373
|
-
- Handoff meeting agenda items
|
374
|
-
|
375
|
-
- id: infrastructure-evolution
|
376
|
-
title: Infrastructure Evolution
|
377
|
-
instruction: Document the long-term vision and evolution path for the infrastructure. Consider technology trends, anticipated growth, and technical debt management.
|
378
|
-
template: |
|
379
|
-
- Technical Debt Inventory
|
380
|
-
- Planned Upgrades and Migrations
|
381
|
-
- Deprecation Schedule
|
382
|
-
- Technology Roadmap
|
383
|
-
- Capacity Planning
|
384
|
-
- Scalability Considerations
|
385
|
-
|
386
|
-
- id: app-integration
|
387
|
-
title: Integration with Application Architecture
|
388
|
-
instruction: Map infrastructure components to application services. Ensure infrastructure design supports application requirements and patterns defined in main architecture.
|
389
|
-
template: |
|
390
|
-
- Service-to-Infrastructure Mapping
|
391
|
-
- Application Dependency Matrix
|
392
|
-
- Performance Requirements Implementation
|
393
|
-
- Security Requirements Implementation
|
394
|
-
- Data Flow to Infrastructure Correlation
|
395
|
-
- API Gateway and Service Mesh Integration
|
396
|
-
|
397
|
-
- id: cross-team-collaboration
|
398
|
-
title: Cross-Team Collaboration
|
399
|
-
instruction: Define clear interfaces and communication patterns between teams. This section is critical for operational success and should include specific touchpoints and escalation paths.
|
400
|
-
template: |
|
401
|
-
- Platform Engineer and Developer Touchpoints
|
402
|
-
- Frontend/Backend Integration Requirements
|
403
|
-
- Product Requirements to Infrastructure Mapping
|
404
|
-
- Architecture Decision Impact Analysis
|
405
|
-
- Design Architect UI/UX Infrastructure Requirements
|
406
|
-
- Analyst Research Integration
|
407
|
-
|
408
|
-
- id: change-management
|
409
|
-
title: Infrastructure Change Management
|
410
|
-
instruction: Define structured process for infrastructure changes. Include risk assessment, testing requirements, and rollback procedures.
|
411
|
-
template: |
|
412
|
-
- Change Request Process
|
413
|
-
- Risk Assessment
|
414
|
-
- Testing Strategy
|
415
|
-
- Validation Procedures
|
416
|
-
|
417
|
-
- id: final-review
|
418
|
-
instruction: Final Review - Ensure all sections are complete and consistent. Verify feasibility review was conducted and all concerns addressed. Apply final validation against infrastructure checklist.
|
419
|
-
content: |
|
420
|
-
---
|
421
|
-
|
422
|
-
_Document Version: 1.0_
|
423
|
-
_Last Updated: {{current_date}}_
|
424
|
-
_Next Review: {{review_date}}_
|