Autonomous Loop Patterns

Use when designing, reviewing, or debugging an autonomous AI agent loop: repeated agent execution, completion signals, checkpoints, supervisor respawn, stall detection, safety caps, and human handoff rules. Covers the core loop patterns from simple bounded runs through sentinel-based continuation, checkpoint-resume, and external supervisor loops. Do NOT use for choosing a specific agent product command (use agent-engineering or the product's docs), writing ordinary task instructions (use prompt-craft), or optimizing individual tool calls (use tool-call-strategy).

jacob-balslev 17fb8c2 6 files · 59.0 KB Updated

File contents

jacob-balslev/skill-graph/tree/main/marketplace/skills/autonomous-loop-patterns commit 17fb8c2de4

Frequently asked questions

npx skillmds@latest add jacob-balslev/autonomous-loop-patterns