diff --git a/src/bmm-skills/4-implementation/bmad-code-review/steps/step-04-present.md b/src/bmm-skills/4-implementation/bmad-code-review/steps/step-04-present.md index 2610207cc..168f316bb 100644 --- a/src/bmm-skills/4-implementation/bmad-code-review/steps/step-04-present.md +++ b/src/bmm-skills/4-implementation/bmad-code-review/steps/step-04-present.md @@ -7,8 +7,8 @@ deferred_work_file: '{implementation_artifacts}/deferred-work.md' ## RULES - YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}` -- Always write findings to the story file before offering action choices. -- Decision-needed findings must be resolved before handling patches. +- When `{spec_file}` is set, always write findings to the story file before offering action choices. +- `decision-needed` findings must be resolved before handling `patch` findings. ## INSTRUCTIONS @@ -20,14 +20,14 @@ If zero findings remain after triage (all dismissed or none raised): state that If `{spec_file}` exists and contains a Tasks/Subtasks section, append a `### Review Findings` subsection. Write all findings in this order: -1. **Decision needed** findings (unchecked): - `- [ ] [Review][Decision] {Title} — {Detail}` +1. **`decision-needed`** findings (unchecked): + `- [ ] [Review][Decision]
`patch`,