Compare commits
1 Commits
af1c49d7ab
...
a842381435
| Author | SHA1 | Date |
|---|---|---|
|
|
a842381435 |
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: '{{name}}'
|
mode: primary
|
||||||
description: '{{description}}'
|
description: '{{description}}'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,10 @@
|
||||||
---
|
---
|
||||||
name: '{{name}}'
|
|
||||||
description: '{{description}}'
|
description: '{{description}}'
|
||||||
---
|
---
|
||||||
|
|
||||||
Execute the BMAD '{{name}}' task.
|
Execute the BMAD '{{name}}' task.
|
||||||
|
|
||||||
TASK INSTRUCTIONS:
|
TASK INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the task file from {project-root}/{{bmadFolderName}}/{{path}}
|
1. LOAD the task file from {project-root}/{{bmadFolderName}}/{{path}}
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every instruction precisely as specified
|
3. FOLLOW every instruction precisely as specified
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,10 @@
|
||||||
---
|
---
|
||||||
name: '{{name}}'
|
|
||||||
description: '{{description}}'
|
description: '{{description}}'
|
||||||
---
|
---
|
||||||
|
|
||||||
Execute the BMAD '{{name}}' tool.
|
Execute the BMAD '{{name}}' tool.
|
||||||
|
|
||||||
TOOL INSTRUCTIONS:
|
TOOL INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the tool file from {project-root}/{{bmadFolderName}}/{{path}}
|
1. LOAD the tool file from {project-root}/{{bmadFolderName}}/{{path}}
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every instruction precisely as specified
|
3. FOLLOW every instruction precisely as specified
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
name: '{{name}}'
|
|
||||||
description: '{{description}}'
|
description: '{{description}}'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -8,7 +7,6 @@ Execute the BMAD '{{name}}' workflow.
|
||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/{{bmadFolderName}}/{{path}}
|
1. LOAD the workflow file from {project-root}/{{bmadFolderName}}/{{path}}
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
name: '{{name}}'
|
|
||||||
description: '{{description}}'
|
description: '{{description}}'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -8,7 +7,6 @@ Execute the BMAD '{{name}}' workflow.
|
||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/{{bmadFolderName}}/{{path}}
|
1. LOAD the workflow file from {project-root}/{{bmadFolderName}}/{{path}}
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue