Compare commits

..

1 Commits

Author SHA1 Message Date
Alex Verkhovsky a842381435
Merge 63a03b6945 into c8ca083316 2026-02-12 12:29:10 -07:00
5 changed files with 1 additions and 9 deletions

View File

@ -1,5 +1,5 @@
--- ---
name: '{{name}}' mode: primary
description: '{{description}}' description: '{{description}}'
--- ---

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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