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,175 +0,0 @@
|
|
1
|
-
workflow:
|
2
|
-
id: unity-game-prototype
|
3
|
-
name: Game Prototype Development (Unity)
|
4
|
-
description: Fast-track workflow for rapid game prototyping and concept validation. Optimized for game jams, proof-of-concept development, and quick iteration on game mechanics using Unity and C#.
|
5
|
-
type: prototype
|
6
|
-
project_types:
|
7
|
-
- game-jam
|
8
|
-
- proof-of-concept
|
9
|
-
- mechanic-test
|
10
|
-
- technical-demo
|
11
|
-
- learning-project
|
12
|
-
- rapid-iteration
|
13
|
-
prototype_sequence:
|
14
|
-
- step: concept_definition
|
15
|
-
agent: game-designer
|
16
|
-
duration: 15-30 minutes
|
17
|
-
creates: concept-summary.md
|
18
|
-
notes: Quickly define core game concept, primary mechanic, and target experience. Focus on what makes this game unique and fun.
|
19
|
-
- step: rapid_design
|
20
|
-
agent: game-designer
|
21
|
-
duration: 30-60 minutes
|
22
|
-
creates: prototype-spec.md
|
23
|
-
requires: concept-summary.md
|
24
|
-
optional_steps:
|
25
|
-
- quick_brainstorming
|
26
|
-
- reference_research
|
27
|
-
notes: Create minimal but complete design specification. Focus on core mechanics, basic controls, and success/failure conditions.
|
28
|
-
- step: technical_planning
|
29
|
-
agent: game-developer
|
30
|
-
duration: 15-30 minutes
|
31
|
-
creates: prototype-architecture.md
|
32
|
-
requires: prototype-spec.md
|
33
|
-
notes: Define minimal technical implementation plan. Identify core Unity systems needed and performance constraints.
|
34
|
-
- step: implementation_stories
|
35
|
-
agent: game-sm
|
36
|
-
duration: 30-45 minutes
|
37
|
-
creates: prototype-stories/
|
38
|
-
requires: prototype-spec.md, prototype-architecture.md
|
39
|
-
notes: Create 3-5 focused implementation stories for core prototype features. Each story should be completable in 2-4 hours.
|
40
|
-
- step: iterative_development
|
41
|
-
agent: game-developer
|
42
|
-
duration: varies
|
43
|
-
implements: prototype-stories/
|
44
|
-
notes: Implement stories in priority order. Test frequently in the Unity Editor and adjust design based on what feels fun. Document discoveries.
|
45
|
-
workflow_end:
|
46
|
-
action: prototype_evaluation
|
47
|
-
notes: 'Prototype complete. Evaluate core mechanics, gather feedback, and decide next steps: iterate, expand, or archive.'
|
48
|
-
game_jam_sequence:
|
49
|
-
- step: jam_concept
|
50
|
-
agent: game-designer
|
51
|
-
duration: 10-15 minutes
|
52
|
-
creates: jam-concept.md
|
53
|
-
notes: Define game concept based on jam theme. One sentence core mechanic, basic controls, win condition.
|
54
|
-
- step: jam_implementation
|
55
|
-
agent: game-developer
|
56
|
-
duration: varies (jam timeline)
|
57
|
-
creates: working-prototype
|
58
|
-
requires: jam-concept.md
|
59
|
-
notes: Directly implement core mechanic in Unity. No formal stories - iterate rapidly on what's fun. Document major decisions.
|
60
|
-
jam_workflow_end:
|
61
|
-
action: jam_submission
|
62
|
-
notes: Submit to game jam. Capture lessons learned and consider post-jam development if concept shows promise.
|
63
|
-
flow_diagram: |
|
64
|
-
```mermaid
|
65
|
-
graph TD
|
66
|
-
A[Start: Prototype Project] --> B{Development Context?}
|
67
|
-
B -->|Standard Prototype| C[game-designer: concept-summary.md]
|
68
|
-
B -->|Game Jam| D[game-designer: jam-concept.md]
|
69
|
-
|
70
|
-
C --> E[game-designer: prototype-spec.md]
|
71
|
-
E --> F[game-developer: prototype-architecture.md]
|
72
|
-
F --> G[game-sm: create prototype stories]
|
73
|
-
G --> H[game-developer: iterative implementation]
|
74
|
-
H --> I[Prototype Evaluation]
|
75
|
-
|
76
|
-
D --> J[game-developer: direct implementation]
|
77
|
-
J --> K[Game Jam Submission]
|
78
|
-
|
79
|
-
E -.-> E1[Optional: quick brainstorming]
|
80
|
-
E -.-> E2[Optional: reference research]
|
81
|
-
|
82
|
-
style I fill:#90EE90
|
83
|
-
style K fill:#90EE90
|
84
|
-
style C fill:#FFE4B5
|
85
|
-
style E fill:#FFE4B5
|
86
|
-
style F fill:#FFE4B5
|
87
|
-
style G fill:#FFE4B5
|
88
|
-
style H fill:#FFE4B5
|
89
|
-
style D fill:#FFB6C1
|
90
|
-
style J fill:#FFB6C1
|
91
|
-
```
|
92
|
-
decision_guidance:
|
93
|
-
use_prototype_sequence_when:
|
94
|
-
- Learning new game development concepts
|
95
|
-
- Testing specific game mechanics
|
96
|
-
- Building portfolio pieces
|
97
|
-
- Have 1-7 days for development
|
98
|
-
- Need structured but fast development
|
99
|
-
- Want to validate game concepts before full development
|
100
|
-
use_game_jam_sequence_when:
|
101
|
-
- Participating in time-constrained game jams
|
102
|
-
- Have 24-72 hours total development time
|
103
|
-
- Want to experiment with wild or unusual concepts
|
104
|
-
- Learning through rapid iteration
|
105
|
-
- Building networking/portfolio presence
|
106
|
-
prototype_best_practices:
|
107
|
-
scope_management:
|
108
|
-
- Start with absolute minimum viable gameplay
|
109
|
-
- One core mechanic implemented well beats many mechanics poorly
|
110
|
-
- Focus on "game feel" over features
|
111
|
-
- Cut features ruthlessly to meet timeline
|
112
|
-
rapid_iteration:
|
113
|
-
- Test the game every 1-2 hours of development in the Unity Editor
|
114
|
-
- Ask "Is this fun?" frequently during development
|
115
|
-
- Be willing to pivot mechanics if they don't feel good
|
116
|
-
- Document what works and what doesn't
|
117
|
-
technical_efficiency:
|
118
|
-
- Use simple graphics (geometric shapes, basic sprites)
|
119
|
-
- Leverage Unity's built-in components heavily
|
120
|
-
- Avoid complex custom systems in prototypes
|
121
|
-
- Prioritize functional over polished
|
122
|
-
prototype_evaluation_criteria:
|
123
|
-
core_mechanic_validation:
|
124
|
-
- Is the primary mechanic engaging for 30+ seconds?
|
125
|
-
- Do players understand the mechanic without explanation?
|
126
|
-
- Does the mechanic have depth for extended play?
|
127
|
-
- Are there natural difficulty progression opportunities?
|
128
|
-
technical_feasibility:
|
129
|
-
- Does the prototype run at acceptable frame rates?
|
130
|
-
- Are there obvious technical blockers for expansion?
|
131
|
-
- Is the codebase clean enough for further development?
|
132
|
-
- Are performance targets realistic for full game?
|
133
|
-
player_experience:
|
134
|
-
- Do testers engage with the game voluntarily?
|
135
|
-
- What emotions does the game create in players?
|
136
|
-
- Are players asking for "just one more try"?
|
137
|
-
- What do players want to see added or changed?
|
138
|
-
post_prototype_options:
|
139
|
-
iterate_and_improve:
|
140
|
-
action: continue_prototyping
|
141
|
-
when: Core mechanic shows promise but needs refinement
|
142
|
-
next_steps: Create new prototype iteration focusing on identified improvements
|
143
|
-
expand_to_full_game:
|
144
|
-
action: transition_to_full_development
|
145
|
-
when: Prototype validates strong game concept
|
146
|
-
next_steps: Use game-dev-greenfield workflow to create full game design and architecture
|
147
|
-
pivot_concept:
|
148
|
-
action: new_prototype_direction
|
149
|
-
when: Current mechanic doesn't work but insights suggest new direction
|
150
|
-
next_steps: Apply learnings to new prototype concept
|
151
|
-
archive_and_learn:
|
152
|
-
action: document_learnings
|
153
|
-
when: Prototype doesn't work but provides valuable insights
|
154
|
-
next_steps: Document lessons learned and move to next prototype concept
|
155
|
-
time_boxing_guidance:
|
156
|
-
concept_phase: Maximum 30 minutes - if you can't explain the game simply, simplify it
|
157
|
-
design_phase: Maximum 1 hour - focus on core mechanics only
|
158
|
-
planning_phase: Maximum 30 minutes - identify critical path to playable prototype
|
159
|
-
implementation_phase: Time-boxed iterations - test every 2-4 hours of work
|
160
|
-
success_metrics:
|
161
|
-
development_velocity:
|
162
|
-
- Playable prototype in first day of development
|
163
|
-
- Core mechanic demonstrable within 4-6 hours of coding
|
164
|
-
- Major iteration cycles completed in 2-4 hour blocks
|
165
|
-
learning_objectives:
|
166
|
-
- Clear understanding of what makes the mechanic fun (or not)
|
167
|
-
- Technical feasibility assessment for full development
|
168
|
-
- Player reaction and engagement validation
|
169
|
-
- Design insights for future development
|
170
|
-
handoff_prompts:
|
171
|
-
concept_to_design: Game concept defined. Create minimal design specification focusing on core mechanics and player experience.
|
172
|
-
design_to_technical: Design specification ready. Create technical implementation plan for rapid prototyping.
|
173
|
-
technical_to_stories: Technical plan complete. Create focused implementation stories for prototype development.
|
174
|
-
stories_to_implementation: Stories ready. Begin iterative implementation with frequent playtesting and design validation.
|
175
|
-
prototype_to_evaluation: Prototype playable. Evaluate core mechanics, gather feedback, and determine next development steps.
|
package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/README.md
DELETED
@@ -1,147 +0,0 @@
|
|
1
|
-
# Infrastructure & DevOps Expansion Pack
|
2
|
-
|
3
|
-
## Overview
|
4
|
-
|
5
|
-
This expansion pack extends BMad Method with comprehensive infrastructure and DevOps capabilities. It's designed for teams that need to define, implement, and manage cloud infrastructure alongside their application development.
|
6
|
-
|
7
|
-
## Purpose
|
8
|
-
|
9
|
-
While the core BMad flow focuses on getting from business requirements to development (Analyst → PM → Architect → SM → Dev), many projects require sophisticated infrastructure planning and implementation. This expansion pack adds:
|
10
|
-
|
11
|
-
- Infrastructure architecture design capabilities
|
12
|
-
- Platform engineering implementation workflows
|
13
|
-
- DevOps automation and CI/CD pipeline design
|
14
|
-
- Cloud resource management and optimization
|
15
|
-
- Security and compliance validation
|
16
|
-
|
17
|
-
## When to Use This Pack
|
18
|
-
|
19
|
-
Install this expansion pack when your project requires:
|
20
|
-
|
21
|
-
- Cloud infrastructure design and implementation
|
22
|
-
- Kubernetes/container platform setup
|
23
|
-
- Service mesh and GitOps workflows
|
24
|
-
- Infrastructure as Code (IaC) development
|
25
|
-
- Platform engineering and DevOps practices
|
26
|
-
|
27
|
-
## What's Included
|
28
|
-
|
29
|
-
### Agents
|
30
|
-
|
31
|
-
- `devops.yaml` - DevOps and Platform Engineering agent configuration
|
32
|
-
|
33
|
-
### Personas
|
34
|
-
|
35
|
-
- `devops.md` - DevOps Engineer persona (Alex)
|
36
|
-
|
37
|
-
### IDE Agents
|
38
|
-
|
39
|
-
- `devops.ide.md` - IDE-specific DevOps agent configuration
|
40
|
-
|
41
|
-
### Templates
|
42
|
-
|
43
|
-
- `infrastructure-architecture-tmpl.md` - Infrastructure architecture design template
|
44
|
-
- `infrastructure-platform-from-arch-tmpl.md` - Platform implementation from architecture template
|
45
|
-
|
46
|
-
### Tasks
|
47
|
-
|
48
|
-
- `infra/validate-infrastructure.md` - Infrastructure validation workflow
|
49
|
-
- `infra/review-infrastructure.md` - Infrastructure review process
|
50
|
-
|
51
|
-
### Checklists
|
52
|
-
|
53
|
-
- `infrastructure-checklist.md` - Comprehensive 16-section infrastructure validation checklist
|
54
|
-
|
55
|
-
## Integration with Core BMad
|
56
|
-
|
57
|
-
This expansion pack integrates with the core BMad flow at these points:
|
58
|
-
|
59
|
-
1. **After Architecture Phase**: The Architect can trigger infrastructure architecture design
|
60
|
-
2. **Parallel to Development**: Infrastructure implementation can proceed alongside application development
|
61
|
-
3. **Before Deployment**: Infrastructure must be validated before application deployment
|
62
|
-
|
63
|
-
## Installation
|
64
|
-
|
65
|
-
To install this expansion pack, run:
|
66
|
-
|
67
|
-
```bash
|
68
|
-
npm run install:expansion infrastructure
|
69
|
-
```
|
70
|
-
|
71
|
-
Or manually:
|
72
|
-
|
73
|
-
```bash
|
74
|
-
node tools/install-expansion-pack.js infrastructure
|
75
|
-
```
|
76
|
-
|
77
|
-
This will:
|
78
|
-
|
79
|
-
1. Copy all files to their appropriate locations in `.bmad-core/`
|
80
|
-
2. Update any necessary configurations
|
81
|
-
3. Make the DevOps agent available in teams
|
82
|
-
|
83
|
-
## Usage Examples
|
84
|
-
|
85
|
-
### 1. Infrastructure Architecture Design
|
86
|
-
|
87
|
-
After the main architecture is complete:
|
88
|
-
|
89
|
-
```bash
|
90
|
-
# Using the Architect agent
|
91
|
-
*create-infrastructure
|
92
|
-
|
93
|
-
# Or directly with DevOps agent
|
94
|
-
npm run agent devops
|
95
|
-
```
|
96
|
-
|
97
|
-
### 2. Platform Implementation
|
98
|
-
|
99
|
-
With an approved infrastructure architecture:
|
100
|
-
|
101
|
-
```bash
|
102
|
-
# DevOps agent implements the platform
|
103
|
-
*implement-platform
|
104
|
-
```
|
105
|
-
|
106
|
-
### 3. Infrastructure Validation
|
107
|
-
|
108
|
-
Before deployment:
|
109
|
-
|
110
|
-
```bash
|
111
|
-
# Validate infrastructure against checklist
|
112
|
-
*validate-infra
|
113
|
-
```
|
114
|
-
|
115
|
-
## Team Integration
|
116
|
-
|
117
|
-
The DevOps agent can be added to team configurations:
|
118
|
-
|
119
|
-
- `team-technical.yaml` - For technical implementation teams
|
120
|
-
- `team-full-org.yaml` - For complete organizational teams
|
121
|
-
|
122
|
-
## Dependencies
|
123
|
-
|
124
|
-
This expansion pack works best when used with:
|
125
|
-
|
126
|
-
- Core BMad agents (especially Architect)
|
127
|
-
- Technical preferences documentation
|
128
|
-
- Approved PRD and system architecture
|
129
|
-
|
130
|
-
## Customization
|
131
|
-
|
132
|
-
You can customize this expansion pack by:
|
133
|
-
|
134
|
-
1. Modifying the infrastructure templates for your cloud provider
|
135
|
-
2. Adjusting the checklist items for your compliance needs
|
136
|
-
3. Adding custom tasks for your specific workflows
|
137
|
-
|
138
|
-
## Notes
|
139
|
-
|
140
|
-
- Infrastructure work requires real-world cloud credentials and configurations
|
141
|
-
- The templates use placeholders ({{variable}}) that need actual values
|
142
|
-
- Always validate infrastructure changes before production deployment
|
143
|
-
|
144
|
-
---
|
145
|
-
|
146
|
-
_Version: 1.0_
|
147
|
-
_Compatible with: BMad Method v4_
|
@@ -1,71 +0,0 @@
|
|
1
|
-
# infra-devops-platform
|
2
|
-
|
3
|
-
ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
|
4
|
-
|
5
|
-
CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your operating params, start and follow exactly your activation-instructions to alter your state of being, stay in this being until told to exit this mode:
|
6
|
-
|
7
|
-
## COMPLETE AGENT DEFINITION FOLLOWS - NO EXTERNAL FILES NEEDED
|
8
|
-
|
9
|
-
```yaml
|
10
|
-
IIDE-FILE-RESOLUTION:
|
11
|
-
- FOR LATER USE ONLY - NOT FOR ACTIVATION, when executing commands that reference dependencies
|
12
|
-
- Dependencies map to {root}/{type}/{name}
|
13
|
-
- type=folder (tasks|templates|checklists|data|utils|etc...), name=file-name
|
14
|
-
- Example: create-doc.md → {root}/tasks/create-doc.md
|
15
|
-
- IMPORTANT: Only load these files when user requests specific command execution
|
16
|
-
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), ALWAYS ask for clarification if no clear match.
|
17
|
-
activation-instructions:
|
18
|
-
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
19
|
-
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
|
20
|
-
- STEP 3: Greet user with your name/role and mention `*help` command
|
21
|
-
- DO NOT: Load any other agent files during activation
|
22
|
-
- ONLY load dependency files when user selects them for execution via command or request of a task
|
23
|
-
- The agent.customization field ALWAYS takes precedence over any conflicting instructions
|
24
|
-
- CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
|
25
|
-
- MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
|
26
|
-
- CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
|
27
|
-
- When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
|
28
|
-
- STAY IN CHARACTER!
|
29
|
-
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
|
30
|
-
agent:
|
31
|
-
name: Alex
|
32
|
-
id: infra-devops-platform
|
33
|
-
title: DevOps Infrastructure Specialist Platform Engineer
|
34
|
-
customization: Specialized in cloud-native system architectures and tools, like Kubernetes, Docker, GitHub Actions, CI/CD pipelines, and infrastructure-as-code practices (e.g., Terraform, CloudFormation, Bicep, etc.).
|
35
|
-
persona:
|
36
|
-
role: DevOps Engineer & Platform Reliability Expert
|
37
|
-
style: Systematic, automation-focused, reliability-driven, proactive. Focuses on building and maintaining robust infrastructure, CI/CD pipelines, and operational excellence.
|
38
|
-
identity: Master Expert Senior Platform Engineer with 15+ years of experience in DevSecOps, Cloud Engineering, and Platform Engineering with deep SRE knowledge
|
39
|
-
focus: Production environment resilience, reliability, security, and performance for optimal customer experience
|
40
|
-
core_principles:
|
41
|
-
- Infrastructure as Code - Treat all infrastructure configuration as code. Use declarative approaches, version control everything, ensure reproducibility
|
42
|
-
- Automation First - Automate repetitive tasks, deployments, and operational procedures. Build self-healing and self-scaling systems
|
43
|
-
- Reliability & Resilience - Design for failure. Build fault-tolerant, highly available systems with graceful degradation
|
44
|
-
- Security & Compliance - Embed security in every layer. Implement least privilege, encryption, and maintain compliance standards
|
45
|
-
- Performance Optimization - Continuously monitor and optimize. Implement caching, load balancing, and resource scaling for SLAs
|
46
|
-
- Cost Efficiency - Balance technical requirements with cost. Optimize resource usage and implement auto-scaling
|
47
|
-
- Observability & Monitoring - Implement comprehensive logging, monitoring, and tracing for quick issue diagnosis
|
48
|
-
- CI/CD Excellence - Build robust pipelines for fast, safe, reliable software delivery through automation and testing
|
49
|
-
- Disaster Recovery - Plan for worst-case scenarios with backup strategies and regularly tested recovery procedures
|
50
|
-
- Collaborative Operations - Work closely with development teams fostering shared responsibility for system reliability
|
51
|
-
commands:
|
52
|
-
- '*help" - Show: numbered list of the following commands to allow selection'
|
53
|
-
- '*chat-mode" - (Default) Conversational mode for infrastructure and DevOps guidance'
|
54
|
-
- '*create-doc {template}" - Create doc (no template = show available templates)'
|
55
|
-
- '*review-infrastructure" - Review existing infrastructure for best practices'
|
56
|
-
- '*validate-infrastructure" - Validate infrastructure against security and reliability standards'
|
57
|
-
- '*checklist" - Run infrastructure checklist for comprehensive review'
|
58
|
-
- '*exit" - Say goodbye as Alex, the DevOps Infrastructure Specialist, and then abandon inhabiting this persona'
|
59
|
-
dependencies:
|
60
|
-
tasks:
|
61
|
-
- create-doc.md
|
62
|
-
- review-infrastructure.md
|
63
|
-
- validate-infrastructure.md
|
64
|
-
templates:
|
65
|
-
- infrastructure-architecture-tmpl.yaml
|
66
|
-
- infrastructure-platform-from-arch-tmpl.yaml
|
67
|
-
checklists:
|
68
|
-
- infrastructure-checklist.md
|
69
|
-
data:
|
70
|
-
- technical-preferences.md
|
71
|
-
```
|