Files
L-Ami-Fiduciaire/.claude/skills/bmad-code-review/steps/step-04-present.md
Saad Ibn-Ezzoubayr 4807376c49 feat: implement Story 2.2 — Priority Alerts Panel with UI fixes
Add PriorityAlertsPanel component to the dashboard, update DashboardController
with alert logic, and apply misc UI fixes across sidebar, forms, and pages.
Includes epic-1 retrospective and sprint status update.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 12:33:27 +00:00

1.7 KiB

Step 4: Present

RULES

  • YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config {communication_language}
  • Do NOT auto-fix anything. Present findings and let the user decide next steps.

INSTRUCTIONS

  1. Group remaining findings by category.

  2. Present to the user in this order (include a section only if findings exist in that category):

    • Intent Gaps: "These findings suggest the captured intent is incomplete. Consider clarifying intent before proceeding."

      • List each with title + detail.
    • Bad Spec: "These findings suggest the spec should be amended. Consider regenerating or amending the spec with this context:"

      • List each with title + detail + suggested spec amendment.
    • Patch: "These are fixable code issues:"

      • List each with title + detail + location (if available).
    • Defer: "Pre-existing issues surfaced by this review (not caused by current changes):"

      • List each with title + detail.
  3. Summary line: X intent_gap, Y bad_spec, Z patch, W defer findings. R findings rejected as noise.

  4. If clean review (zero findings across all layers after triage): state that N findings were raised but all were classified as noise, or that no findings were raised at all (as applicable).

  5. Offer the user next steps (recommendations, not automated actions):

    • If patch findings exist: "These can be addressed in a follow-up implementation pass or manually."
    • If intent_gap or bad_spec findings exist: "Consider running the planning workflow to clarify intent or amend the spec before continuing."
    • If only defer findings remain: "No action needed for this change. Deferred items are noted for future attention."

Workflow complete.