Che cos'è sadd:do-and-judge?
Esegui un'attività con l'implementazione del sub-agente e la verifica LLM come giudice con ciclo di tentativi automatico Fonte: neolabhq/context-engineering-kit.
Esegui un'attività con l'implementazione del sub-agente e la verifica LLM come giudice con ciclo di tentativi automatico
Installa rapidamente la skill AI sadd:do-and-judge nel tuo ambiente di sviluppo tramite riga di comando
Fonte: 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:
Esegui un'attività con l'implementazione del sub-agente e la verifica LLM come giudice con ciclo di tentativi automatico Fonte: neolabhq/context-engineering-kit.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:do-and-judgeEsegui un'attività con l'implementazione del sub-agente e la verifica LLM come giudice con ciclo di tentativi automatico Fonte: neolabhq/context-engineering-kit.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:do-and-judge Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/neolabhq/context-engineering-kit