diff --git a/.gitignore b/.gitignore index a25ea7ec..697ec67b 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,6 @@ bmad-custom-src/ # Docusaurus / Documentation Build .docusaurus/ build/ + +# Fork-specific documentation (not committed) +BUG-TRACKING.md diff --git a/src/modules/bmm/workflows/implement/instructions.md b/src/modules/bmm/workflows/implement/instructions.md index 6e519497..1e545471 100644 --- a/src/modules/bmm/workflows/implement/instructions.md +++ b/src/modules/bmm/workflows/implement/instructions.md @@ -146,7 +146,13 @@ Change context: {description} Documentation notes: {doc_impact.notes} -Please update the relevant PRD sections to reflect this change. After updates, summarize what was changed. +Please update the relevant PRD sections to reflect this change. + +After updates: +1. Summarize what was changed +2. Return to the implement workflow by running: /implement {item_id} + +IMPORTANT: You MUST return to /implement {item_id} after completing the PRD updates so the actual code implementation can proceed. @@ -163,7 +169,13 @@ Change context: {description} Documentation notes: {doc_impact.notes} -Please update the relevant architecture sections (data model, APIs, security, etc.) to reflect this change. After updates, summarize what was changed. +Please update the relevant architecture sections (data model, APIs, security, etc.) to reflect this change. + +After updates: +1. Summarize what was changed +2. Return to the implement workflow by running: /implement {item_id} + +IMPORTANT: You MUST return to /implement {item_id} after completing the architecture updates so the actual code implementation can proceed. @@ -180,7 +192,13 @@ Change context: {description} Documentation notes: {doc_impact.notes} -Please update the relevant UX spec sections (screens, flows, components, etc.) to reflect this change. After updates, summarize what was changed. +Please update the relevant UX spec sections (screens, flows, components, etc.) to reflect this change. + +After updates: +1. Summarize what was changed +2. Return to the implement workflow by running: /implement {item_id} + +IMPORTANT: You MUST return to /implement {item_id} after completing the UX updates so the actual code implementation can proceed.