output-workflow-trace

Analyze Output SDK workflow traces to identify failures and performance bottlenecks.

430|12|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/growthxai/output --skill output-workflow-trace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: output-workflow-trace
Source: https://github.com/growthxai/output/tree/main/coding_assistants/claude/plugins/outputai/skills/output-workflow-trace
Command: npx skills add https://github.com/growthxai/output --skill output-workflow-trace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes Output SDK workflow execution traces to help diagnose failures, understand execution flow, and verify data across steps.

Core Features & Use Cases

  • Retrieve and inspect traces by workflow ID to identify where things went wrong
  • Examine inputs, outputs, errors, and timing to troubleshoot retries and performance
  • Visualize trace data alongside Temporal UI for a holistic view

Quick Start

Run npx output workflow debug <workflowId> --format json to retrieve a full trace for analysis.

Frequently Asked Questions about output-workflow-trace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug an Output SDK workflow execution by ID?

Debug an Output SDK workflow execution by running `npx output workflow debug <workflowId>` to retrieve and inspect the full trace. Add the `--format json` flag to export structured JSON data for deeper analysis of step inputs and outputs.

What is a workflow trace and when do I need to analyze it?

A workflow trace records the execution flow, step inputs, outputs, and timing data of a specific workflow run. You need to analyze a workflow trace when diagnosing execution failures, identifying performance bottlenecks, or verifying data passed between steps.

How do I troubleshoot workflow retries and errors in a JSON trace?

Troubleshoot workflow retries and errors in a JSON trace by examining the exported structured data to pinpoint exact failure points. The trace details step-level errors, retry attempts, and timing metrics to help isolate the root cause of execution issues.

Can I use trace analysis alongside Temporal UI for debugging?

Yes, you can use trace analysis alongside Temporal UI for debugging. Visualizing the JSON trace data from the Output SDK alongside Temporal UI provides a holistic view of the workflow execution, helping you verify step transitions and system states.

Does the Output SDK trace export support JSON format for performance analysis?

Yes, the Output SDK trace export supports JSON format for performance analysis. Running the debug command with the JSON format flag outputs structured execution data, allowing you to systematically validate timing, inspect inputs, and identify bottlenecks.