npx skills add ...
npx skills add neolabhq/context-engineering-kit --skill judge
Launch a meta-judge then a judge sub-agent to evaluate results produced in the current conversation
npx skills add neolabhq/context-engineering-kit --skill judge
Before launching the evaluation pipeline, identify what needs evaluation:
Identify the work to evaluate:
Extract evaluation context:
Provide scope for user:
IMPORTANT: Pass only the extracted context to the sub-agents - not the entire conversation. This prevents context pollution and enables focused assessment.
Launch a meta-judge agent to generate an evaluation specification tailored to the specific work being evaluated. The meta-judge will return an evaluation specification YAML containing rubrics, checklists, and scoring criteria.
Meta-Judge Prompt:
Dispatch:
Wait for the meta-judge to complete before proceeding to Phase 3.
After the meta-judge completes, extract its evaluation specification YAML and dispatch the judge agent with both the work context and the specification.
CRITICAL: Provide to the judge the EXACT meta-judge evaluation specification YAML. Do not skip, add, modify, shorten, or summarize any text in it!
Judge Agent Prompt:
Follow your full judge process as defined in your agent instructions!
CRITICAL: You must reply with this exact structured evaluation report format in YAML at the START of your response!
Use Task tool:
CRITICAL: NEVER provide score threshold to judges in any format. Judge MUST not know what threshold for score is, in order to not be biased!!!
**Dispatch:**