Produce a gradeable rubric file from an issue, PRD, or free-form goal — sharpened to the standard required by Anthropic's Managed Agents user.define_outcome event. Sidecar artifact (issues/NNN-*.rubric.md or rubrics/<slug>.md); does not modify source files. Use when the user wants to define "what done looks like" for grader-checkable success criteria. Triggers: /write-a-rubric, "write a rubric", "outcome rubric", "define-outcome", "managed-agent outcome", "make this gradeable".
A rubric is a markdown document of independently gradeable criteria: assertions a separate context — given only the produced artifact, no conversation, no source code — can verify pass/fail. Vague criteria produce noisy evaluations; this skill exists to keep them sharp.
Source discipline: Anthropic Managed Agents — Define outcomes.
prd-to-issues — produce a rubric per AFK issue worth grading./dispatch-outcome skill that calls the Managed Agents API.issues/NNN-*.md file (most common).issues/prd.md (rare — produces a project-level rubric at rubrics/prd.md).If invoked from an issue, also read issues/prd.md for parent context if it exists.
| Source | Path |
|---|---|
issues/NNN-<slug>.md | issues/NNN-<slug>.rubric.md (mirrors filename) |
issues/prd.md | rubrics/prd.md |
| Free-form goal | rubrics/<slug>.md |
Create rubrics/ lazily if needed.
## Acceptance criteria. Treat them as starting points to sharpen, not as the rubric itself.Next: pass as {type:'text', content:...} to user.define_outcome, or upload via Files API.# <Outcome title> — Rubric
## Deliverable
- <what artifact, where, in what format>
## <Category 1, e.g. Inputs / Data>
- <gradeable criterion>
- <gradeable criterion>
## <Category 2, e.g. Behavior>
- ...
## Output Quality
- <file format, naming, location>
- <"must include" sections>
## Constraints
- <hard limits, must-not-do items>be88d6c
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.