Standalone skill for designing, auditing, and critiquing closed-loop LLM agent systems: propose -> check -> measure -> feedback -> refine.
The entry point is SKILL.md. It routes into the knowledge base:
knowledge_base/04_design_guide.mdfor composing a new loopknowledge_base/05_audit_checklist.mdfor debugging or optimizing a loopknowledge_base/06_antipatterns.mdfor known failure modes
Core principle: a loop improves only when the checker has an edge the generator lacked. Start by naming that verifier edge.
SKILL.md- skill frontmatter and routing entry pointknowledge_base/01_inventory.md- source inventoryknowledge_base/02_patterns.md- design axes and evidence mapknowledge_base/03_critique.md- rules and evidence-weighted verdictsknowledge_base/04_design_guide.md- compose procedureknowledge_base/05_audit_checklist.md- audit and optimization checklistknowledge_base/06_antipatterns.md- named failure modes and fixes