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__memory_search --namespace observability (or memory_list) to retrieve all spans matching the <task-id>. The memory_* tool family routes by namespace; agentdb_hierarchical-* does NOT (it routes by tier working|episodic|semantic), so use memory_* here. See ruflo-agentdb ADR-0001 §"Namespace convention".parentSpanId 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.
19plugins reuse this skill
First indexed Jun 15, 2026
Showing the 6 earliest of 19 plugins
npx claudepluginhub rcwpxlab/claude-flow --plugin ruflo-observability