원클릭으로
dillylang-evaluate
Judges an artifact against an explicit criterion. Trigger= /dillylang-evaluate CRITERION ARTIFACT
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Judges an artifact against an explicit criterion. Trigger= /dillylang-evaluate CRITERION ARTIFACT
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | dillylang-evaluate |
| description | Judges an artifact against an explicit criterion. Trigger= /dillylang-evaluate CRITERION ARTIFACT |
evaluate[[THIS is_grounded_by: urn:unique_reference:dillylang::spec-primer]]
Judge the given artifact against the specified criterion.
A criterion is required — evaluation without a criterion is meaningless. The first argument is the criterion, everything after is the artifact to evaluate.
Calibration example:
Rejected: "Verdict: pass. Rationale: The design looks solid and well-structured." (No evidence. What specifically satisfies the criterion?)
Accepted: "Verdict: partial. Rationale: Prompt constraints section addresses FM-1 (generic risks) with a contrast example, but FM-4 (near-miss guidance) has no calibration — the constraint is advisory without a quality floor. Evidence: lines 14-18 show rejected/accepted pair for failure modes; lines 43-45 have no equivalent for near misses."
Restate the criterion being evaluated against.
pass | partial | fail
Specific observations from the artifact supporting the verdict.
Each entry must include:
How the evidence leads to the verdict. Connect the dots — don't just list evidence and state a verdict separately.
low | medium | high — reflects how thoroughly the criterion covers the artifact, not just certainty in the verdict.
n is sequential starting from 1 in each section.
Determine whether this is grounded or reflective evaluation:
If uncertain, default to reflective — the cost of under-confidence is low, the cost of self-congratulatory grading is high.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Trigger: /compress-file FILEPATH or "compress <file>"
Maps problem structure to other domains, importing mechanism not metaphor. Trigger= /dillylang-analogize PROBLEM
Promotes exploratory prose into canonical docs through a conservative 5-stage gate — extract, route, judge, rank, synthesize. Model C recipe with operator-confirmed routing. Trigger= /dillylang-canonize PROSE
Decomposes a problem into axioms, derivations, and assumptions. Trigger= /dillylang-decompose PROBLEM
Applies Munger / Jacobi inversion on a problem statement. Trigger= /dillylang-invert PROBLEM
Execute Dillylang recipes with visible step-by-step traces and intermediate artifacts. Use when the user wants to run, apply, or execute any named Dillylang recipe on a problem — including informal phrasing like using a recipe name as a verb.