What problem does it solve? Engineering teams running AI agent workflows accumulate telemetry across projects but lack a consolidated view of which tools fail, which are slow, and which CLI interactions could be automated. This Skill triggers the meta_analyst agent to turn raw telemetry into an actionable INSIGHTS.md report. ## Core Features & Use Cases - Telemetry Analysis: Reads cross-project telemetry from ~/.ai-os/telemetry.sqlite and produces optimization recommendations covering CLI automation candidates, tool deprecation candidates, and latency hardening candidates. - Staleness-Aware Triggering: Invoked on demand or when the ai-preflight staleness check emits [INSIGHTS_STALE], keeping meta-analysis out of the hot chat loop. - Guarded Execution: Verifies telemetry reachability, handles empty databases with [INSIGHTS_EMPTY], and stamps each run via task-synchronizer so report cycles correlate with sprint deltas. - Use Case: Before a sprint planning session, run this Skill to refresh INSIGHTS.md and surface which tools are failing or slow, so planning decisions reflect actual usage data. ## Quick Start Ask the AI to regenerate the AI-OS insights report from telemetry before starting the planning session.