Skip to main content
ClaudeWave
Skill76 estrellas del repoactualizado yesterday

define-rubric

Define-rubric helps teams establish measurable quality standards when formal specifications don't exist. Use this skill to identify concrete success criteria by gathering specific outputs, quantifiable thresholds, and observable behaviors, then create a pass/fail checklist that guides iterative refinement until quality targets are met and can serve as a testing framework when automated tests are unavailable.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/DheerG/swarms /tmp/define-rubric && cp -r /tmp/define-rubric/skills/define-rubric ~/.claude/skills/define-rubric
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

The team can't find existing standards. Help them build a rubric.

Ask: what does the output look like when it's right? Get specific, measurable answers. File sizes, response times, value ranges, visual correctness, behavioral expectations. If the user or team can't quantify it, ask what they'd check manually. If they don't know the values yet, the rubric item becomes an experiment: produce a sample, measure the property, decide if it's acceptable.

The rubric is a short list of pass/fail criteria the team agrees on before execution starts. Keep it concrete.

The team will review output against these criteria in a loop — refining until confidence reaches 9/10+. Write criteria that guide improvement, not just pass/fail. When no test suite exists, this rubric is the testing framework.