Add Cross-Team Announcements section to dashboards#130
Open
calumjs wants to merge 1 commit into
Open
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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— newcrossTeamAnnouncementsoutput section: max 5 plain-language items, each withannouncement(<Product> - ...prefix kept), an imperativeimpact("check retry logic keyed on 503"), acategory(api-change / auth / runtime / rename / deprecation / release / direction / security), and asourceIdlinking 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
latestrebuilds automatically). Existing dashboards are unaffected until re-processed.🤖 Generated with Claude Code