Implements reliable agentic patterns including ReAct and Plan-Execute loops to build self-correcting, production-grade AI systems.
This skill provides a comprehensive framework for developing autonomous agents that prioritize reliability over open-ended autonomy. By addressing the challenge of compounding error rates, it guides developers through implementing structured patterns like ReAct, Plan-Execute, and reflection loops. It offers specific strategies for goal decomposition, durable execution, and multi-layer guardrails, ensuring that AI agents remain auditable and safe. Whether using LangGraph, CrewAI, or the Claude Agent SDK, this skill helps transition experimental agents into robust, domain-specific tools with built-in human-in-the-loop checkpoints.
主な機能
01Implementation patterns for ReAct and Plan-Execute loops
02Durable execution strategies for long-running tasks
0331,720 GitHub stars
04Multi-layer safety guardrails including cost and action limits
05Self-correction via evaluator-optimizer reflection patterns
06Framework-specific guidance for LangGraph and CrewAI
ユースケース
01Building complex coding assistants that independently debug and iterate on solutions
02Architecting production workflows with human-in-the-loop approval for critical actions
03Creating reliable research agents that decompose broad goals into verifiable subtasks