mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-08-28 19:20:41 +08:00
docs(installer): shorten module descriptions in the picker
The hint beside a highlighted module ran long enough to wrap, which made the list harder to scan than the module names alone. Each description is now a single short phrase: - bmm Agile AI driven development - bmb Skill, workflow, and agent builder - cis Brainstorming, ideation, and creative problem solving - tea Enterprise testing BMM add-on - loop Builds, verifies, and retros a whole epic unattended - gds Ideate, design, and build games in any framework TEA is the only module that depends on BMM, and its description now says so. The others no longer imply it. "Loop" means nothing to a new user, so that description leads with what the module does rather than its name, and gds no longer enumerates engines.
This commit is contained in:
+5
-5
@@ -39,7 +39,7 @@ modules:
|
||||
module-definition: skills/module.yaml
|
||||
code: bmb
|
||||
name: "BMad Builder"
|
||||
description: "Build AI agents, workflows, and modules from a conversation"
|
||||
description: "Skill, workflow, and agent builder"
|
||||
defaultSelected: false
|
||||
type: bmad-org
|
||||
npmPackage: bmad-builder
|
||||
@@ -50,7 +50,7 @@ modules:
|
||||
module-definition: src/module.yaml
|
||||
code: cis
|
||||
name: "BMad Creative Intelligence Suite"
|
||||
description: "Brainstorming, ideation, storytelling, design thinking, and problem-solving"
|
||||
description: "Brainstorming, ideation, and creative problem solving"
|
||||
defaultSelected: false
|
||||
type: bmad-org
|
||||
npmPackage: bmad-creative-intelligence-suite
|
||||
@@ -61,7 +61,7 @@ modules:
|
||||
module-definition: src/module.yaml
|
||||
code: tea
|
||||
name: "BMad Test Architect"
|
||||
description: "Quality strategy, test automation, and release gates for enterprise teams"
|
||||
description: "Enterprise testing BMM add-on"
|
||||
defaultSelected: false
|
||||
type: bmad-org
|
||||
npmPackage: bmad-method-test-architecture-enterprise
|
||||
@@ -76,7 +76,7 @@ modules:
|
||||
# installs migrating forward instead of being orphaned.
|
||||
aliases: [bauto]
|
||||
name: "BMad Loop"
|
||||
description: "Deterministic, Python-based unattended dev loop with adversarial review"
|
||||
description: "Builds, verifies, and retros a whole epic unattended"
|
||||
defaultSelected: false
|
||||
type: bmad-org
|
||||
default_channel: stable
|
||||
@@ -97,7 +97,7 @@ modules:
|
||||
module-definition: src/module.yaml
|
||||
code: gds
|
||||
name: "BMad Game Dev Studio"
|
||||
description: "Game design and development for Unity, Unreal, Godot, and Phaser."
|
||||
description: "Ideate, design, and build games in any framework"
|
||||
defaultSelected: false
|
||||
type: bmad-org
|
||||
npmPackage: bmad-game-dev-studio
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
code: bmm
|
||||
name: "BMad Method"
|
||||
description: "Full-lifecycle AI agile development: analysis, planning, architecture, implementation"
|
||||
description: "Agile AI driven development"
|
||||
default_selected: true # This module will be selected by default for new installations
|
||||
|
||||
# Variables from Core Config inserted:
|
||||
|
||||
Reference in New Issue
Block a user