What problem does it solve? Keeping a multi-agent Kanban board accurate requires manually checking every column, cross-referencing git activity, and spotting stalled work. This Skill automates that daily check-in by reading the board through its configured backend and producing a structured status report. ## Core Features & Use Cases - Board Status Aggregation: Reads all columns (In Progress, Review, Blocked, Done) through the board adapter configured in .claude/settings.json, supporting both markdown and GitHub backends. - Health Checks: Flags agents exceeding the 2-item WIP limit, tasks stuck In Progress for more than 5 days, and blocked items with days-blocked counts. - Git Correlation: Runs git log to summarize recent commits grouped by agent and story, and cross-checks open PRs and branches on the markdown backend. - Use Case: A team lead starts the day by asking for a board status check and receives a formatted report with WIP violations, cycle-time alerts, blockers, and recommended actions such as unblocking or reassigning tasks. ## Quick Start Ask the assistant to run the daily sync and report the current board status with any blockers or stale tasks.