¿Qué es sadd:do-and-judge?
Ejecutar una tarea con implementación de subagente y verificación de LLM como juez con bucle de reintento automático Fuente: neolabhq/context-engineering-kit.
Ejecutar una tarea con implementación de subagente y verificación de LLM como juez con bucle de reintento automático
Instala rápidamente el skill de IA sadd:do-and-judge en tu entorno de desarrollo mediante línea de comandos
Fuente: 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:
Ejecutar una tarea con implementación de subagente y verificación de LLM como juez con bucle de reintento automático Fuente: neolabhq/context-engineering-kit.
Campos y comandos estables para citas de IA/búsqueda.
npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:do-and-judgeEjecutar una tarea con implementación de subagente y verificación de LLM como juez con bucle de reintento automático Fuente: neolabhq/context-engineering-kit.
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:do-and-judge Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw
https://github.com/neolabhq/context-engineering-kit