bmad-method 6.0.0-alpha.4 → 6.0.0-alpha.6
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/.claude/agents/bmad-analysis/api-documenter.md +102 -0
- package/.claude/agents/bmad-analysis/codebase-analyzer.md +82 -0
- package/.claude/agents/bmad-analysis/data-analyst.md +101 -0
- package/.claude/agents/bmad-analysis/pattern-detector.md +84 -0
- package/.claude/agents/bmad-planning/dependency-mapper.md +83 -0
- package/.claude/agents/bmad-planning/epic-optimizer.md +81 -0
- package/.claude/agents/bmad-planning/requirements-analyst.md +61 -0
- package/.claude/agents/bmad-planning/technical-decisions-curator.md +168 -0
- package/.claude/agents/bmad-planning/trend-spotter.md +115 -0
- package/.claude/agents/bmad-planning/user-journey-mapper.md +123 -0
- package/.claude/agents/bmad-planning/user-researcher.md +72 -0
- package/.claude/agents/bmad-research/market-researcher.md +51 -0
- package/.claude/agents/bmad-research/tech-debt-auditor.md +106 -0
- package/.claude/agents/bmad-review/document-reviewer.md +102 -0
- package/.claude/agents/bmad-review/technical-evaluator.md +68 -0
- package/.claude/agents/bmad-review/test-coverage-analyzer.md +108 -0
- package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
- package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
- package/.claude/commands/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/README.md +3 -3
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/prd.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/tech-spec.md +3 -3
- package/.claude/settings.local.json +3 -8
- package/CHANGELOG.md +305 -0
- package/CONTRIBUTING.md +1 -13
- package/README.md +88 -39
- package/bmad/_cfg/agent-manifest.csv +1 -6
- package/bmad/_cfg/files-manifest.csv +40 -114
- package/bmad/_cfg/ides/claude-code.yaml +4 -3
- package/bmad/_cfg/manifest.yaml +3 -4
- package/bmad/_cfg/task-manifest.csv +0 -1
- package/bmad/_cfg/workflow-manifest.csv +3 -7
- package/bmad/bmb/config.yaml +2 -2
- package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/bmad/bmm/README.md +79 -120
- package/bmad/bmm/agents/architect.md +0 -1
- package/bmad/bmm/agents/sm.md +1 -1
- package/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
- package/bmad/bmm/config.yaml +4 -3
- package/bmad/bmm/tasks/daily-standup.xml +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
- package/bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
- package/bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
- package/bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
- package/bmad/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/bmad/bmm/workflows/techdoc/documentation-standards.md +26 -2
- package/bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
- package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
- package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
- package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
- package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/bmad/core/config.yaml +2 -2
- package/bmad/core/tasks/workflow.xml +1 -11
- package/package.json +1 -1
- package/src/core/tasks/workflow.xml +1 -11
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/src/modules/bmm/README.md +1 -1
- package/src/modules/bmm/_module-installer/install-config.yaml +5 -0
- package/src/modules/bmm/agents/architect.agent.yaml +0 -4
- package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
- package/src/modules/bmm/agents/sm.agent.yaml +1 -1
- package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
- package/src/modules/bmm/docs/README.md +19 -18
- package/src/modules/bmm/docs/agents-guide.md +47 -99
- package/src/modules/bmm/docs/brownfield-guide.md +216 -96
- package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
- package/src/modules/bmm/docs/faq.md +16 -16
- package/src/modules/bmm/docs/glossary.md +44 -50
- package/src/modules/bmm/docs/party-mode.md +110 -1122
- package/src/modules/bmm/docs/quick-spec-flow.md +36 -36
- package/src/modules/bmm/docs/quick-start.md +34 -34
- package/src/modules/bmm/docs/scale-adaptive-system.md +304 -454
- package/{bmad/bmm/testarch/README.md → src/modules/bmm/docs/test-architecture.md} +56 -38
- package/src/modules/bmm/docs/troubleshooting.md +7 -7
- package/src/modules/bmm/docs/workflows-analysis.md +64 -28
- package/src/modules/bmm/docs/workflows-implementation.md +196 -1671
- package/src/modules/bmm/docs/workflows-planning.md +74 -35
- package/src/modules/bmm/docs/workflows-solutioning.md +47 -17
- package/src/modules/bmm/tasks/daily-standup.xml +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/techdoc/documentation-standards.md +25 -2
- package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
- package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
- package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
- package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/tools/cli/installers/lib/core/config-collector.js +39 -11
- package/tools/cli/installers/lib/core/ide-config-manager.js +3 -1
- package/tools/cli/installers/lib/core/installer.js +20 -9
- package/tools/cli/installers/lib/core/manifest-generator.js +3 -1
- package/tools/cli/installers/lib/core/manifest.js +6 -2
- package/tools/cli/installers/lib/modules/manager.js +6 -0
- package/tools/cli/lib/config.js +3 -1
- package/tools/cli/lib/ui.js +5 -5
- package/tools/cli/lib/yaml-format.js +2 -1
- package/tools/schema/agent.js +2 -0
- package/.claude/commands/bmad/bmm/workflows/tech-spec-sm.md +0 -15
- package/bmad/_cfg/agents/cis-brainstorming-coach.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-creative-problem-solver.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-design-thinking-coach.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-innovation-strategist.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-storyteller.customize.yaml +0 -42
- package/bmad/bmb/agents/bmad-builder.md.bak +0 -70
- package/bmad/bmb/workflows/audit-workflow/workflow.yaml.bak +0 -23
- package/bmad/bmb/workflows/create-module/workflow.yaml.bak +0 -42
- package/bmad/bmb/workflows/create-workflow/workflow-template/workflow.yaml.bak +0 -39
- package/bmad/bmb/workflows/create-workflow/workflow.yaml.bak +0 -40
- package/bmad/bmb/workflows/edit-agent/workflow.yaml.bak +0 -33
- package/bmad/bmb/workflows/edit-module/workflow.yaml.bak +0 -34
- package/bmad/bmb/workflows/edit-workflow/workflow.yaml.bak +0 -27
- package/bmad/bmb/workflows/module-brief/workflow.yaml.bak +0 -29
- package/bmad/bmb/workflows/redoc/workflow.yaml.bak +0 -32
- package/bmad/bmm/docs/brownfield-guide.md +0 -1260
- package/bmad/bmm/docs/quick-spec-flow.md +0 -645
- package/bmad/bmm/docs/quick-start.md +0 -341
- package/bmad/bmm/docs/scale-adaptive-system.md +0 -1045
- package/bmad/bmm/tasks/retrospective.xml +0 -104
- package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
- package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
- package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
- package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
- package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
- package/bmad/bmm/workflows/3-solutioning/architecture/README.md +0 -318
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
- package/bmad/bmm/workflows/4-implementation/README.md +0 -221
- package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
- package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
- package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
- package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
- package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
- package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
- package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
- package/bmad/bmm/workflows/README.md +0 -256
- package/bmad/bmm/workflows/document-project/README.md +0 -444
- package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
- package/bmad/bmm/workflows/testarch/README.md +0 -26
- package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
- package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
- package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
- package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
- package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
- package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
- package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
- package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
- package/bmad/bmm/workflows/workflow-status/README.md +0 -260
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- package/bmad/cis/README.md +0 -153
- package/bmad/cis/agents/README.md +0 -104
- package/bmad/cis/agents/brainstorming-coach.md +0 -62
- package/bmad/cis/agents/creative-problem-solver.md +0 -62
- package/bmad/cis/agents/design-thinking-coach.md +0 -62
- package/bmad/cis/agents/innovation-strategist.md +0 -62
- package/bmad/cis/agents/storyteller.md +0 -59
- package/bmad/cis/config.yaml +0 -10
- package/bmad/cis/teams/creative-squad.yaml +0 -6
- package/bmad/cis/workflows/README.md +0 -139
- package/bmad/cis/workflows/design-thinking/README.md +0 -56
- package/bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
- package/bmad/cis/workflows/design-thinking/instructions.md +0 -200
- package/bmad/cis/workflows/design-thinking/template.md +0 -111
- package/bmad/cis/workflows/design-thinking/workflow.yaml +0 -32
- package/bmad/cis/workflows/innovation-strategy/README.md +0 -56
- package/bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
- package/bmad/cis/workflows/innovation-strategy/instructions.md +0 -274
- package/bmad/cis/workflows/innovation-strategy/template.md +0 -189
- package/bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -32
- package/bmad/cis/workflows/problem-solving/README.md +0 -56
- package/bmad/cis/workflows/problem-solving/instructions.md +0 -250
- package/bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
- package/bmad/cis/workflows/problem-solving/template.md +0 -165
- package/bmad/cis/workflows/problem-solving/workflow.yaml +0 -32
- package/bmad/cis/workflows/storytelling/README.md +0 -58
- package/bmad/cis/workflows/storytelling/instructions.md +0 -291
- package/bmad/cis/workflows/storytelling/story-types.csv +0 -26
- package/bmad/cis/workflows/storytelling/template.md +0 -113
- package/bmad/cis/workflows/storytelling/workflow.yaml +0 -32
- package/bmad/core/agents/bmad-master.md.bak +0 -69
- package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
- package/src/modules/bmm/docs/workflows-testing.md +0 -1572
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- /package/bmad/_cfg/agents/{bmm-paige.customize.yaml → bmm-tech-writer.customize.yaml} +0 -0
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
# {TITLE} Workflow Template Configuration
|
|
2
|
-
name: "{WORKFLOW_CODE}"
|
|
3
|
-
description: "{WORKFLOW_DESCRIPTION}"
|
|
4
|
-
author: "BMad"
|
|
5
|
-
|
|
6
|
-
# Critical variables load from config_source
|
|
7
|
-
# Add Additional Config Pulled Variables Here
|
|
8
|
-
config_source: "{project-root}/{module-code}/config.yaml"
|
|
9
|
-
output_folder: "{config_source}:output_folder"
|
|
10
|
-
user_name: "{config_source}:user_name"
|
|
11
|
-
communication_language: "{config_source}:communication_language"
|
|
12
|
-
date: system-generated
|
|
13
|
-
|
|
14
|
-
# Required Data Files - HALT if missing!
|
|
15
|
-
# optional, can be omitted
|
|
16
|
-
brain_techniques: "{installed_path}/{critical-data-file.csv}" # example, can be other formats or URLs
|
|
17
|
-
|
|
18
|
-
# Optional docs that if loaded on start to kickstart this workflow or used at some point, these are meant to be suggested inputs for the user
|
|
19
|
-
recommended_inputs: # optional, can be omitted
|
|
20
|
-
- example_input: "{project-root}/{path/to/file.md}"
|
|
21
|
-
|
|
22
|
-
# Module path and component files
|
|
23
|
-
installed_path: "{project-root}/bmad/{module-code}/workflows/{workflow-code}"
|
|
24
|
-
template: "{installed_path}/template.md" # optional, can be omitted
|
|
25
|
-
instructions: "{installed_path}/instructions.md" # optional, can be omitted
|
|
26
|
-
validation: "{installed_path}/checklist.md" # optional, can be omitted
|
|
27
|
-
|
|
28
|
-
# Output configuration
|
|
29
|
-
default_output_file: "{output_folder}/{file.md}" # optional, can be omitted
|
|
30
|
-
validation_output_file: "{output_folder}/{file-validation-report.md}" # optional, can be omitted
|
|
31
|
-
|
|
32
|
-
# Tool Requirements (MCP Required Tools or other tools needed to run this workflow)
|
|
33
|
-
required_tools: #optional, can be omitted
|
|
34
|
-
- "Tool Name": #example, can be omitted if none
|
|
35
|
-
description: "Description of why this tool is needed"
|
|
36
|
-
link: "https://link-to-tool.com"
|
|
37
|
-
# Web Bundle Configuration (optional - for web-deployable workflows)
|
|
38
|
-
# IMPORTANT: Web bundles are self-contained and cannot use config_source variables
|
|
39
|
-
# All referenced files must be listed in web_bundle_files
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# Build Workflow - Workflow Builder Configuration
|
|
2
|
-
name: create-workflow
|
|
3
|
-
description: "Interactive workflow builder that guides creation of new BMAD workflows with proper structure and validation for optimal human-AI collaboration. Includes optional brainstorming phase for workflow ideas and design."
|
|
4
|
-
author: "BMad Builder"
|
|
5
|
-
|
|
6
|
-
# Critical variables
|
|
7
|
-
config_source: "{project-root}/bmad/bmb/config.yaml"
|
|
8
|
-
custom_workflow_location: "{config_source}:custom_workflow_location"
|
|
9
|
-
user_name: "{config_source}:user_name"
|
|
10
|
-
communication_language: "{config_source}:communication_language"
|
|
11
|
-
|
|
12
|
-
# Template files for new workflows
|
|
13
|
-
template_workflow_yaml: "{workflow_template_path}/workflow.yaml"
|
|
14
|
-
template_instructions: "{workflow_template_path}/instructions.md"
|
|
15
|
-
template_template: "{workflow_template_path}/template.md"
|
|
16
|
-
template_checklist: "{workflow_template_path}/checklist.md"
|
|
17
|
-
|
|
18
|
-
# Optional input docs
|
|
19
|
-
recommended_inputs:
|
|
20
|
-
- existing_workflows: "{project-root}/bmad/*/workflows/"
|
|
21
|
-
- bmm_workflows: "{project-root}/bmad/bmm/workflows/"
|
|
22
|
-
|
|
23
|
-
# Module path and component files
|
|
24
|
-
installed_path: "{project-root}/bmad/bmb/workflows/create-workflow"
|
|
25
|
-
template: false # This is an action workflow - no template needed
|
|
26
|
-
instructions: "{installed_path}/instructions.md"
|
|
27
|
-
validation: "{installed_path}/checklist.md"
|
|
28
|
-
|
|
29
|
-
# Required data files - CRITICAL for workflow conventions
|
|
30
|
-
workflow_creation_guide: "{installed_path}/workflow-creation-guide.md"
|
|
31
|
-
workflow_template_path: "{installed_path}/workflow-template"
|
|
32
|
-
|
|
33
|
-
# Output configuration - Creates the new workflow folder with all files
|
|
34
|
-
# If workflow belongs to a module: Save to module's workflows folder
|
|
35
|
-
# If standalone workflow: Save to custom_workflow_location/{{workflow_name}}
|
|
36
|
-
module_output_folder: "{project-root}/bmad/{{target_module}}/workflows/{{workflow_name}}"
|
|
37
|
-
standalone_output_folder: "{custom_workflow_location}/{{workflow_name}}"
|
|
38
|
-
|
|
39
|
-
standalone: true
|
|
40
|
-
# Web bundle configuration
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# Edit Agent - Agent Editor Configuration
|
|
2
|
-
name: "edit-agent"
|
|
3
|
-
description: "Edit existing BMAD agents while following all best practices and conventions"
|
|
4
|
-
author: "BMad"
|
|
5
|
-
|
|
6
|
-
# Critical variables load from config_source
|
|
7
|
-
config_source: "{project-root}/bmad/bmb/config.yaml"
|
|
8
|
-
communication_language: "{config_source}:communication_language"
|
|
9
|
-
user_name: "{config_source}:user_name"
|
|
10
|
-
|
|
11
|
-
# Required Data Files - Critical for understanding agent conventions
|
|
12
|
-
agent_types: "{project-root}/bmad/bmb/workflows/create-agent/agent-types.md"
|
|
13
|
-
agent_architecture: "{project-root}/bmad/bmb/workflows/create-agent/agent-architecture.md"
|
|
14
|
-
agent_commands: "{project-root}/bmad/bmb/workflows/create-agent/agent-command-patterns.md"
|
|
15
|
-
communication_styles: "{project-root}/bmad/bmb/workflows/create-agent/communication-styles.md"
|
|
16
|
-
|
|
17
|
-
# Workflow execution engine reference
|
|
18
|
-
workflow_execution_engine: "{project-root}/bmad/core/tasks/workflow.xml"
|
|
19
|
-
|
|
20
|
-
# Optional docs that can be used to understand the target agent
|
|
21
|
-
recommended_inputs:
|
|
22
|
-
- target_agent: "Path to the agent.yaml or agent.md file to edit"
|
|
23
|
-
- example_agents: "{project-root}/bmad/bmm/agents/"
|
|
24
|
-
- agent_activation_rules: "{project-root}/src/utility/models/agent-activation-ide.xml"
|
|
25
|
-
|
|
26
|
-
# Module path and component files
|
|
27
|
-
installed_path: "{project-root}/bmad/bmb/workflows/edit-agent"
|
|
28
|
-
template: false # This is an action workflow - no template needed
|
|
29
|
-
instructions: "{installed_path}/instructions.md"
|
|
30
|
-
validation: "{installed_path}/checklist.md"
|
|
31
|
-
|
|
32
|
-
standalone: true
|
|
33
|
-
# Web bundle configuration
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# Edit Module - Module Editor Configuration
|
|
2
|
-
name: "edit-module"
|
|
3
|
-
description: "Edit existing BMAD modules (structure, agents, workflows, documentation) while following all best practices"
|
|
4
|
-
author: "BMad"
|
|
5
|
-
|
|
6
|
-
# Critical variables load from config_source
|
|
7
|
-
config_source: "{project-root}/bmad/bmb/config.yaml"
|
|
8
|
-
communication_language: "{config_source}:communication_language"
|
|
9
|
-
user_name: "{config_source}:user_name"
|
|
10
|
-
|
|
11
|
-
# Required Data Files - Critical for understanding module conventions
|
|
12
|
-
module_structure_guide: "{project-root}/bmad/bmb/workflows/create-module/module-structure.md"
|
|
13
|
-
|
|
14
|
-
# Related workflow editors
|
|
15
|
-
agent_editor: "{project-root}/bmad/bmb/workflows/edit-agent/workflow.yaml"
|
|
16
|
-
workflow_editor: "{project-root}/bmad/bmb/workflows/edit-workflow/workflow.yaml"
|
|
17
|
-
|
|
18
|
-
# Optional docs that can be used to understand the target module
|
|
19
|
-
recommended_inputs:
|
|
20
|
-
- target_module: "Path to the module directory to edit"
|
|
21
|
-
- bmm_module: "{project-root}/bmad/bmm/"
|
|
22
|
-
- bmb_module: "{project-root}/bmad/bmb/"
|
|
23
|
-
- cis_module: "{project-root}/bmad/cis/"
|
|
24
|
-
- existing_agents: "{project-root}/bmad/*/agents/"
|
|
25
|
-
- existing_workflows: "{project-root}/bmad/*/workflows/"
|
|
26
|
-
|
|
27
|
-
# Module path and component files
|
|
28
|
-
installed_path: "{project-root}/bmad/bmb/workflows/edit-module"
|
|
29
|
-
template: false # This is an action workflow - no template needed
|
|
30
|
-
instructions: "{installed_path}/instructions.md"
|
|
31
|
-
validation: "{installed_path}/checklist.md"
|
|
32
|
-
|
|
33
|
-
standalone: true
|
|
34
|
-
# Web bundle configuration
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# Edit Workflow - Workflow Editor Configuration
|
|
2
|
-
name: "edit-workflow"
|
|
3
|
-
description: "Edit existing BMAD workflows while following all best practices and conventions"
|
|
4
|
-
author: "BMad"
|
|
5
|
-
|
|
6
|
-
# Critical variables load from config_source
|
|
7
|
-
config_source: "{project-root}/bmad/bmb/config.yaml"
|
|
8
|
-
communication_language: "{config_source}:communication_language"
|
|
9
|
-
user_name: "{config_source}:user_name"
|
|
10
|
-
|
|
11
|
-
# Required Data Files - Critical for understanding workflow conventions
|
|
12
|
-
workflow_creation_guide: "{project-root}/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md"
|
|
13
|
-
workflow_execution_engine: "{project-root}/bmad/core/tasks/workflow.xml"
|
|
14
|
-
|
|
15
|
-
# Optional docs that can be used to understand the target workflow
|
|
16
|
-
recommended_inputs:
|
|
17
|
-
- target_workflow: "Path to the workflow.yaml file to edit"
|
|
18
|
-
- workflow_examples: "{project-root}/bmad/bmm/workflows/"
|
|
19
|
-
|
|
20
|
-
# Module path and component files
|
|
21
|
-
installed_path: "{project-root}/bmad/bmb/workflows/edit-workflow"
|
|
22
|
-
template: false # This is an action workflow - no template needed
|
|
23
|
-
instructions: "{installed_path}/instructions.md"
|
|
24
|
-
validation: "{installed_path}/checklist.md"
|
|
25
|
-
|
|
26
|
-
standalone: true
|
|
27
|
-
# Web bundle configuration
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# Module Brief Workflow Configuration
|
|
2
|
-
name: module-brief
|
|
3
|
-
description: "Create a comprehensive Module Brief that serves as the blueprint for building new BMAD modules using strategic analysis and creative vision"
|
|
4
|
-
author: "BMad Builder"
|
|
5
|
-
|
|
6
|
-
# Critical variables
|
|
7
|
-
config_source: "{project-root}/bmad/bmb/config.yaml"
|
|
8
|
-
output_folder: "{config_source}:output_folder"
|
|
9
|
-
user_name: "{config_source}:user_name"
|
|
10
|
-
communication_language: "{config_source}:communication_language"
|
|
11
|
-
date: system-generated
|
|
12
|
-
|
|
13
|
-
# Optional input docs that enhance module planning
|
|
14
|
-
recommended_inputs:
|
|
15
|
-
- brainstorming_results: "{output_folder}/brainstorming-*.md"
|
|
16
|
-
- existing_modules: "{project-root}/bmad/"
|
|
17
|
-
- module_examples: "{project-root}/bmad/bmb/workflows/create-module/module-structure.md"
|
|
18
|
-
|
|
19
|
-
# Module path and component files
|
|
20
|
-
installed_path: "{project-root}/bmad/bmb/workflows/module-brief"
|
|
21
|
-
template: "{installed_path}/template.md"
|
|
22
|
-
instructions: "{installed_path}/instructions.md"
|
|
23
|
-
validation: "{installed_path}/checklist.md"
|
|
24
|
-
|
|
25
|
-
# Output configuration
|
|
26
|
-
default_output_file: "{output_folder}/module-brief-{{module_code}}-{{date}}.md"
|
|
27
|
-
|
|
28
|
-
standalone: true
|
|
29
|
-
# Web bundle configuration
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# ReDoc - Reverse-Tree Documentation Engine
|
|
2
|
-
name: "redoc"
|
|
3
|
-
description: "Autonomous documentation system that maintains module, workflow, and agent documentation using a reverse-tree approach (leaf folders first, then parents). Understands BMAD conventions and produces technical writer quality output."
|
|
4
|
-
author: "BMad"
|
|
5
|
-
|
|
6
|
-
# Critical variables
|
|
7
|
-
config_source: "{project-root}/bmad/bmb/config.yaml"
|
|
8
|
-
user_name: "{config_source}:user_name"
|
|
9
|
-
communication_language: "{config_source}:communication_language"
|
|
10
|
-
|
|
11
|
-
# Required knowledge base - BMAD conventions and patterns
|
|
12
|
-
bmad_conventions:
|
|
13
|
-
agent_architecture: "{project-root}/src/modules/bmb/workflows/create-agent/agent-architecture.md"
|
|
14
|
-
agent_command_patterns: "{project-root}/src/modules/bmb/workflows/create-agent/agent-command-patterns.md"
|
|
15
|
-
agent_types: "{project-root}/src/modules/bmb/workflows/create-agent/agent-types.md"
|
|
16
|
-
module_structure: "{project-root}/src/modules/bmb/workflows/create-module/module-structure.md"
|
|
17
|
-
workflow_guide: "{project-root}/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md"
|
|
18
|
-
|
|
19
|
-
# Runtime inputs
|
|
20
|
-
target_path: "" # User specifies: module path, workflow path, agent path, or folder path
|
|
21
|
-
|
|
22
|
-
# Module path and component files
|
|
23
|
-
installed_path: "{project-root}/src/modules/bmb/workflows/redoc"
|
|
24
|
-
template: false # Action workflow - updates files in place
|
|
25
|
-
instructions: "{installed_path}/instructions.md"
|
|
26
|
-
validation: "{installed_path}/checklist.md"
|
|
27
|
-
|
|
28
|
-
# Configuration
|
|
29
|
-
autonomous: true # Runs without user checkpoints unless clarification needed
|
|
30
|
-
|
|
31
|
-
standalone: true
|
|
32
|
-
# Web bundle configuration
|