- Pull every meeting transcript and Slack thread from the last 60 days across all engineering and product teams.
- Read each to identify decision moments. Manually extract: team, scope (which systems touched), and polarity (for/against, build/skip).
- Cross-join every decision pair. For each pair, judge whether scopes overlap by re-reading both.
- For overlapping pairs, judge whether the polarities are mutually contradictory.
- Check whether each decision is still live — has anyone reversed it? Re-search for follow-ups.
- Identify the named owner on each side for resolution.
- Compose the list of live conflicts.
~190k tokens