mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
* fix(ide): add support for Gemini CLI TOML format * fix(ide): Added normalization for config.extension, added .yml to the extension array --------- Co-authored-by: Brian <bmadcode@gmail.com>
15 lines
442 B
TOML
15 lines
442 B
TOML
description = """{{description}}"""
|
|
prompt = """
|
|
Execute the BMAD '{{name}}' workflow.
|
|
|
|
CRITICAL: You must load and follow the workflow definition exactly.
|
|
|
|
WORKFLOW INSTRUCTIONS:
|
|
1. LOAD the workflow file from {project-root}/{{bmadFolderName}}/{{workflow_path}}
|
|
2. READ its entire contents
|
|
3. FOLLOW every step precisely as specified
|
|
4. DO NOT skip or modify any steps
|
|
|
|
WORKFLOW FILE: {project-root}/{{bmadFolderName}}/{{workflow_path}}
|
|
"""
|