What problem does it solve? Measuring how long workflow steps and agent tasks take is difficult when work spans multiple tools, directories, and processes. This Skill provides centralized timing with persistent state files so you can identify bottlenecks in setup, audit, debug, and validation workflows. ## Core Features & Use Cases - Agent Task Tracking: Capture complete wall-clock time for agent tasks including reasoning, tool execution, and response generation via the track_agent_task.py wrapper. - Hierarchical Step Timing: Track parent tasks and sub-tasks (e.g., setup containing download and extraction steps) with structured breakdowns. - Report Generation: Print console summaries and export timing data to CSV or JSON for performance analysis and historical comparison. - Use Case: During a semantic view optimization session, track each VQR evaluation and debug step, then export a timing report to identify which workflow phase consumes the most time. ## Quick Start Track my next analysis task in session my_session and show me a timing summary when it finishes.