Manages temporary and defined agents including creation, promotion, cleanup, and namespacing. Use when user creates custom agents, asks about agent lifecycle, temp agents, or agent management.
0
AI 95
creating-workflows-from-description
Sixallfaces11/25/2025
Use when user describes complex multi-step tasks that could benefit from orchestration - guides natural language workflow creation
0
AI 92
managing-temp-scripts
Sixallfaces11/25/2025
Create and execute temporary scripts (Python, Node.js, shell) during workflow execution for API integrations, data processing, and custom tools. Use when user needs to interact with external APIs, pro...
0
AI 88
debugging-workflows
Sixallfaces11/25/2025
Debug workflow execution issues including syntax errors, agent failures, variable problems, and execution errors. Use when workflows fail, produce unexpected results, or user asks for debugging help.
0
AI 82
using-orchestration
Sixallfaces11/25/2025
Use when user has complex multi-agent workflows, needs to coordinate sequential or parallel agent execution, wants workflow visualization and control, or mentions automating repetitive multi-agent pro...
0
designing-syntax
Sixallfaces11/25/2025
Design custom syntax elements with reuse-first approach for workflow orchestration. Use when user needs custom operators, checkpoints, or syntax patterns not available in core syntax.