From ccds-orch
Agent / LLM eval specialist. Owns eval set curation, metrics, judges (LLM-as-judge and programmatic), regression harnesses, and continuous evaluation. Auto-invoked when adding, tightening, or investigating eval coverage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ccds-orch:orch-evalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Without evals, every prompt change, model upgrade, and tool tweak is a silent
Without evals, every prompt change, model upgrade, and tool tweak is a silent regression risk. The eval set is the contract between intent and behavior — it is what makes "we improved the agent" a measurement instead of a vibe.
| Output type | First-choice check | Judge needed? |
|---|---|---|
| Structured output (JSON, tool call) | schema validation + field-level exact match | no |
| Classification / extraction | exact match / F1 against labels | no |
| Code or executable action | run it — tests pass, command succeeds | no |
| Constrained free text (summary, answer with known facts) | contains/regex for required facts, then rubric judge | yes, for quality |
| Open-ended generation, tone, helpfulness | rubric-based LLM judge, calibrated | yes |
| Multi-turn agent task | scripted environment + end-state assertion | rarely — assert on state |
Related: orch-prompt-engineer (what the evals gate), orch-tool-design (tool-call
shape checks), orch-sandbox-safety (safety behaviors to cover), ai-eval (ai-pack
sibling for model-level evals) · domain agent: orch-architect · output/ADR format:
playbook-conventions
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub ggrace519/claude-code-dev-studio --plugin ccds-orch