What is sadd:do-and-judge?
Execute a task with sub-agent implementation and LLM-as-a-judge verification with automatic retry loop Source: neolabhq/context-engineering-kit.
Execute a task with sub-agent implementation and LLM-as-a-judge verification with automatic retry loop
Quickly install sadd:do-and-judge AI skill to your development environment via command line
Source: 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:
Execute a task with sub-agent implementation and LLM-as-a-judge verification with automatic retry loop Source: neolabhq/context-engineering-kit.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:do-and-judgeExecute a task with sub-agent implementation and LLM-as-a-judge verification with automatic retry loop Source: neolabhq/context-engineering-kit.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:do-and-judge Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/neolabhq/context-engineering-kit