From b78537115da06b01e140833fd1d73950c7f2e41f Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Sun, 6 Jul 2025 12:11:55 -0500 Subject: [PATCH] feat: experimental doc creator v2 and template system --- bmad-core/agents/bmad-master.md | 2 +- dist/agents/bmad-master.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bmad-core/agents/bmad-master.md b/bmad-core/agents/bmad-master.md index 7e6b19c1..073e650e 100644 --- a/bmad-core/agents/bmad-master.md +++ b/bmad-core/agents/bmad-master.md @@ -38,7 +38,7 @@ commands: - task {task}: Execute task, if not found or none specified, ONLY list available dependencies/tasks listed below - list {task|template|util|checklist|workflow}: List resources by type ONLY from the corresponding dependencies sub item below - create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below) - - create-prd: Execute task create-doc2 with prd-tmpl2 template (new front matter-driven PRD creation) + - create-prd-alpha: Execute task create-doc2 with .bmad-core/templates/prd-tmpl2.yaml (EXPERIMENTAL) - execute-checklist {checklist}: Run task execute-checklist (no checklist = ONLY show available checklists listed under dependencies/checklist below) - shard-doc {document} {destination}: run the task shard-doc against the optionally provided document to the specified destination - plan: Execute the task Create workflow plan diff --git a/dist/agents/bmad-master.txt b/dist/agents/bmad-master.txt index 226d67d1..c463c6ef 100644 --- a/dist/agents/bmad-master.txt +++ b/dist/agents/bmad-master.txt @@ -76,7 +76,7 @@ commands: - task {task}: Execute task, if not found or none specified, ONLY list available dependencies/tasks listed below - list {task|template|util|checklist|workflow}: List resources by type ONLY from the corresponding dependencies sub item below - create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below) - - create-prd: Execute task create-doc2 with prd-tmpl2 template (new front matter-driven PRD creation) + - create-prd-alpha: Execute task create-doc2 with .bmad-core/templates/prd-tmpl2.yaml (EXPERIMENTAL) - execute-checklist {checklist}: Run task execute-checklist (no checklist = ONLY show available checklists listed under dependencies/checklist below) - shard-doc {document} {destination}: run the task shard-doc against the optionally provided document to the specified destination - plan: Execute the task Create workflow plan