What problem does it solve? When orchestrating multiple AI dev-team sessions across a fleet of repositories, it is hard to know which sessions are still running, which have crashed, and which have finished without manually inspecting each repo. This Skill aggregates per-repo Phase 2 session state into a single at-a-glance status table. ## Core Features & Use Cases - Fleet Registry Parsing: Reads the active repo registry at .cto/projects.yaml and lists every active repository with its path. - Session State Detection: Classifies each repo as RUNNING, IDLE, CRASHED, COMPLETE, or no-session by inspecting .claude session marker files and JSONL transcript activity timestamps. - Actionable Summary: Flags crashed repos with a /resume-dev-team suggestion, stalled idle sessions, and completed repos ready for sprint acceptance. - Use Case: A CTO agent is asked "how are the dev teams doing?" mid-sprint; the Skill scans all registered repos and returns a table showing two repos running, one crashed, and one complete, along with recommended next commands. ## Quick Start Ask the agent "what's the sprint status across my dev-team repos?" to get a fleet-wide session snapshot.