Works with the AI tools you already use
Agent Workflow Controller
by Roy Yuen
Design and audit complex multi-agent workflows with rigorous ownership, evidence gates, and failure recovery policies.
Free
See it in action
You say
Design a workflow for fixing the JWT leak in /src/auth/ that separates implementation from security review and requires passing test logs for verification.
Your agent does
Workflow Type: Implementation -> Review -> Verify
Roles
| Role | Owns | Must Not Do | |---|---|---| | Implementer | /src/auth/ | Edit /tests/ | | Reviewer | Security Audit | Modify code |
Verification Plan
| Claim | Method | Evidence |
|---|---|---|
| JWT fix | npm test | Test pass logs |
About this skill
What it does
The Agent Workflow Controller is a sophisticated architectural skill designed for developers and AI orchestrators who need to manage complex, multi-step, or multi-agent tasks. It acts as the "operating system" for your agent's logic, transforming vague requests into structured execution plans with defined phases, roles, and boundaries.
Problem it solves
Standard LLM prompts often struggle with "agentic drift," where agents duplicate work, provide unverifiable outputs, or fail during handoffs. This skill prevents collaboration breakdown by enforcing ownership, explicit exit gates, and evidence-based verification. It moves beyond simple prompting by introducing professional workflow engineering—ensuring your agents act with the precision of a coordinated team rather than a single black box.
Supported Workflows
- Discovery-Execute-Verify: For tasks where the state is unknown.
- Approval-Gated: For high-risk, destructive, or financial operations.
- Parallel Slice: For independent sub-tasks requiring disjoint ownership.
- Failure-Repair Loop: For systematic debugging when a process fails.
The Output
The skill produces a comprehensive Workflow Plan. This includes a mission statement, complexity classification, a role/purpose matrix, ownership maps for files and decisions, and concrete verification plans that tie every claim to specific evidence (logs, diffs, or citations).
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
13 installs
Downloaded by developers to date
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean 3 months ago
- Free to download with an account
Creator
Frequently Asked Questions
Popular in AI Agents & LLM Ops
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
deep-research-team
Deploy a hierarchical team of AI agents to perform 15-30 minute deep-dive research with parallel execution.

agent-handoff-orchestrator (for hermes agent / openclaw)
Generate high-fidelity, structured handoff packets for seamless multi-agent collaboration and session persistence.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.