dag-execution-tracer

Trace complete DAG execution paths with timing, inputs, outputs, and state transitions.

10|1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/curiositech/windags-skills --skill dag-execution-tracer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dag-execution-tracer
Source: https://github.com/curiositech/windags-skills/tree/main/skills/dag-execution-tracer
Command: npx skills add https://github.com/curiositech/windags-skills --skill dag-execution-tracer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Traces complete execution paths through DAG workflows, capturing timing, inputs, outputs, and state transitions to enable debugging, optimization, and learning.

Core Features & Use Cases

  • Trace Recording: capture node executions, state transitions, and events to build an end-to-end execution history.
  • Trace Visualization: generate timelines and dependency graphs to understand parallelism, bottlenecks, and failure contexts.
  • Context & Export: capture environmental and execution context and export traces for analysis, dashboards, or reporting.

Quick Start

Activate the tracer in your workflow to begin collecting execution traces and observe real-time debugging data.

Frequently Asked Questions about dag-execution-tracer

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

FAQPage Schema
How do I trace DAG execution paths to debug workflow bottlenecks?

Tracing DAG execution paths involves capturing node executions, state transitions, and timing events to build an end-to-end execution history. This Skill records complete trace data to help diagnose bottlenecks and failure contexts in complex workflows.

What is DAG execution tracing and when do I need it for AI/ML pipelines?

DAG execution tracing is the structured recording of node executions and state transitions across data processing pipelines. You need it when debugging complex AI/ML workflows to understand parallelism, diagnose bottlenecks, and capture failure contexts.

Can I export DAG trace data for visualization and dashboard reporting?

Yes, you can export DAG trace data for visualization. This Skill captures environmental and execution context, generating exportable visualization-ready data suitable for building timelines, dependency graphs, and analysis dashboards.

How do I capture state transitions and node inputs in task orchestration workflows?

To capture state transitions and node inputs in task orchestration workflows, activate the tracer within your workflow environment. It records complete execution paths, including inputs, outputs, and timing data for each node.

Does DAG tracing work with data processing pipelines to diagnose failure contexts?

Yes, DAG tracing works with data processing pipelines to diagnose failure contexts. It captures complete execution paths and state transitions, allowing you to observe real-time debugging data and understand the exact context of workflow failures.