name: 'step-06-resolve-findings' description: 'Handle review findings interactively, apply fixes, update tech-spec with final status'
workflow_path: '{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev'
Goal: Handle adversarial review findings interactively, apply fixes, finalize tech-spec.
From previous steps:
{baseline_commit} - Git HEAD at workflow start{execution_mode} - "tech-spec" or "direct"{tech_spec_path} - Tech-spec file (if Mode A)Present choice to user:
How would you like to handle these findings?
**[1] Walk through** - Discuss each finding individually
**[2] Auto-fix** - Automatically fix issues classified as "real"
**[3] Skip** - Acknowledge and proceed to commit
For each finding in order:
After all findings processed, summarize what was fixed/skipped.
Report what was fixed:
**Auto-fix Applied:**
- F1: {description of fix}
- F3: {description of fix}
...
Skipped (noise/uncertain): F2, F4
If {execution_mode} is "tech-spec":
{tech_spec_path}Add review notes:
## Review Notes
- Adversarial review completed
- Findings: {count} total, {fixed} fixed, {skipped} skipped
- Resolution approach: {walk-through/auto-fix/skip}
Save changes
**Review complete. Ready to commit.**
**Implementation Summary:**
- {what was implemented}
- Files modified: {count}
- Tests: {status}
- Review findings: {X} addressed, {Y} skipped
{Explain what was implemented based on user_skill_level}
This is the final step. The Quick Dev workflow is now complete.
User can: