From ruflo-observability
Trace agent execution by collecting spans and building a trace tree for a task
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-observability:observe-trace <task-id><task-id>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Collect distributed trace spans for a task and build a visual trace tree showing the execution flow, timing, and bottlenecks.
Collect distributed trace spans for a task and build a visual trace tree showing the execution flow, timing, and bottlenecks.
When you need to understand how a task was executed across agents -- which spans ran, how long each took, where bottlenecks occurred, and how agents coordinated.
mcp__claude-flow__agentdb_hierarchical-recall to retrieve all spans matching the <task-id> from the observability namespaceparentSpanId references, with the root span at the topmcp__claude-flow__agentdb_context-synthesize to combine span metadata into a narrative summary of the execution flownpx @claude-flow/cli@latest memory search --query "trace spans for task TASK_ID" --namespace observability
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
npx claudepluginhub abdhenni/ruflo --plugin ruflo-observability