mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
bmb updates
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
# ReDoc Workflow Instructions
|
||||
|
||||
<workflow>
|
||||
|
||||
<critical>The workflow execution engine is governed by: {project_root}/bmad/core/tasks/workflow.xml</critical>
|
||||
<critical>You MUST have already loaded and processed: {project_root}/src/modules/bmb/workflows/redoc/workflow.yaml</critical>
|
||||
<critical>The workflow execution engine is governed by: {project-root}/bmad/core/tasks/workflow.xml</critical>
|
||||
<critical>You MUST have already loaded and processed: {project-root}/src/modules/bmb/workflows/redoc/workflow.yaml</critical>
|
||||
<critical>Communicate in {communication_language} throughout the documentation process</critical>
|
||||
<critical>This is an AUTONOMOUS workflow - minimize user interaction unless clarification is absolutely required</critical>
|
||||
<critical>IMPORTANT: Process ONE document at a time to avoid token limits. Each README should be created individually, not batched.</critical>
|
||||
<critical>When using Task tool with sub-agents: Only request ONE workflow or agent documentation per invocation to prevent token overflow.</critical>
|
||||
|
||||
<workflow>
|
||||
|
||||
<step n="1" goal="Load BMAD conventions and initialize">
|
||||
<action>Load ALL BMAD convention documents from {bmad_conventions}:
|
||||
- agent_architecture.md - Understand agent XML structure and patterns
|
||||
@@ -256,9 +257,9 @@ For each README with last-redoc-date frontmatter:
|
||||
</step>
|
||||
|
||||
<step n="8" goal="Completion">
|
||||
<action>Confirm autonomous workflow execution complete</action>
|
||||
<action>Confirm to {user_name} in {communication_language} that autonomous workflow execution is complete</action>
|
||||
<action>Provide path to all updated documentation</action>
|
||||
<action>Suggest next steps if needed (e.g., "Run redoc on parent module to update references")</action>
|
||||
<action>Suggest next steps if needed</action>
|
||||
</step>
|
||||
|
||||
</workflow>
|
||||
|
||||
@@ -5,10 +5,8 @@ author: "BMad"
|
||||
|
||||
# Critical variables
|
||||
config_source: "{project-root}/bmad/bmb/config.yaml"
|
||||
output_folder: "{config_source}:output_folder"
|
||||
user_name: "{config_source}:user_name"
|
||||
communication_language: "{config_source}:communication_language"
|
||||
date: system-generated
|
||||
|
||||
# Required knowledge base - BMAD conventions and patterns
|
||||
bmad_conventions:
|
||||
@@ -30,10 +28,5 @@ validation: "{installed_path}/checklist.md"
|
||||
# Configuration
|
||||
autonomous: true # Runs without user checkpoints unless clarification needed
|
||||
|
||||
web_bundle:
|
||||
name: "redoc"
|
||||
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."
|
||||
author: "BMad"
|
||||
web_bundle_files:
|
||||
- "bmad/bmb/workflows/redoc/instructions.md"
|
||||
- "bmad/bmb/workflows/redoc/checklist.md"
|
||||
# Web bundle configuration
|
||||
web_bundle: false # BMB workflows run locally in BMAD-METHOD project
|
||||
|
||||
Reference in New Issue
Block a user