Skip to content

Add Cross-Team Announcements section to dashboards#130

Open
calumjs wants to merge 1 commit into
masterfrom
feature/cross-team-announcements
Open

Add Cross-Team Announcements section to dashboards#130
calumjs wants to merge 1 commit into
masterfrom
feature/cross-team-announcements

Conversation

@calumjs

@calumjs calumjs commented Jun 11, 2026

Copy link
Copy Markdown
Member

What

Sprint items are written for the team, so changes other teams need to hear about (API behavior changes, auth migrations, version bumps, renames, deprecations, rollouts) get buried in internal shorthand. This adds a 📣 Cross-Team Announcements section to the dashboard Overview tab.

How

  • .claude/agents/consolidator.md — new crossTeamAnnouncements output section: max 5 plain-language items, each with announcement (<Product> - ... prefix kept), an imperative impact ("check retry logic keyed on 503"), a category (api-change / auth / runtime / rename / deprecation / release / direction / security), and a sourceId linking back to the decision/done/next item it digests. Explicitly documented as the ONE permitted exception to the single-section dedup rule, since it re-states items for a different audience. Empty list is the expected normal case — no padding.
  • CLAUDE.md — Overview tab spec: render the digest between Key Decisions and Done This Sprint; remove the section entirely when there are no announcements.
  • templates/dashboard.html{{CROSS_TEAM_ANNOUNCEMENTS}} section markup.

Notes

Takes effect for meetings processed after this merges (container latest rebuilds automatically). Existing dashboards are unaffected until re-processed.

🤖 Generated with Claude Code

Sprint items were written inward-facing, so changes other teams need to
hear about (API behavior, auth migrations, version bumps, renames,
deprecations, rollouts) were buried in team shorthand.

The consolidator now emits crossTeamAnnouncements - a max-5, plain-language
digest for developers outside the team, each item linked to its source
decision/done/next item. The Overview tab renders it between Key Decisions
and Done This Sprint, and omits the section entirely when empty (the
normal case).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants