What problem does it solve? When orchestrating multiple dev-team sessions from a CTO session, you lose visibility into what a backgrounded agent is actually doing. This Skill tails the named repo's Phase 2 session JSONL transcript and surfaces recent thinking blocks, tool calls, and outputs without leaving the CTO session. ## Core Features & Use Cases - Live session inspection: Resolves a repo from the fleet registry (exact name or suffix alias), locates its active JSONL transcript, and parses the last ~50 entries into readable thinking, tool_use, and tool_result lines. - Stale-session detection: Detects when a sub-agent (e.g. a review engine) overwrote the recorded session ID and falls back to the largest recently-modified transcript. - CTO summary: Produces a 5-line status report covering current task, last completed action, stuck signals, elapsed time, and a keep-watching/intervene recommendation. - Use Case: The CEO asks "what is acme-ui doing right now?" — run /peek acme-ui to get a real-time summary of that dev team's progress without switching sessions. ## Quick Start Ask the agent to peek at a registered repo's dev-team session, for example: peek at what the acme-ui dev team is working on right now.