What problem does it solve?
Designing robust software agents often requires careful definitions of behavior, safety, and stopping conditions. This Skill provides a blueprint for building autonomous agents with a clear execution loop and guardrails, helping teams implement goal-driven automation.
Core Features & Use Cases
- Explicit execution loop (Observe -> Analyze -> Decide -> Act -> Verify -> Loop/Stop) to consistently progress toward goals.
- Clear stop criteria (success, failure, safety) and max-iteration guards to prevent infinite loops.
- Safety boundaries defined by autonomy levels (Read-only, Guided, Semi-autonomous, Autonomous) to match risk with permissions.
- Guidance on SKILL.md generation and review workflow for end-to-end agent definitions.
- Use cases: building assistant agents for code analysis, task planning, and automation within development environments.
Quick Start
Draft a complete SKILL.md that defines an agent with a named execution loop, explicit stop criteria, and a configurable autonomy level.