What problem does it solve?
This Skill turns workflow telemetry JSON into an offline visual report, making it easier to understand execution status, phase structure, agent activity, parallelism, and workflow results without manually inspecting raw records.
Core Features & Use Cases
- Run Discovery: Locates the newest or a specified workflow run from the Claude configuration directory, including project-aware and global run lookup.
- Execution Modeling: Parses workflow phases, agent states, timing data, token usage, tool calls, previews, results, and transcript locations.
- Offline Visualization: Generates a self-contained HTML dashboard with summary metrics, a collapsible run-to-phase-to-agent tree, transcript links, result output, and a parallelism timeline.
- Validation and Resilience: Handles missing fields defensively, reports malformed or unavailable runs clearly, escapes rendered content, and includes automated tests for parsing, rendering, locating, and timeline calculations.
- Use Case: When a workflow has completed, use this Skill to inspect which agents ran in parallel, review their prompts and results, and trace the overall execution from a single browsable report.
Quick Start
Use the wf-trajectory skill from the project directory to render the newest workflow run, or provide a specific workflow run identifier to inspect that execution.