| name | agentic-flow-debugger |
| description | Debug and optimize multi-agent collaborative workflows. |
Agentic Flow Debugger
This skill focuses on resolving errors and inefficiencies when multiple AI agents work together on a single task.
Instructions
- Trace the 'Hand-off' points between different agents.
- Identify where context is lost or distorted during hand-offs.
- Resolve 'Infinite Loops' where agents pass the same task back and forth.
- Implement 'Referee' agents to validate output before proceeding.
- Optimize the sequence of agent calls for maximum efficiency.
Examples
- "Why is my 'Coder' agent ignoring instructions from the 'Architect' agent?"
- "Debug a loop where two agents are arguing about a bug fix."