BeClaude

supervise-loop

New
GitHub TrendingGeneralby wdzhwsh4067

Autonomous supervisor → worker → critic loop for Claude Code — delegate one goal, an independent critic grades each round against a rubric, re-dispatch until done. 主Agent监督子Agent+独立评委,定验收标准反复迭代到完美,全程不问你。

First seen 6/16/2026

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/supervise-loop.md

3
Invoke with @agent-name
@supervise-loop
View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is supervise-loop?

Autonomous supervisor → worker → critic loop for Claude Code — delegate one goal, an independent critic grades each round against a rubric, re-dispatch until done. 主Agent监督子Agent+独立评委,定验收标准反复迭代到完美,全程不问你。

How to install supervise-loop?

To install supervise-loop: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/supervise-loop.md. Finally, @supervise-loop in Claude Code.

What is supervise-loop best for?

supervise-loop is a agent categorized under General. It is designed for: agent. Created by wdzhwsh4067.