Roadmap item (see ROADMAP.md). Runs after (or as part of) a Broad-Side collect: takes every defect and security finding, scores each by impact × fix difficulty, groups by module, and emits a prioritized work order with estimated effort.
Schema sketch: { items: [{ finding_ref, module, impact, difficulty, priority, rationale }], summary }. This is the piece that turns scouting leads into something an engineer can execute from — the highest-value next lens.
Roadmap item (see ROADMAP.md). Runs after (or as part of) a Broad-Side collect: takes every defect and security finding, scores each by impact × fix difficulty, groups by module, and emits a prioritized work order with estimated effort.
Schema sketch:
{ items: [{ finding_ref, module, impact, difficulty, priority, rationale }], summary }. This is the piece that turns scouting leads into something an engineer can execute from — the highest-value next lens.