goal-seeking-agent-pattern
Installation
SKILL.md
Goal-Seeking Agent Pattern Skill
1. What Are Goal-Seeking Agents?
Goal-seeking agents are autonomous AI agents that execute multi-phase objectives by:
- Understanding High-Level Goals: Accept natural language objectives without explicit step-by-step instructions
- Planning Execution: Break goals into phases with dependencies and success criteria
- Autonomous Execution: Make decisions and adapt behavior based on intermediate results
- Self-Assessment: Evaluate progress against success criteria and adjust approach
- Resilient Operation: Handle failures gracefully and explore alternative solutions
Core Characteristics
Autonomy: Agents decide HOW to achieve goals, not just follow prescriptive steps
Adaptability: Adjust strategy based on runtime conditions and intermediate results
Goal-Oriented: Focus on outcomes (what to achieve) rather than procedures (how to achieve)