83 lines
2.8 KiB
YAML
83 lines
2.8 KiB
YAML
# This file allows these modules under bmad-code-org to also be installed with the bmad method installer, while
|
|
# allowing us to keep the source of these projects in separate repos.
|
|
|
|
modules:
|
|
bmad-builder:
|
|
url: https://github.com/bmad-code-org/bmad-builder
|
|
module-definition: src/module.yaml
|
|
code: bmb
|
|
name: "BMad Builder"
|
|
description: "Agent, Workflow and Module Builder"
|
|
defaultSelected: false
|
|
type: bmad-org
|
|
npmPackage: bmad-builder
|
|
|
|
bmad-creative-intelligence-suite:
|
|
url: https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite
|
|
module-definition: src/module.yaml
|
|
code: cis
|
|
name: "BMad Creative Intelligence Suite"
|
|
description: "Creative tools for writing, brainstorming, and more"
|
|
defaultSelected: false
|
|
type: bmad-org
|
|
npmPackage: bmad-creative-intelligence-suite
|
|
|
|
bmad-game-dev-studio:
|
|
url: https://github.com/bmad-code-org/bmad-module-game-dev-studio.git
|
|
module-definition: src/module.yaml
|
|
code: gds
|
|
name: "BMad Game Dev Studio"
|
|
description: "Game development agents and workflows"
|
|
defaultSelected: false
|
|
type: bmad-org
|
|
npmPackage: bmad-game-dev-studio
|
|
|
|
bmad-method-test-architecture-enterprise:
|
|
url: https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise
|
|
module-definition: src/module.yaml
|
|
code: tea
|
|
name: "Test Architect"
|
|
description: "Master Test Architect for quality strategy, test automation, and release gates"
|
|
defaultSelected: false
|
|
type: bmad-org
|
|
npmPackage: bmad-method-test-architecture-enterprise
|
|
|
|
# whiteport-design-system:
|
|
# url: https://github.com/bmad-code-org/bmad-method-wds-expansion
|
|
# module-definition: src/module.yaml
|
|
# code: wds
|
|
# name: "Whiteport UX Design System"
|
|
# description: "UX design framework with Figma integration"
|
|
# defaultSelected: false
|
|
# type: community
|
|
# npmPackage: bmad-method-wds-expansion
|
|
|
|
scsa-module:
|
|
url: https://github.com/SCSA-dev/scsa-bmad-agents.git
|
|
module-definition: scsa/module.yaml
|
|
code: scsa
|
|
name: "SCSA Module"
|
|
description: "Agents and Workflow from SCSA"
|
|
defaultSelected: true
|
|
type: community
|
|
npmPackage: scsa-bmad-agents
|
|
|
|
ddat-module:
|
|
url: https://github.com/SCSA-dev/scsa-bmad-agents.git
|
|
module-definition: ddat/module.yaml
|
|
code: ddat
|
|
name: "DDAT Module"
|
|
description: "Agents and Workflow from DDAT"
|
|
defaultSelected: true
|
|
type: community
|
|
npmPackage: scsa-bmad-agents
|
|
|
|
lean-prioritisation-module:
|
|
url: https://github.com/SCSA-dev/scsa-bmad-agents.git
|
|
module-definition: lean-prioritisation/module.yaml
|
|
code: lp
|
|
name: "Lean Prioritisation Module"
|
|
description: "Agents and Workflow for Lean Prioritisation"
|
|
defaultSelected: true
|
|
type: community
|
|
npmPackage: scsa-bmad-agents |