13 lines
451 B
TOML
13 lines
451 B
TOML
description = "Executes the {{taskName}} task from the BMad Method."
|
|
prompt = """
|
|
Execute the following BMad Method task workflow:
|
|
|
|
PRE-FLIGHT CHECKLIST:
|
|
1. [ ] IMMEDIATE ACTION: Load and parse @{_bmad}/{{module}}/config.yaml.
|
|
2. [ ] IMMEDIATE ACTION: Read and load the task definition at @{_bmad}/{{module}}/tasks/{{filename}}.
|
|
|
|
Follow all instructions and complete the task as defined.
|
|
|
|
TASK DEFINITION: @{_bmad}/{{module}}/tasks/{{filename}}
|
|
"""
|