diff --git a/src/workflows/agent/steps-e/e-01-load-existing.md b/src/workflows/agent/steps-e/e-01-load-existing.md index 15444a2..8dc43ea 100644 --- a/src/workflows/agent/steps-e/e-01-load-existing.md +++ b/src/workflows/agent/steps-e/e-01-load-existing.md @@ -4,7 +4,7 @@ description: 'Load and analyze existing agent for editing' # File References thisStepFile: ./e-01-load-existing.md -workflowFile: ../workflow.md +workflowFile: ../workflow-edit-agent.md nextStepFile: './e-02-discover-edits.md' editPlan: '{bmb_creations_output_folder}/edit-plan-{agent-name}.md' agentMetadata: ../data/agent-metadata.md diff --git a/src/workflows/module/steps-c/step-01b-continue.md b/src/workflows/module/steps-c/step-01b-continue.md index 42b63c7..4dced79 100644 --- a/src/workflows/module/steps-c/step-01b-continue.md +++ b/src/workflows/module/steps-c/step-01b-continue.md @@ -2,7 +2,7 @@ name: 'step-01b-continue' description: 'Handle workflow continuation for Create mode' -workflowFile: '../workflow.md' +workflowFile: '../workflow-create-module.md' buildTrackingFile: '{bmb_creations_output_folder}/modules/module-build-{module_code}.md' --- diff --git a/src/workflows/module/workflow-edit-module.md b/src/workflows/module/workflow-edit-module.md index b7ce60f..6cd3024 100644 --- a/src/workflows/module/workflow-edit-module.md +++ b/src/workflows/module/workflow-edit-module.md @@ -3,7 +3,7 @@ name: edit-module description: Edit existing BMAD modules while maintaining coherence web_bundle: true installed_path: '{project-root}/_bmad/bmb/workflows/module' -editWorkflow: './steps-e/step-01-assess.md' +editWorkflow: './steps-e/step-01-load-target.md' --- # Edit Module