| 2 | Unplanned Work Tracker | Detects mid-sprint scope creep, tracks ratio over time. |
| 6 | Stakeholder Feedback Synthesizer | Monthly synthesis of themes and sentiment from meeting notes. |
| 7 | Process Retirement Auditor | Finds stale templates, unused labels, zero-engagement workflows. |
| 8 | Cross-Team Dependency Radar | Surfaces conflicting timelines and blocked handoffs. |
| 10 | Change Adoption Monitor | 30/60/90-day adoption tracking for new processes. |
| 12 | Time Allocation Visibility | Reactive vs strategic work split analysis. |
| 19 | Framework/Ritual Sunset Reviewer | Audits meeting and ceremony engagement signals quarterly. See also: ritual cadence tracking built into the Process Analyzer workflow, which checks the Ritual Cadence table in docs/how-we-work.md weekly and reports status in the retro discussion. |
| 21 | Action Item Tracker | Extracts action items from meeting transcripts, creates issues, follows up weekly on completion/abandonment. Feeds into prioritization rubric updates ("we never do X, stop assigning it"). |
| 28 | Context Bridge | When someone is mentioned on an unfamiliar issue, generates a personalized briefing based on their role, team, and recent work — not a generic summary but a frame-aware bridge. |
| 29 | Consistency Auditor | Flags where team practices have drifted from docs/how-we-work.md and asks whether drift is intentional or accidental. |
| 36 | Team Health Checklist Auditor | For each team, checks whether the 8 POM basics are in place: charter/mission, strategy, models, roadmap of bets, bet artifacts, metrics & input targets, goals, and kickoff/learning review docs. Periodic health report. |
| 37 | Scope Ownership Auditor | Scans the scope registry for orphaned scopes (no team assigned), overlapping ownership, stale scopes (not referenced in recent bets), and scopes missing linked capabilities or customer context. |
| 38 | Cross-Team Collaboration Tracker | Analyzes cross-team mentions, shared labels, PR reviews across boundaries, and transcript references to surface actual collaboration patterns. Compares against declared Team Topology interaction modes and flags mismatches or friction. |
| 39 | Artifact Freshness Tracker | Checks key artifacts (product vision, strategy docs, roadmaps, bet one-pagers) against their expected refresh cadence — strategy yearly, roadmap quarterly, bet one-pagers monthly. Flags stale artifacts and missing required types. |
| 40 | Commitment Reconciler | Scans transcripts, issue comments, and project state for commitments that are promised but untracked, tracked but stale, completed but still open, or drifting from the latest conversation. Implemented as Commitment Reconciler — weekly report that reconciles conversation commitments against GitHub artifacts. |
| 41 | Stakeholder Relationship Nudge | Maintains lightweight stakeholder context from issues, meetings, and prior briefs. Nudges DRIs when a stakeholder has not been updated after a material change, when a prior concern has no follow-up, or when a meeting would benefit from resurfaced context. |
| 42 | Program Risk Early-Warning Radar | Combines stale issues/PRs, phase changes, missing sign-offs, date drift, blockers, dependency mentions, and transcript signals into an early-warning report before risks become obvious launch problems. |
| 43 | Manual PM Work Detector | Finds recurring low-judgment PM chores in transcripts, issues, and docs — status assembly, spreadsheet reshaping, reminder loops, repeated copy/paste updates — and opens automation-candidate issues with evidence and estimated time saved. |
| 49 | Board Reality Reconciler | Compares GitHub Project fields against recent comments, transcripts, labels, and child issue state to flag boards that have quietly drifted from reality. |
| 50 | Meeting Note Cleanup | Turns raw meeting transcripts into clean issue-linked notes with decisions, action items, open questions, risks, and unresolved follow-ups, then suggests where each note should live. |
| 51 | Dependency Map Inference | Infers cross-team and cross-launch dependencies from issue links, comments, transcripts, labels, and shared assignees. Posts a weekly map of hidden dependency chains and risky handoffs. |
| 63 | Zoom Transcript Fetcher | Polls the Zoom API every ~2 hours for new recordings from meetings listed in docs/how-we-work.md (each meeting has a Zoom Meeting ID field). Downloads .vtt transcripts and commits them to /transcripts/ on main, which triggers the existing Transcript Processor workflow. Uses repo memory to track already-imported recording IDs. Implemented as a plain GitHub Actions workflow (not an AW) since the work is deterministic plumbing. See decision record for architecture choices. |
| 52 | Cognitive Load Balancer | Scans assignment patterns, meeting references, review requests, and blocker ownership to identify overloaded people or teams before their work becomes a program bottleneck. |
| 53 | Escalation Timing Advisor | Flags situations where a PM should switch from async tracking to synchronous escalation because ambiguity, delay, or stakeholder tension is becoming expensive. |
| 54 | Stakeholder Context Brief | Before stakeholder syncs, generates a short prep note with last interaction, open asks, recent changes, prior concerns, and recommended discussion focus. |
| 55 | Social Capital Gap Detector | Looks for launches or dependencies that rely on teams with little recent interaction, then recommends relationship-building check-ins before a favor or escalation is needed. |
| 63 | Slack Context Processor | Pulls context from allowed Slack channels and threads for linked GitHub artifacts, then summarizes high-confidence decisions, blockers, commitments, and open questions back onto the relevant issue. Implemented as Slack Context Processor — fixture-first Slack integration MVP that matches Slack-shaped JSON fixtures to open issues and posts summarized context comments. |
| 64 | Slack Reaction Intake | Treats configured emoji reactions in allowed Slack channels as lightweight automation signals, such as creating intake issues, flagging blockers, or capturing decision candidates with source permalinks. Implemented as Slack Reaction Intake — fixture-first MVP that creates labeled GitHub intake issues from :inbox_tray: reactions. |
| 65 | External Integration Health Monitor | Audits external tool integrations for stale credentials, noisy channels, duplicate post-backs, missed events, and unsafe write attempts. See External Integration Patterns. |