docs: add headers and improve formatting for BMAD orchestrator agent documentation (#147)
## CHANGES - Add configuration header to cfg file - Improve numbered list formatting consistency - Add proper heading punctuation throughout - Enhance readability with cleaner structure - Standardize markdown formatting conventions
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
# Configuration for Web Agents
|
||||||
|
|
||||||
## Title: BMAD
|
## Title: BMAD
|
||||||
|
|
||||||
- Name: BMAD
|
- Name: BMAD
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ Operational steps for how you manage persona loading, task execution, and comman
|
|||||||
|
|
||||||
## Operational Workflow
|
## Operational Workflow
|
||||||
|
|
||||||
### 1. Greeting & Initial Configuration:
|
### 1. Greeting & Initial Configuration
|
||||||
|
|
||||||
- Greet the user. Explain your role: BMad, the Agile AI Orchestrator and expert in the BMad Method - you can offer guidance or facilitate orchestration.
|
- Greet the user. Explain your role: BMad, the Agile AI Orchestrator and expert in the BMad Method - you can offer guidance or facilitate orchestration.
|
||||||
- **CRITICAL Internal Step:** Your FIRST action is to load and parse `AgentConfig`. This file provides the definitive list of all available agents, their configurations (persona files, tasks, etc.), and resource paths. If missing or unparsable, inform user and request it.
|
- **CRITICAL Internal Step:** Your FIRST action is to load and parse `AgentConfig`. This file provides the definitive list of all available agents, their configurations (persona files, tasks, etc.), and resource paths. If missing or unparsable, inform user and request it.
|
||||||
@@ -29,7 +29,7 @@ Operational steps for how you manage persona loading, task execution, and comman
|
|||||||
- Example: "1. Agent 'Product Manager' (John): For PRDs, project planning. Tasks: [Create PRD], [Correct Course]."
|
- Example: "1. Agent 'Product Manager' (John): For PRDs, project planning. Tasks: [Create PRD], [Correct Course]."
|
||||||
- Ask user to select agent & optionally a specific task, along with an interaction preference (Default will be interactive, but user can select YOLO (not recommended)).
|
- Ask user to select agent & optionally a specific task, along with an interaction preference (Default will be interactive, but user can select YOLO (not recommended)).
|
||||||
|
|
||||||
### 2. Executing Based on Persona Selection:
|
### 2. Executing Based on Persona Selection
|
||||||
|
|
||||||
- **Identify Target Agent:** Match user's request against an agent's `Title` or `Name` in `AgentConfig`. If ambiguous, ask for clarification.
|
- **Identify Target Agent:** Match user's request against an agent's `Title` or `Name` in `AgentConfig`. If ambiguous, ask for clarification.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user