chore: register symphony in src_repos#22
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds/updates BMAD workflow assets (workflows, step files, templates, manifests, and docs) to support workflow/module/agent creation and reference workflow execution within the .bmad installation layout.
Changes:
- Added new BMAD workflows for creating modules and agents (plus supporting templates and validation docs).
- Introduced a “Meal Prep & Nutrition Plan” reference workflow (duplicated in two locations) and registered it in workflow manifests/commands.
- Added workflow documentation templates/terms and updated
.augmentcommand wrappers.
Reviewed changes
Copilot reviewed 189 out of 574 changed files in this pull request and generated 12 comments.
Show a summary per file
| File | Description |
|---|---|
| .bmad/bmb/workflows/create-workflow/steps/step-01-init.md | Adds workflow-creation initialization step content and file/variable conventions. |
| .bmad/bmb/workflows/create-module/workflow.md | Defines the create-module workflow entrypoint and initialization rules. |
| .bmad/bmb/workflows/create-module/validation.md | Adds a validation checklist referenced by create-module validation step(s). |
| .bmad/bmb/workflows/create-module/templates/workflow-plan-template.md | Adds a template guide for workflow plans created during module creation. |
| .bmad/bmb/workflows/create-module/templates/module.template.yaml | Adds a module.yaml template for module installer configuration. |
| .bmad/bmb/workflows/create-module/templates/module-plan.template.md | Adds a starter module-plan template with frontmatter. |
| .bmad/bmb/workflows/create-module/templates/installer.template.js | Adds a JS installer template for optional custom install logic. |
| .bmad/bmb/workflows/create-module/steps/step-08-installer.md | Adds step instructions for generating module.yaml and installer assets. |
| .bmad/bmb/workflows/create-module/steps/step-01b-continue.md | Adds continuation step instructions for resuming module creation. |
| .bmad/bmb/workflows/create-module/steps/step-01-init.md | Adds initialization step for create-module (new plan + continuation routing). |
| .bmad/bmb/workflows/create-agent/workflow.md | Adds create-agent workflow definition and path/reference vars. |
| .bmad/bmb/workflows/create-agent/templates/agent_purpose_and_type.md | Adds agent discovery output artifact template. |
| .bmad/bmb/workflows/create-agent/templates/agent_persona.md | Adds persona-development output artifact template. |
| .bmad/bmb/workflows/create-agent/templates/agent_commands.md | Adds command-structure output artifact template. |
| .bmad/bmb/workflows/create-agent/steps/step-10-build-tools.md | Adds step for build tool detection / compilation guidance. |
| .bmad/bmb/workflows/create-agent/steps/step-01-brainstorm.md | Adds optional brainstorming step before agent discovery. |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md | Adds a reference workflow example embedded under create-agent data. |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/strategy-section.md | Adds nutrition workflow template section (strategy). |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/shopping-section.md | Adds nutrition workflow template section (shopping). |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/profile-section.md | Adds nutrition workflow template section (profile). |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md | Adds nutrition workflow template section (prep schedule). |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md | Adds overall nutrition plan document template. |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/assessment-section.md | Adds nutrition workflow template section (assessment). |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md | Adds shopping-list step (optional) for nutrition workflow example. |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md | Adds dietary assessment step for nutrition workflow example. |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md | Adds user profile collection step for nutrition workflow example. |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md | Adds continuation step for nutrition workflow example. |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01-init.md | Adds initialization step for nutrition workflow example. |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/recipe-database.csv | Adds recipe database CSV for nutrition workflow example. |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv | Adds macro calculator CSV for nutrition workflow example. |
| .bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv | Adds dietary restrictions CSV for nutrition workflow example. |
| .bmad/bmb/workflows/create-agent/data/reference/agents/module-examples/README.md | Adds module-agent example README under create-agent reference data. |
| .bmad/bmb/workflows/create-agent/data/reference/README.md | Adds reference data folder README (create-agent). |
| .bmad/bmb/workflows/create-agent/data/info-and-installation-guide.md | Adds standalone installation guide template for agents. |
| .bmad/bmb/workflows/create-agent/data/brainstorm-context.md | Adds brainstorming context document used by brainstorming workflow. |
| .bmad/bmb/workflows-legacy/module-brief/workflow.yaml | Adds legacy module-brief workflow config (YAML). |
| .bmad/bmb/workflows-legacy/module-brief/template.md | Adds legacy module brief template. |
| .bmad/bmb/workflows-legacy/module-brief/checklist.md | Adds legacy module-brief validation checklist. |
| .bmad/bmb/workflows-legacy/edit-module/workflow.yaml | Adds legacy edit-module workflow config (YAML). |
| .bmad/bmb/workflows-legacy/edit-module/checklist.md | Adds legacy edit-module validation checklist. |
| .bmad/bmb/workflows-legacy/edit-module/README.md | Adds legacy edit-module documentation. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/workflow.md | Adds the same nutrition workflow under the main reference location. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/templates/strategy-section.md | Adds nutrition workflow template section (strategy) under reference. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/templates/shopping-section.md | Adds nutrition workflow template section (shopping) under reference. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/templates/profile-section.md | Adds nutrition workflow template section (profile) under reference. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md | Adds nutrition workflow template section (prep schedule) under reference. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md | Adds overall nutrition plan document template under reference. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/templates/assessment-section.md | Adds nutrition workflow template section (assessment) under reference. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md | Adds shopping-list step under the reference location. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md | Adds dietary assessment step under the reference location. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md | Adds user profile collection step under the reference location. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md | Adds continuation step under the reference location. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md | Adds initialization step under the reference location. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/data/recipe-database.csv | Adds recipe database CSV under the reference location. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv | Adds macro calculator CSV under the reference location. |
| .bmad/bmb/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv | Adds dietary restrictions CSV under the reference location. |
| .bmad/bmb/reference/agents/module-examples/README.md | Adds module-agent example README under reference. |
| .bmad/bmb/reference/README.md | Adds reference folder README (bmb/reference). |
| .bmad/bmb/docs/workflows/terms.md | Adds glossary/terms doc for workflow system. |
| .bmad/bmb/docs/workflows/templates/workflow.md | Adds workflow.md template file. |
| .bmad/bmb/docs/workflows/templates/workflow-template.md | Adds “copy/paste” workflow template guide and instructions. |
| .bmad/bmb/docs/workflows/templates/step-file.md | Adds step file template with mustache-like sections. |
| .bmad/bmb/docs/workflows/index.md | Adds index for workflow documentation. |
| .bmad/bmb/docs/workflows/common-workflow-tools.csv | Adds CSV catalog of common workflow tools/tasks/features. |
| .bmad/bmb/docs/agents/understanding-agent-types.md | Adds/updates agent type documentation. |
| .bmad/bmb/docs/agents/index.md | Adds index for agent documentation. |
| .bmad/bmb/config.yaml | Adds BMB module config values used by workflows (paths, user settings). |
| .bmad/bmb/agents/bmad-builder.md | Adds BMB builder agent file with menu routing to workflows. |
| .bmad/_cfg/workflow-manifest.csv | Registers workflows with name/module/path for discovery. |
| .bmad/_cfg/tool-manifest.csv | Registers tools made available to the system. |
| .bmad/_cfg/task-manifest.csv | Registers tasks made available to the system. |
| .bmad/_cfg/manifest.yaml | Adds system install manifest (installed modules/IDEs). |
| .bmad/_cfg/ides/claude-code.yaml | Adds IDE configuration record. |
| .bmad/_cfg/agents/core-bmad-master.customize.yaml | Adds customization scaffold for core-bmad-master. |
| .bmad/_cfg/agents/bmm-ux-designer.customize.yaml | Adds customization scaffold for bmm-ux-designer. |
| .bmad/_cfg/agents/bmm-tech-writer.customize.yaml | Adds customization scaffold for bmm-tech-writer. |
| .bmad/_cfg/agents/bmm-tea.customize.yaml | Adds customization scaffold for bmm-tea. |
| .bmad/_cfg/agents/bmm-sm.customize.yaml | Adds customization scaffold for bmm-sm. |
| .bmad/_cfg/agents/bmm-quick-flow-solo-dev.customize.yaml | Adds customization scaffold for bmm quick-flow solo dev. |
| .bmad/_cfg/agents/bmm-pm.customize.yaml | Adds customization scaffold for bmm-pm. |
| .bmad/_cfg/agents/bmm-dev.customize.yaml | Adds customization scaffold for bmm-dev. |
| .bmad/_cfg/agents/bmm-architect.customize.yaml | Adds customization scaffold for bmm-architect. |
| .bmad/_cfg/agents/bmm-analyst.customize.yaml | Adds customization scaffold for bmm-analyst. |
| .bmad/_cfg/agents/bmb-bmad-builder.customize.yaml | Adds customization scaffold for bmb-bmad-builder. |
| .bmad/_cfg/agent-manifest.csv | Registers available agents with persona metadata and paths. |
| .augment/commands/bmad/workflows/core-party-mode.md | Adds command wrapper to run core party-mode workflow. |
| .augment/commands/bmad/workflows/core-brainstorming-session.md | Adds command wrapper to run core brainstorming workflow. |
| .augment/commands/bmad/workflows/bmm-workflow-status.md | Adds command wrapper to execute workflow-status via workflow.xml task runner. |
| .augment/commands/bmad/workflows/bmm-workflow-init.md | Adds command wrapper to execute workflow-init via workflow.xml task runner. |
| .augment/commands/bmad/workflows/bmm-testarch-trace.md | Adds wrapper for testarch trace workflow. |
| .augment/commands/bmad/workflows/bmm-testarch-test-review.md | Adds wrapper for testarch test-review workflow. |
| .augment/commands/bmad/workflows/bmm-testarch-test-design.md | Adds wrapper for testarch test-design workflow. |
| .augment/commands/bmad/workflows/bmm-testarch-nfr.md | Adds wrapper for testarch nfr-assess workflow. |
| .augment/commands/bmad/workflows/bmm-testarch-framework.md | Adds wrapper for testarch framework workflow. |
| .augment/commands/bmad/workflows/bmm-testarch-ci.md | Adds wrapper for testarch CI workflow. |
| .augment/commands/bmad/workflows/bmm-testarch-automate.md | Adds wrapper for testarch automate workflow. |
| .augment/commands/bmad/workflows/bmm-testarch-atdd.md | Adds wrapper for testarch ATDD workflow. |
| .augment/commands/bmad/workflows/bmm-sprint-status.md | Adds wrapper for sprint-status workflow. |
| .augment/commands/bmad/workflows/bmm-sprint-planning.md | Adds wrapper for sprint-planning workflow. |
| .augment/commands/bmad/workflows/bmm-retrospective.md | Adds wrapper for retrospective workflow. |
| .augment/commands/bmad/workflows/bmm-research.md | Adds wrapper for research workflow. |
| .augment/commands/bmad/workflows/bmm-quick-dev.md | Adds wrapper for quick-dev workflow via workflow.xml. |
| .augment/commands/bmad/workflows/bmm-generate-project-context.md | Adds wrapper for generate-project-context workflow. |
| .augment/commands/bmad/workflows/bmm-document-project.md | Adds wrapper for document-project workflow via workflow.xml. |
| .augment/commands/bmad/workflows/bmm-dev-story.md | Adds wrapper for dev-story workflow via workflow.xml. |
| .augment/commands/bmad/workflows/bmm-create-ux-design.md | Adds wrapper for create-ux-design workflow. |
| .augment/commands/bmad/workflows/bmm-create-tech-spec.md | Adds wrapper for create-tech-spec workflow via workflow.xml. |
| .augment/commands/bmad/workflows/bmm-create-story.md | Adds wrapper for create-story workflow via workflow.xml. |
| .augment/commands/bmad/workflows/bmm-create-product-brief.md | Adds wrapper for create-product-brief workflow. |
| .augment/commands/bmad/workflows/bmm-create-prd.md | Adds wrapper for create-prd workflow. |
| .augment/commands/bmad/workflows/bmm-create-excalidraw-wireframe.md | Adds wrapper for Excalidraw wireframe workflow via workflow.xml. |
| .augment/commands/bmad/workflows/bmm-create-excalidraw-flowchart.md | Adds wrapper for Excalidraw flowchart workflow via workflow.xml. |
| .augment/commands/bmad/workflows/bmm-create-excalidraw-diagram.md | Adds wrapper for Excalidraw diagram workflow via workflow.xml. |
| .augment/commands/bmad/workflows/bmm-create-excalidraw-dataflow.md | Adds wrapper for Excalidraw dataflow workflow via workflow.xml. |
| .augment/commands/bmad/workflows/bmm-create-epics-stories.md | Adds wrapper for create-epics-and-stories workflow. |
| .augment/commands/bmad/workflows/bmm-create-architecture.md | Adds wrapper for architecture workflow. |
| .augment/commands/bmad/workflows/bmm-correct-course.md | Adds wrapper for correct-course workflow via workflow.xml. |
| .augment/commands/bmad/workflows/bmm-code-review.md | Adds wrapper for code-review workflow via workflow.xml. |
| .augment/commands/bmad/workflows/bmm-check-implementation-readiness.md | Adds wrapper for implementation-readiness workflow. |
| .augment/commands/bmad/workflows/bmb-workflow-compliance-check.md | Adds wrapper for workflow-compliance-check workflow. |
| .augment/commands/bmad/workflows/bmb-edit-workflow.md | Adds wrapper for edit-workflow workflow. |
| .augment/commands/bmad/workflows/bmb-edit-agent.md | Adds wrapper for edit-agent workflow. |
| .augment/commands/bmad/workflows/bmb-create-workflow.md | Adds wrapper for create-workflow workflow. |
| .augment/commands/bmad/workflows/bmb-create-module.md | Adds wrapper for create-module workflow. |
| .augment/commands/bmad/workflows/bmb-create-agent.md | Adds wrapper for create-agent workflow. |
| .augment/commands/bmad/workflows/bmb-Meal Prep & Nutrition Plan.md | Adds wrapper for the nutrition plan reference workflow. |
| .augment/commands/bmad/tools/core-shard-doc.md | Adds wrapper/tool definition for shard-doc tool. |
| .augment/commands/bmad/tasks/core-index-docs.md | Adds wrapper/task definition for index-docs task. |
| .augment/commands/bmad/agents/core-bmad-master.md | Adds wrapper for activating core bmad-master agent. |
| .augment/commands/bmad/agents/bmm-ux-designer.md | Adds wrapper for activating bmm UX designer agent. |
| .augment/commands/bmad/agents/bmm-tech-writer.md | Adds wrapper for activating bmm tech writer agent. |
| .augment/commands/bmad/agents/bmm-tea.md | Adds wrapper for activating bmm test architect agent. |
| .augment/commands/bmad/agents/bmm-sm.md | Adds wrapper for activating bmm scrum master agent. |
| .augment/commands/bmad/agents/bmm-quick-flow-solo-dev.md | Adds wrapper for activating bmm quick-flow solo dev agent. |
| .augment/commands/bmad/agents/bmm-pm.md | Adds wrapper for activating bmm product manager agent. |
| .augment/commands/bmad/agents/bmm-dev.md | Adds wrapper for activating bmm dev agent. |
| .augment/commands/bmad/agents/bmm-architect.md | Adds wrapper for activating bmm architect agent. |
| .augment/commands/bmad/agents/bmm-analyst.md | Adds wrapper for activating bmm analyst agent. |
| .augment/commands/bmad/agents/bmb-bmad-builder.md | Adds wrapper for activating bmb bmad-builder agent. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## PATH DEFINITIONS | ||
|
|
||
| # Technical documentation for agent building | ||
|
|
||
| agent_compilation: "{project-root}/.bmad/bmb/docs/agents/agent-compilation.md" | ||
| understanding_agent_types: "{project-root}/.bmad/bmb/docs/agents/understanding-agent-types.md" | ||
| simple_agent_architecture: "{project-root}/.bmad/bmb/docs/agents/simple-agent-architecture.md" | ||
| expert_agent_architecture: "{project-root}/.bmad/bmb/docs/agents/expert-agent-architecture.md" | ||
| module_agent_architecture: "{project-root}/.bmad/bmb/docs/agents/module-agent-architecture.md" | ||
| agent_menu_patterns: "{project-root}/.bmad/bmb/docs/agents/agent-menu-patterns.md" | ||
|
|
||
| # Data and templates | ||
|
|
||
| communication_presets: "{workflow_path}/data/communication-presets.csv" | ||
| brainstorm_context: "{workflow_path}/data/brainstorm-context.md" |
There was a problem hiding this comment.
This workflow references {workflow_path} multiple times, but workflow_path is not defined anywhere in the workflow frontmatter. That will break template/path resolution at runtime. Define workflow_path in the frontmatter (e.g., to the installed .bmad/.../create-agent folder) or replace these references with {installed_path} (or another already-defined variable).
| description: 'Optional brainstorming for agent ideas' | ||
|
|
||
| # Path Definitions | ||
| workflow_path: '{project-root}/src/modules/bmb/workflows/create-agent' |
There was a problem hiding this comment.
The workflow_path points at {project-root}/src/modules/..., but this step file (and the workflow) lives under .bmad/bmb/workflows/create-agent/.... If this executes in an installed context, it will look in the wrong directory for nextStepFile (and other references). Align workflow_path with the actual installed location (e.g. {project-root}/.bmad/bmb/workflows/create-agent) or drive step file paths from installed_path consistently.
| workflow_path: '{project-root}/src/modules/bmb/workflows/create-agent' | |
| workflow_path: '{project-root}/.bmad/bmb/workflows/create-agent' |
|
|
||
| # File References | ||
| thisStepFile: '{workflow_path}/steps/step-01-brainstorm.md' | ||
| nextStepFile: '{workflow_path}/steps/step-02-discover.md' |
There was a problem hiding this comment.
The workflow_path points at {project-root}/src/modules/..., but this step file (and the workflow) lives under .bmad/bmb/workflows/create-agent/.... If this executes in an installed context, it will look in the wrong directory for nextStepFile (and other references). Align workflow_path with the actual installed location (e.g. {project-root}/.bmad/bmb/workflows/create-agent) or drive step file paths from installed_path consistently.
| outputFile: '{output_folder}/nutrition-plan-{project_name}.md' | ||
| templateFile: '{workflow_path}/templates/nutrition-plan.md' | ||
| continueFile: '{workflow_path}/steps/step-01b-continue.md' |
There was a problem hiding this comment.
There are two concrete placeholder/path mismatches here: (1) you define templateFile in frontmatter, but later reference {template_path}; and (2) the menu handling logic hardcodes {workflow_path}/step-02-profile.md (missing the /steps/ segment) even though nextStepFile is already defined correctly. Use {templateFile} (or rename consistently) and use {nextStepFile} (or {workflow_path}/steps/step-02-profile.md) to prevent runtime file-not-found errors.
|
|
||
| #### B. Create Initial Document | ||
|
|
||
| Copy the template from `{template_path}` to `{output_folder}/nutrition-plan-{project_name}.md` |
There was a problem hiding this comment.
There are two concrete placeholder/path mismatches here: (1) you define templateFile in frontmatter, but later reference {template_path}; and (2) the menu handling logic hardcodes {workflow_path}/step-02-profile.md (missing the /steps/ segment) even though nextStepFile is already defined correctly. Use {templateFile} (or rename consistently) and use {nextStepFile} (or {workflow_path}/steps/step-02-profile.md) to prevent runtime file-not-found errors.
| - IF C: Save content to nutrition-plan.md, update frontmatter `stepsCompleted` to add 5 at the end of the array before loading next step, then load, read entire file, then execute `{workflow_path}/step-06-prep-schedule.md` | ||
| - IF Any other comments or queries: help user respond then [Redisplay Menu Options](#5-present-menu-options) | ||
|
|
||
| ## CRITICAL STEP COMPLETION NOTE | ||
|
|
||
| ONLY WHEN C is selected and content is saved to document and frontmatter is updated, will you then load, read entire file, then execute `{workflow_path}/step-06-prep-schedule.md` to execute and begin meal prep schedule creation. |
There was a problem hiding this comment.
Both references to the next step path omit the /steps/ directory (should match nextStepFile: '{workflow_path}/steps/step-06-prep-schedule.md'). As written, the workflow will try to load a non-existent path. Replace these with {nextStepFile} (preferred) or {workflow_path}/steps/step-06-prep-schedule.md.
| - IF C: Save content to nutrition-plan.md, update frontmatter `stepsCompleted` to add 5 at the end of the array before loading next step, then load, read entire file, then execute `{workflow_path}/step-06-prep-schedule.md` | |
| - IF Any other comments or queries: help user respond then [Redisplay Menu Options](#5-present-menu-options) | |
| ## CRITICAL STEP COMPLETION NOTE | |
| ONLY WHEN C is selected and content is saved to document and frontmatter is updated, will you then load, read entire file, then execute `{workflow_path}/step-06-prep-schedule.md` to execute and begin meal prep schedule creation. | |
| - IF C: Save content to nutrition-plan.md, update frontmatter `stepsCompleted` to add 5 at the end of the array before loading next step, then load, read entire file, then execute `{nextStepFile}` | |
| - IF Any other comments or queries: help user respond then [Redisplay Menu Options](#5-present-menu-options) | |
| ## CRITICAL STEP COMPLETION NOTE | |
| ONLY WHEN C is selected and content is saved to document and frontmatter is updated, will you then load, read entire file, then execute `{nextStepFile}` to execute and begin meal prep schedule creation. |
| ### ✅ SUCCESS: | ||
|
|
||
| - Document created from template | ||
| - update frontmatter `stepsCompleted` to add 4 at the end of the array before loading next step |
There was a problem hiding this comment.
This success criteria mentions adding step 4 to stepsCompleted during step-01-init, which contradicts the rest of the step (and the expected sequence). This is likely a copy/paste error and will confuse anyone implementing/executing the workflow; update it to reflect adding step 1 (or step-01-init) only.
| - update frontmatter `stepsCompleted` to add 4 at the end of the array before loading next step | |
| - update frontmatter `stepsCompleted` to add 1 (this step) at the end of the array before loading next step |
|
|
||
| ### Core Principles | ||
|
|
||
| - **Micro-file Design**: Each step of the overall goal is a self contained instruction file that you will adhere too 1 file as directed at a time |
There was a problem hiding this comment.
Correct the phrase 'adhere too 1 file' to 'adhere to 1 file'.
| - **Micro-file Design**: Each step of the overall goal is a self contained instruction file that you will adhere too 1 file as directed at a time | |
| - **Micro-file Design**: Each step of the overall goal is a self contained instruction file that you will adhere to 1 file as directed at a time |
|
|
||
| ### 5. Handle User Choice | ||
|
|
||
| User your best judgement in how to handle the users choice |
There was a problem hiding this comment.
This line has a few grammatical issues that reduce clarity in an instruction doc: User → Use, judgement → judgment (or align with your preferred locale), and users choice → user's choice.
| User your best judgement in how to handle the users choice | |
| Use your best judgment in how to handle the user's choice |
| name,description,module,path | ||
| "brainstorming-session","Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods","core",".bmad/core/workflows/brainstorming/workflow.md" | ||
| "party-mode","Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations","core",".bmad/core/workflows/party-mode/workflow.md" | ||
| "Meal Prep & Nutrition Plan","Creates personalized meal plans through collaborative nutrition planning between an expert facilitator and individual seeking to improve their nutrition habits.","bmb",".bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md" |
There was a problem hiding this comment.
The manifest registers the Meal Prep workflow under .bmad/bmb/workflows/create-agent/data/reference/..., but there is also a dedicated reference copy under .bmad/bmb/reference/workflows/meal-prep-nutrition/workflow.md. Registering one canonical path (ideally the main bmb/reference/... location) would reduce duplication and future drift between the two copies.
| "Meal Prep & Nutrition Plan","Creates personalized meal plans through collaborative nutrition planning between an expert facilitator and individual seeking to improve their nutrition habits.","bmb",".bmad/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md" | |
| "Meal Prep & Nutrition Plan","Creates personalized meal plans through collaborative nutrition planning between an expert facilitator and individual seeking to improve their nutrition habits.","bmb",".bmad/bmb/reference/workflows/meal-prep-nutrition/workflow.md" |
Add symphony (Rust gRPC service) to concourse-shared for CI/CD vendoring.