Refine, cluster, and accept draft criteria into the published goldset. Isolates 20% holdout split and publishes goldset.md + goldset.json.
npx skills add https://github.com/tikalk/adlc-team-skills --skill evals-clarify
Conducts axial coding following EDD Principles III & IX to cluster related failure patterns, refine evaluation criteria, generate adversarial examples, and accept validated drafts into the published goldset.
Output:
evals/{system}/goldset.md with full documentationgoldset.json for system consumption/evals-implement for grader generationKey EDD Principles Applied:
/evals-specify: Refine and accept draft criteria into goldset/evals-specify to discover patterns first/evals-implement to convert accepted goldset into code$ARGUMENTS
--accept IDS — Accept specific draft IDs (e.g., "EVAL-001,EVAL-003")--merge IDS — Merge related criteria (e.g., "EVAL-001+EVAL-002")--split ID — Split complex criterion into multiple focused criteria--holdout-ratio RATIO — Holdout percentage (default: 0.2, range: 0.1-0.3).adlc/memory/evals/holdout.json)..adlc/memory/evals/ and update status to accepted.evals/{system}/goldset.md (human-readable) and evals/{system}/goldset.json (machine-readable).Trigger /evals-implement to generate code.
.adlc/memory/evals/EVAL-*.mdevals/{system}/goldset.md and goldset.json exist.adlc/memory/evals/holdout.json isolated and populatedTake tikalk/evals-clarify from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.