AI AGENT ADDONS

An AI agent can handle a single task by using two helpers. One helper does the work. Another helper acts as a judge to check if the work is good. This pattern helps catch mistakes without the main agent looking at the code.

The judge uses a set of rules made by a meta-judge. If the work does not pass, the agent tries again with feedback. It can retry up to two times. This creates a quality gate that stops bad results from moving forward.

This method works well for tasks like refactoring code or writing new features. It gives a fresh perspective from an independent agent. The whole process runs faster by doing the judge rules and the work at the same time.

Add Do And Judge skill to your workflow

Global

mkdir -p ~/.claude/skills/do-and-judge

Project

mkdir -p .claude/skills/do-and-judge

Source Repository

Stars
1,185
Forks
128
Watchers
1,185
License
GPL-3.0
Last Push
1 month ago
Created
8 months ago