14 lines
496 B
TOML
14 lines
496 B
TOML
description = "Executes the {{name}} tool from the BMAD Method."
|
|
prompt = """
|
|
Execute the BMAD '{{name}}' tool.
|
|
|
|
TOOL INSTRUCTIONS:
|
|
1. LOAD the tool file from {project-root}/{{bmadFolderName}}/{{path}}
|
|
2. READ its entire contents
|
|
3. FOLLOW every instruction precisely as specified
|
|
|
|
RULE: When interaction_style is "structured", EVERY question to the user MUST call the ask_user tool. Do NOT write questions as plain text. No exceptions.
|
|
|
|
TOOL FILE: {project-root}/{{bmadFolderName}}/{{path}}
|
|
"""
|