什么是 sadd:do-and-judge?
通过子代理实施和具有自动重试循环的 LLM 作为法官验证来执行任务 来源:neolabhq/context-engineering-kit。
通过子代理实施和具有自动重试循环的 LLM 作为法官验证来执行任务
通过命令行快速安装 sadd:do-and-judge AI 技能到你的开发环境
来源:neolabhq/context-engineering-kit。
Execute a single task by dispatching an implementation sub-agent, verifying with an independent judge, and iterating with feedback until passing or max retries exceeded.
This command implements a single-task execution pattern with LLM-as-a-judge verification. You (the orchestrator) dispatch a focused sub-agent to implement the task, then dispatch an independent judge to verify quality. If verification fails, you iterate with judge feedback until passing (score ≥4) or max retries (2) exceeded.
CRITICAL: You are the orchestrator - you MUST NOT perform the task yourself. Your role is to:
通过子代理实施和具有自动重试循环的 LLM 作为法官验证来执行任务 来源:neolabhq/context-engineering-kit。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:do-and-judge通过子代理实施和具有自动重试循环的 LLM 作为法官验证来执行任务 来源:neolabhq/context-engineering-kit。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:do-and-judge 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/neolabhq/context-engineering-kit