diff --git a/src/bmm-skills/2-plan-workflows/bmad-create-prd/steps-c/step-01-init.md b/src/bmm-skills/2-plan-workflows/bmad-create-prd/steps-c/step-01-init.md index 08ce6b05d..28756173b 100644 --- a/src/bmm-skills/2-plan-workflows/bmad-create-prd/steps-c/step-01-init.md +++ b/src/bmm-skills/2-plan-workflows/bmad-create-prd/steps-c/step-01-init.md @@ -87,7 +87,7 @@ Try to discover the following: - Research Documents (`/*research*.md`) - Project Documentation (generally multiple documents might be found for this in the `{project_knowledge}` or `docs` folder.) - Project Context (`**/project-context.md`) -- Investigation Files (`{implementation_artifacts}/investigations/*.md`) — `bmad-investigate` case files when the PRD is being driven by a forensic investigation rather than greenfield ideation. Captures both `*-investigation.md` and `*-archaeology.md`. +- Investigation Files (`{implementation_artifacts}/investigations/*-investigation.md`) — `bmad-investigate` case files when the PRD is being driven by a forensic investigation rather than greenfield ideation. Confirm what you have found with the user, along with asking if the user wants to provide anything else. Only after this confirmation will you proceed to follow the loading rules diff --git a/src/bmm-skills/4-implementation/bmad-investigate/case-file-template.md b/src/bmm-skills/4-implementation/bmad-investigate/case-file-template.md index ae757a24d..7eefbfad9 100644 --- a/src/bmm-skills/4-implementation/bmad-investigate/case-file-template.md +++ b/src/bmm-skills/4-implementation/bmad-investigate/case-file-template.md @@ -1,12 +1,7 @@ -# Case File Template + -The output file uses the structure below. Initialize it once at the start of the case, then update sections as evidence -accumulates. Never delete a hypothesis. Update its Status and add a Resolution. Append follow-up sessions under dated -`## Follow-up: {date}` blocks instead of overwriting earlier reasoning. - ---- - -```markdown # Investigation: {title} ## Case Info @@ -161,4 +156,3 @@ overwrite earlier blocks. ### Updated Conclusion {Revised assessment incorporating new evidence.} -```