The Coach module translates the detector's findings into actionable writing advice and concrete text edits that blend flagged links naturally into the draft.

sequenceDiagram
  autonumber
  participant Draft as Article Draft
  participant Blue as Blue Team Detector
  participant Coach as Coach Module
  participant Editor as Content Editor

  Draft->>Blue: Evaluate link naturalness
  Blue-->>Coach: Flagged placement findings & rationale
  Coach->>Coach: Reframe findings as writing advice
  Coach-->>Editor: Provide tips and text replacements
  Editor->>Draft: Apply accepted edits