BMAD-METHOD/src/bmm/workflows/4-implementation/code-review/steps/step-02-build-attack-plan.md

844 B

name description nextStepFile
step-02-build-attack-plan Build an explicit adversarial review plan against ACs and completed tasks ./step-03-execute-review.md
Extract ALL Acceptance Criteria from story Extract ALL Tasks/Subtasks with completion status ([x] vs [ ]) From Dev Agent Record → File List, compile list of claimed changes
<action>Create review plan:
  1. **AC Validation**: Verify each AC is actually implemented
  2. **Task Audit**: Verify each [x] task is really done
  3. **Code Quality**: Security, performance, maintainability
  4. **Test Quality**: Real assertions and meaningful coverage
</action>

Next

  • Read fully and follow: ./step-03-execute-review.md.