closed-loop-design

Installation
SKILL.md

Closed Loop Design Skill

Guide for designing closed-loop prompts that ensure agent reliability through feedback loops.

When to Use

  • Designing new agentic workflows
  • Adding validation to existing processes
  • Creating self-correcting agent pipelines
  • Building automated test-fix cycles

Core Concept

Every agentic operation should follow the Request-Validate-Resolve pattern:

REQUEST → VALIDATE → RESOLVE
    ↑                    ↓
    └────────────────────┘
Related skills
Installs
11
GitHub Stars
65
First Seen
Jan 24, 2026