14 lines
651 B
TOML
14 lines
651 B
TOML
description = "Executes the {{name}} task from the BMAD Method."
|
|
prompt = """
|
|
Execute the BMAD '{{name}}' task.
|
|
|
|
TASK INSTRUCTIONS:
|
|
1. LOAD the task file from {project-root}/{{bmadFolderName}}/{{path}}
|
|
2. READ its entire contents
|
|
3. FOLLOW every instruction precisely as specified
|
|
|
|
RULE: Check your stored {interaction_style} session variable from activation step 2. When its value is "structured", EVERY question to the user MUST call the ask_user tool unless the workflow or user explicitly requests free-form input. If you cannot determine {interaction_style}, default to structured mode.
|
|
|
|
TASK FILE: {project-root}/{{bmadFolderName}}/{{path}}
|
|
"""
|