work-judge
Installation
SKILL.md
/work-judge — Generative Design / Solution Panel
This skill implements the Judge Panel quality pattern: explore a wide solution space by generating diverse candidates, judging them on evidence, and synthesizing a winner that grafts the best of the losers.
It is one pattern in the quality system. The orchestration model (shapes, mechanics,
schema conventions) lives in
../work/references/workflow-mode.md;
the failure modes it guards against are in
../work/references/anti-error-lessons.md
(lessons L1–L8). This skill operationalizes those — it does not restate them.
When to use
- Wide solution space: architecture, design trade-offs, "how should we implement this feature?"
- You want to explore multiple angles explicitly rather than one "best guess".
- Not for pure verification of an existing claim → use
../work-refute/SKILL.md. - Not for picking among already-built implementations → use
../work-tournament/SKILL.md(tournament in worktrees).