Skip to content

Commit 401e8e4

Browse files
Brian MadisonBrian Madison
authored andcommitted
a few minor agent workflow main file cleanup actions
1 parent cba7cf2 commit 401e8e4

File tree

3 files changed

+2
-27
lines changed

3 files changed

+2
-27
lines changed

src/modules/bmb/workflows-legacy/edit-module/instructions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Load README.md
1919
- List all agents in agents/ directory
2020
- List all workflows in workflows/ directory
21-
- Check for installer files (if in src/modules/)
2221
- Identify any custom structure or patterns
2322
</action>
2423

src/modules/bmb/workflows/create-agent/steps/step-01-brainstorm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Wait for clear user response (yes/no or y/n).
9090

9191
- Load brainstorming workflow: `{brainstormWorkflow}`
9292
- Pass context data: `{brainstormContext}`
93-
- Execute brainstorming session
93+
- Execute brainstorming session scoped specifically to brainstorming a new agent.
9494
- Capture all brainstorming output for next step
9595
- Return to this step after brainstorming completes
9696

src/modules/bmb/workflows/create-agent/workflow.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -51,32 +51,8 @@ This uses **step-file architecture** for disciplined execution:
5151

5252
Load and read full config from `{project-root}/_bmad/bmb/config.yaml`:
5353

54-
- `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language`
54+
- `project_name`, `user_name`, `bmad_memory`, `communication_language`, `document_output_language`, `bmb_creations_output_folder`
5555

5656
### 2. First Step EXECUTION
5757

5858
Load, read completely, then execute `steps/step-01-brainstorm.md` to begin the workflow.
59-
60-
---
61-
62-
## PATH DEFINITIONS
63-
64-
# Technical documentation for agent building
65-
66-
agent_compilation: "{project-root}/\_bmad/bmb/docs/agents/agent-compilation.md"
67-
understanding_agent_types: "{project-root}/\_bmad/bmb/docs/agents/understanding-agent-types.md"
68-
simple_agent_architecture: "{project-root}/\_bmad/bmb/docs/agents/simple-agent-architecture.md"
69-
expert_agent_architecture: "{project-root}/\_bmad/bmb/docs/agents/expert-agent-architecture.md"
70-
module_agent_architecture: "{project-root}/\_bmad/bmb/docs/agents/module-agent-architecture.md"
71-
agent_menu_patterns: "{project-root}/\_bmad/bmb/docs/agents/agent-menu-patterns.md"
72-
73-
# Data and templates
74-
75-
communication_presets: "{workflow_path}/data/communication-presets.csv"
76-
brainstorm_context: "{workflow_path}/data/brainstorm-context.md"
77-
78-
# Reference examples
79-
80-
simple_agent_examples: "{project-root}/bmb/reference/agents/simple-examples/"
81-
expert_agent_examples: "{project-root}/bmb/reference/agents/expert-examples/"
82-
module_agent_examples: "{project-root}/bmb/reference/agents/module-examples/"

0 commit comments

Comments
 (0)