From 1e900499e934fab1cd7201b6f353808e93112da9 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Mon, 22 Jun 2026 16:04:15 -0700 Subject: [PATCH] fix: clarify dev auto epic context output --- .../4-implementation/bmad-dev-auto/compile-epic-context.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bmm-skills/4-implementation/bmad-dev-auto/compile-epic-context.md b/src/bmm-skills/4-implementation/bmad-dev-auto/compile-epic-context.md index eb21c98ac..5bdcc2641 100644 --- a/src/bmm-skills/4-implementation/bmad-dev-auto/compile-epic-context.md +++ b/src/bmm-skills/4-implementation/bmad-dev-auto/compile-epic-context.md @@ -17,7 +17,7 @@ Use these headings: ```markdown # Epic {N} Context: {Epic Title} - + ## Goal @@ -59,4 +59,4 @@ Use these headings: ## Error handling - **If the epics file is missing or the target epic is not found:** write nothing and report the problem to the calling agent. Goal and Stories cannot be populated without a usable epics file. -- **If planning artifacts are missing or empty:** still produce the file with Goal and Stories populated from the epics file, and note the gap in the Goal section. Never hallucinate content to fill missing sections. +- **If planning artifacts are missing or empty:** still produce the file with Goal and Stories populated from the epics file. Under Requirements & Constraints, write: "Planning artifacts were unavailable; only epics-file context was used." Never hallucinate content to fill missing sections.