What problem does it solve?
AI agents built with dispatchable workflows often fail in non-obvious ways due to distributed execution, race conditions, and opaque event flows, making manual debugging time-consuming and error-prone.
Core Features & Use Cases
- Symptom-Driven Diagnostic Cookbook: Step-by-step guides for common agent issues like steps executing multiple times, never running, or emitting events after stop.
- Runtime Inspection Tools: MCP-powered access to NATS JetStream streams, MongoDB persisted events, and Langfuse traces to inspect live agent behavior.
- Execution Semantics Deep Dive: Clear explanations of agent dispatch rules, parameter behavior, and common constraint violations to prevent bugs at the design stage.
Use case: For example, if your agent step runs twice unexpectedly, this skill helps you identify optional parameter traps or duplicate event arrivals via NATS stream views.
Quick Start
Use the debug-agent skill to diagnose why my agent step is executing twice and producing duplicate outputs.