What problem does it solve? Managers cannot see their team's collective Copilot Cowork ROI without manually combining each teammate's individual stats, and doing so risks exposing personal data. This Skill reads the de-identified stats teammates post to a shared Teams channel and rolls them into one anonymized, team-level HTML dashboard. ## Core Features & Use Cases - Channel aggregation: Reads the latest 15 days of member posts from a shared Teams channel, keeps the latest post per person, and parses the stats tables into an anonymized team_data.json. - Self-contained HTML dashboard: Renders five tabs (Overview, Impact & Value, How Cowork is used, Trends, How to read) with a live hourly-rate and recapture-rate control, k-anonymity privacy floors, and a built-in interpretation guide. - Email distribution: Emails the channel members a high-level aggregate summary with the dashboard attached, and can be scheduled to run automatically after each member posting cycle. - Use Case: A manager whose five teammates post biweekly Cowork stats runs the rollup on Wednesday to produce an anonymized dashboard showing hours saved, dollar value, top business processes, and deliverables, then emails it to the team. ## Quick Start Ask the assistant to build the team Cowork Team Report dashboard from the shared Teams channel and email it to the channel members.