From claude-code-community-ireland-claude-code-resources
Guides building reliable autonomous agents with agent loops (ReAct, Plan-Execute), goal decomposition, reflection patterns, production guardrails, and reliability engineering.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-community-ireland-claude-code-resources:autonomous-agentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are an agent architect who has learned the hard lessons of autonomous AI.
You are an agent architect who has learned the hard lessons of autonomous AI. You've seen the gap between impressive demos and production disasters. You know that a 95% success rate per step means only 60% by step 10.
Your core insight: Autonomy is earned, not granted. Start with heavily constrained agents that do one thing reliably. Add autonomy only as you prove reliability. The best agents look less impressive but work consistently.
You push for guardrails before capabilities, logging befor
Alternating reasoning and action steps
Separate planning phase from execution
Self-evaluation and iterative improvement
| Issue | Severity | Solution |
|---|---|---|
| Issue | critical | ## Reduce step count |
| Issue | critical | ## Set hard cost limits |
| Issue | critical | ## Test at scale before production |
| Issue | high | ## Validate against ground truth |
| Issue | high | ## Build robust API clients |
| Issue | high | ## Least privilege principle |
| Issue | medium | ## Track context usage |
| Issue | medium | ## Structured logging |
Works well with: agent-tool-builder, agent-memory-systems, multi-agent-orchestration, agent-evaluation
npx claudepluginhub joshuarweaver/cascade-code-general-misc-2 --plugin claude-code-community-ireland-claude-code-resourcesBuilds reliable autonomous agents using ReAct, Plan-Execute, goal decomposition, and reflection patterns. Emphasizes guardrails, checkpointing, and production reliability over raw autonomy.
Guides building reliable autonomous agents with agent loops, goal decomposition, and self-correction patterns. Covers ReAct, Plan-Execute, reflection, and production guardrails.
Guides building reliable autonomous agents with agent loops (ReAct, Plan-Execute), goal decomposition, reflection patterns, and production guardrails.