From design-agent-orchestration
Designs human-in-the-loop intervention points for agent workflows: approval gates, reviews, overrides, triggers, and strategies to minimize bottlenecks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/design-agent-orchestration:human-in-the-loopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Human-in-the-loop design defines when, where, and how humans intervene in automated workflows. Too little human involvement and the system makes dangerous mistakes. Too much and you've just built an expensive notification system.
Human-in-the-loop design defines when, where, and how humans intervene in automated workflows. Too little human involvement and the system makes dangerous mistakes. Too much and you've just built an expensive notification system.
For each intervention point:
Human intervention is expensive and slow. Design to minimise unnecessary intervention:
npx claudepluginhub owl-listener/ai-design-skills --plugin design-agent-orchestrationDesigns agent UX patterns and human-in-the-loop flows: autonomy levels (L0-L5), inbox pattern, progressive trust, decision journals, gate reviews. Six-phase methodology from pain point to data model.
Guides design of AI escalation strategies: triggers (low confidence, high stakes), types (human handoff, self-escalation), user experience, anti-patterns, and artifacts.
Designs multi-step agentic workflows with analyze-plan-validate-execute-verify to prevent irreversible mistakes in LLM agents.