Evaluation Rubrics
Table of Contents
Example
Scenario: Evaluating technical blog posts (1-5 scale)
| Criterion |
1 (Poor) |
3 (Adequate) |
5 (Excellent) |
| Technical Accuracy |
Multiple factual errors, misleading |
Mostly correct, minor inaccuracies |
Fully accurate, technically rigorous |
| Clarity |
Confusing, jargon-heavy, poor structure |
Clear to experts, some structure |
Accessible to target audience, well-organized |
| Practical Value |
No actionable guidance, theoretical only |
Some examples, limited applicability |
Concrete examples, immediately applicable |
| Originality |
Rehashes common knowledge, no new insight |
Some fresh perspective, builds on existing |
Novel approach, advances understanding |
Scoring: Post A [4, 5, 3, 2] = 3.5 avg. Post B [5, 4, 5, 4] = 4.5 avg.
Feedback for Post A: "Strong clarity (5) and good accuracy (4), but needs more practical examples (3) and offers less original insight (2)."
Workflow
Copy this checklist and track your progress:
Rubric Development Progress:
- [ ] Step 1: Define purpose and scope
- [ ] Step 2: Identify evaluation criteria
- [ ] Step 3: Design the scale
- [ ] Step 4: Write performance descriptors
- [ ] Step 5: Test and calibrate
- [ ] Step 6: Use and iterate
Step 1: Define purpose and scope
Clarify what you're evaluating, who evaluates, who uses results, what decisions depend on scores. See resources/template.md for scoping questions.
Step 2: Identify evaluation criteria
Brainstorm quality dimensions, prioritize most important/observable, balance coverage vs. simplicity (4-8 criteria typical). See resources/template.md for brainstorming framework.
Step 3: Design the scale
Choose number of levels (1-5, 1-4, 1-10), scale type (numeric, qualitative), anchors (what does each level mean?). See resources/methodology.md for scale selection guidance.
Step 4: Write performance descriptors
For each criterion × level, write observable description of what that performance looks like. See resources/template.md for writing guidelines.
Step 5: Test and calibrate
Have multiple reviewers score sample work, compare scores, discuss discrepancies, refine rubric. See resources/methodology.md for inter-rater reliability testing.
Step 6: Use and iterate
Apply rubric, collect feedback from evaluators and evaluatees, revise criteria/descriptors as needed. Validate using resources/evaluators/rubric_evaluation_rubrics.json. Minimum standard: Average score ≥ 3.5.
Common Patterns
Pattern 1: Analytic Rubric (Most Common)
- Structure: Multiple criteria (rows), multiple levels (columns), descriptor for each cell
- Use case: Detailed feedback needed, want to see performance across dimensions, diagnostic assessment
- Pros: Specific feedback, identifies strengths/weaknesses by criterion, high reliability
- Cons: Time-consuming to create and use, can feel reductive
- Example: Code review rubric (Correctness, Efficiency, Readability, Maintainability × 1-5 scale)
Pattern 2: Holistic Rubric
- Structure: Single overall score, descriptors integrate multiple criteria
- Use case: Quick overall judgment, summative assessment, criteria hard to separate
- Pros: Fast, intuitive, captures gestalt quality
- Cons: Less actionable feedback, lower reliability, can't diagnose specific weaknesses
- Example: Essay holistic scoring (1=poor essay, 3=adequate essay, 5=excellent essay with detailed descriptors)
Pattern 3: Single-Point Rubric
- Structure: Criteria listed with only "meets standard" descriptor, space to note above/below
- Use case: Growth mindset feedback, encourage self-assessment, less punitive feel
- Pros: Emphasizes improvement not deficit, simpler to create, encourages dialogue
- Cons: Less precision, requires written feedback to supplement
- Example: Design critique (list criteria like "Visual hierarchy", "Accessibility", note "+Clear focal point, -Poor contrast")
Pattern 4: Checklist (Binary)
- Structure: List of yes/no items, must-haves for acceptance
- Use case: Compliance checks, minimum quality gates, pass/fail decisions
- Pros: Very clear, objective, easy to use
- Cons: No gradations, misses quality beyond basics, can feel rigid
- Example: Pull request checklist (Tests pass? Code linted? Documentation updated? Security review?)
Pattern 5: Standards-Based Rubric
- Structure: Criteria tied to learning objectives/competencies, levels = degree of mastery
- Use case: Educational assessment, skill certification, training evaluation, criterion-referenced
- Pros: Aligned to standards, shows progress toward mastery, diagnostic
- Cons: Requires clear standards, can be complex to design
- Example: Data science skills (Proficiency in: Data cleaning, Modeling, Visualization, Communication × Novice/Competent/Expert)
Guardrails
Criteria should be observable and measurable: Not "good attitude" (subjective), but "arrives on time, volunteers for tasks, helps teammates" (observable). Test: Can two independent reviewers score this criterion consistently?
Descriptors should distinguish levels clearly: Each level needs concrete differences from adjacent levels. Avoid "5=very good, 4=good, 3=okay". Better: "5=zero bugs, meets all requirements, 4=1-2 minor bugs, meets 90% requirements."
Use appropriate scale granularity: 1-3 is too coarse, 1-10 is too fine. Sweet spot: 1-4 (forced choice, no middle) or 1-5 (allows neutral middle). Match granularity to actual observable differences.
Balance comprehensiveness with simplicity: Aim for 4-8 criteria covering essential quality dimensions. If >10 criteria, consider grouping or prioritizing.
Calibrate for inter-rater reliability: Have multiple reviewers score same work, measure agreement (Kappa, ICC). If <70% agreement, refine descriptors.
Provide examples at each level: Include concrete examples of work at each level (anchor papers, reference designs, code samples) to calibrate reviewers.
Share rubric before evaluation: If evaluatees see the rubric only after being scored, it is grading not guidance. Share upfront so people know expectations and can self-assess.
Weight criteria appropriately: If "Security" matters more than "Code style", weight it (Security x3, Style x1). Or use thresholds (score >=4 on Security to pass, regardless of other scores).
Common pitfalls:
- ❌ Subjective language: "Shows effort", "creative", "professional" - not observable without concrete descriptors
- ❌ Overlapping criteria: "Clarity" and "Organization" often conflated - define boundaries clearly
- ❌ Hidden expectations: Rubric doesn't mention X, but evaluators penalize for missing X - document all criteria
- ❌ Central tendency bias: Reviewers avoid extremes (always score 3/5) - use even-number scales (1-4) to force choice
- ❌ Halo effect: High score on one criterion biases other scores up - score each criterion independently before looking at others
- ❌ Rubric drift: Descriptors erode over time, reviewers interpret differently - periodic re-calibration required
Quick Reference
Key resources:
- resources/template.md: Purpose definition, criteria brainstorming, scale selection, descriptor templates, rubric formats
- resources/methodology.md: Scale design principles, descriptor writing techniques, inter-rater reliability testing, bias mitigation
- resources/evaluators/rubric_evaluation_rubrics.json: Quality criteria for rubric design (criteria clarity, scale appropriateness, descriptor specificity)
Scale Selection Guide:
| Scale |
Use When |
Pros |
Cons |
| 1-3 |
Need quick categorization, clear tiers |
Fast, forces clear decision |
Too coarse, less feedback |
| 1-4 |
Want forced choice (no middle) |
Avoids central tendency, clear differentiation |
No neutral option, feels binary |
| 1-5 |
General purpose, most common |
Allows neutral, familiar, good granularity |
Central tendency bias (everyone gets 3) |
| 1-10 |
Need fine gradations, large sample |
Maximum differentiation, statistical analysis |
False precision, hard to distinguish adjacent levels |
| Qualitative (Novice/Proficient/Expert) |
Educational, skill development |
Intuitive, growth-oriented |
Less quantitative, harder to aggregate |
| Binary (Yes/No, Pass/Fail) |
Compliance, gatekeeping |
Objective, simple |
No gradations, misses quality differences |
Criteria Types:
- Product criteria: Evaluate the artifact itself (correctness, clarity, completeness, aesthetics, performance)
- Process criteria: How work was done (methodology followed, collaboration, iteration, time management)
- Impact criteria: Outcomes/effects (user satisfaction, business value, learning achieved)
- Meta criteria: Quality of quality (documentation, testability, maintainability, scalability)
Inter-Rater Reliability Benchmarks:
- <50% agreement: Rubric unreliable, needs major revision
- 50-70% agreement: Marginal, refine descriptors and calibrate reviewers
- 70-85% agreement: Good, acceptable for most uses
- >85% agreement: Excellent, highly reliable scoring
Typical Rubric Development Time:
- Simple rubric (3-5 criteria, 1-4 scale, known domain): 2-4 hours
- Standard rubric (5-7 criteria, 1-5 scale, some complexity): 6-10 hours + calibration session
- Complex rubric (8+ criteria, multiple scales, novel domain): 15-25 hours + multiple calibration rounds
When to escalate beyond rubrics:
- High-stakes decisions (hiring, admissions, awards) → Add structured interviews, portfolios, multi-method assessment
- Subjective/creative work (art, poetry, design) → Supplement rubric with critique, discourse, expert judgment
- Complex holistic judgment (leadership, cultural fit) → Rubrics help but don't capture everything, use thoughtfully
→ Rubrics are tools not replacements for human judgment. Use to structure thinking, not mechanize decisions.
Inputs required:
- Artifact type (what are we evaluating? essays, code, designs, proposals?)
- Criteria (quality dimensions to assess, 4-8 most common)
- Scale (1-5 default, or specify 1-4, 1-10, qualitative labels)
Outputs produced:
evaluation-rubrics.md: Purpose, criteria definitions, scale with descriptors, usage instructions, weighting/thresholds, calibration notes
1---2name: evaluation-rubrics3description: Designs structured scoring tools with explicit criteria, performance scales, and descriptors for consistent, transparent quality assessment. Use when need quality criteria and scoring scales to evaluate work consistently, compare alternatives objectively, set acceptance thresholds, reduce subjective bias, or when user mentions rubric, scoring criteria, quality standards, evaluation framework, inter-rater reliability, or grading/assessing work.4---5# Evaluation Rubrics
6
7## Table of Contents
8- [Workflow](#workflow)
9- [Common Patterns](#common-patterns)
10- [Guardrails](#guardrails)
11- [Quick Reference](#quick-reference)
12
13## Example
14
15**Scenario**: Evaluating technical blog posts (1-5 scale)
16
17| Criterion | 1 (Poor) | 3 (Adequate) | 5 (Excellent) |
18|-----------|----------|--------------|---------------|
19| **Technical Accuracy** | Multiple factual errors, misleading | Mostly correct, minor inaccuracies | Fully accurate, technically rigorous |
20| **Clarity** | Confusing, jargon-heavy, poor structure | Clear to experts, some structure | Accessible to target audience, well-organized |
21| **Practical Value** | No actionable guidance, theoretical only | Some examples, limited applicability | Concrete examples, immediately applicable |
22| **Originality** | Rehashes common knowledge, no new insight | Some fresh perspective, builds on existing | Novel approach, advances understanding |
23
24**Scoring**: Post A [4, 5, 3, 2] = 3.5 avg. Post B [5, 4, 5, 4] = 4.5 avg.
25**Feedback for Post A**: "Strong clarity (5) and good accuracy (4), but needs more practical examples (3) and offers less original insight (2)."
26
27## Workflow
28
29Copy this checklist and track your progress:
30
31```
32Rubric Development Progress:
33- [ ] Step 1: Define purpose and scope
34- [ ] Step 2: Identify evaluation criteria
35- [ ] Step 3: Design the scale
36- [ ] Step 4: Write performance descriptors
37- [ ] Step 5: Test and calibrate
38- [ ] Step 6: Use and iterate
39```
40
41**Step 1: Define purpose and scope**
42
43Clarify what you're evaluating, who evaluates, who uses results, what decisions depend on scores. See [resources/template.md](resources/template.md#purpose-definition-template) for scoping questions.
44
45**Step 2: Identify evaluation criteria**
46
47Brainstorm quality dimensions, prioritize most important/observable, balance coverage vs. simplicity (4-8 criteria typical). See [resources/template.md](resources/template.md#criteria-identification-template) for brainstorming framework.
48
49**Step 3: Design the scale**
50
51Choose number of levels (1-5, 1-4, 1-10), scale type (numeric, qualitative), anchors (what does each level mean?). See [resources/methodology.md](resources/methodology.md#scale-design-principles) for scale selection guidance.
52
53**Step 4: Write performance descriptors**
54
55For each criterion × level, write observable description of what that performance looks like. See [resources/template.md](resources/template.md#descriptor-writing-template) for writing guidelines.
56
57**Step 5: Test and calibrate**
58
59Have multiple reviewers score sample work, compare scores, discuss discrepancies, refine rubric. See [resources/methodology.md](resources/methodology.md#calibration-techniques) for inter-rater reliability testing.
60
61**Step 6: Use and iterate**
62
63Apply rubric, collect feedback from evaluators and evaluatees, revise criteria/descriptors as needed. Validate using [resources/evaluators/rubric_evaluation_rubrics.json](resources/evaluators/rubric_evaluation_rubrics.json). **Minimum standard**: Average score ≥ 3.5.
64
65## Common Patterns
66
67**Pattern 1: Analytic Rubric (Most Common)**
68- **Structure**: Multiple criteria (rows), multiple levels (columns), descriptor for each cell
69- **Use case**: Detailed feedback needed, want to see performance across dimensions, diagnostic assessment
70- **Pros**: Specific feedback, identifies strengths/weaknesses by criterion, high reliability
71- **Cons**: Time-consuming to create and use, can feel reductive
72- **Example**: Code review rubric (Correctness, Efficiency, Readability, Maintainability × 1-5 scale)
73
74**Pattern 2: Holistic Rubric**
75- **Structure**: Single overall score, descriptors integrate multiple criteria
76- **Use case**: Quick overall judgment, summative assessment, criteria hard to separate
77- **Pros**: Fast, intuitive, captures gestalt quality
78- **Cons**: Less actionable feedback, lower reliability, can't diagnose specific weaknesses
79- **Example**: Essay holistic scoring (1=poor essay, 3=adequate essay, 5=excellent essay with detailed descriptors)
80
81**Pattern 3: Single-Point Rubric**
82- **Structure**: Criteria listed with only "meets standard" descriptor, space to note above/below
83- **Use case**: Growth mindset feedback, encourage self-assessment, less punitive feel
84- **Pros**: Emphasizes improvement not deficit, simpler to create, encourages dialogue
85- **Cons**: Less precision, requires written feedback to supplement
86- **Example**: Design critique (list criteria like "Visual hierarchy", "Accessibility", note "+Clear focal point, -Poor contrast")
87
88**Pattern 4: Checklist (Binary)**
89- **Structure**: List of yes/no items, must-haves for acceptance
90- **Use case**: Compliance checks, minimum quality gates, pass/fail decisions
91- **Pros**: Very clear, objective, easy to use
92- **Cons**: No gradations, misses quality beyond basics, can feel rigid
93- **Example**: Pull request checklist (Tests pass? Code linted? Documentation updated? Security review?)
94
95**Pattern 5: Standards-Based Rubric**
96- **Structure**: Criteria tied to learning objectives/competencies, levels = degree of mastery
97- **Use case**: Educational assessment, skill certification, training evaluation, criterion-referenced
98- **Pros**: Aligned to standards, shows progress toward mastery, diagnostic
99- **Cons**: Requires clear standards, can be complex to design
100- **Example**: Data science skills (Proficiency in: Data cleaning, Modeling, Visualization, Communication × Novice/Competent/Expert)
101
102## Guardrails
103
1041. **Criteria should be observable and measurable**: Not "good attitude" (subjective), but "arrives on time, volunteers for tasks, helps teammates" (observable). Test: Can two independent reviewers score this criterion consistently?
105
1062. **Descriptors should distinguish levels clearly**: Each level needs concrete differences from adjacent levels. Avoid "5=very good, 4=good, 3=okay". Better: "5=zero bugs, meets all requirements, 4=1-2 minor bugs, meets 90% requirements."
107
1083. **Use appropriate scale granularity**: 1-3 is too coarse, 1-10 is too fine. Sweet spot: 1-4 (forced choice, no middle) or 1-5 (allows neutral middle). Match granularity to actual observable differences.
109
1104. **Balance comprehensiveness with simplicity**: Aim for 4-8 criteria covering essential quality dimensions. If >10 criteria, consider grouping or prioritizing.
111
1125. **Calibrate for inter-rater reliability**: Have multiple reviewers score same work, measure agreement (Kappa, ICC). If <70% agreement, refine descriptors.
113
1146. **Provide examples at each level**: Include concrete examples of work at each level (anchor papers, reference designs, code samples) to calibrate reviewers.
115
1167. **Share rubric before evaluation**: If evaluatees see the rubric only after being scored, it is grading not guidance. Share upfront so people know expectations and can self-assess.
117
1188. **Weight criteria appropriately**: If "Security" matters more than "Code style", weight it (Security x3, Style x1). Or use thresholds (score >=4 on Security to pass, regardless of other scores).
119
120**Common pitfalls:**
121
122- ❌ **Subjective language**: "Shows effort", "creative", "professional" - not observable without concrete descriptors
123- ❌ **Overlapping criteria**: "Clarity" and "Organization" often conflated - define boundaries clearly
124- ❌ **Hidden expectations**: Rubric doesn't mention X, but evaluators penalize for missing X - document all criteria
125- ❌ **Central tendency bias**: Reviewers avoid extremes (always score 3/5) - use even-number scales (1-4) to force choice
126- ❌ **Halo effect**: High score on one criterion biases other scores up - score each criterion independently before looking at others
127- ❌ **Rubric drift**: Descriptors erode over time, reviewers interpret differently - periodic re-calibration required
128
129## Quick Reference
130
131**Key resources:**
132
133- **[resources/template.md](resources/template.md)**: Purpose definition, criteria brainstorming, scale selection, descriptor templates, rubric formats
134- **[resources/methodology.md](resources/methodology.md)**: Scale design principles, descriptor writing techniques, inter-rater reliability testing, bias mitigation
135- **[resources/evaluators/rubric_evaluation_rubrics.json](resources/evaluators/rubric_evaluation_rubrics.json)**: Quality criteria for rubric design (criteria clarity, scale appropriateness, descriptor specificity)
136
137**Scale Selection Guide**:
138
139| Scale | Use When | Pros | Cons |
140|-------|----------|------|------|
141| **1-3** | Need quick categorization, clear tiers | Fast, forces clear decision | Too coarse, less feedback |
142| **1-4** | Want forced choice (no middle) | Avoids central tendency, clear differentiation | No neutral option, feels binary |
143| **1-5** | General purpose, most common | Allows neutral, familiar, good granularity | Central tendency bias (everyone gets 3) |
144| **1-10** | Need fine gradations, large sample | Maximum differentiation, statistical analysis | False precision, hard to distinguish adjacent levels |
145| **Qualitative** (Novice/Proficient/Expert) | Educational, skill development | Intuitive, growth-oriented | Less quantitative, harder to aggregate |
146| **Binary** (Yes/No, Pass/Fail) | Compliance, gatekeeping | Objective, simple | No gradations, misses quality differences |
147
148**Criteria Types**:
149
150- **Product criteria**: Evaluate the artifact itself (correctness, clarity, completeness, aesthetics, performance)
151- **Process criteria**: How work was done (methodology followed, collaboration, iteration, time management)
152- **Impact criteria**: Outcomes/effects (user satisfaction, business value, learning achieved)
153- **Meta criteria**: Quality of quality (documentation, testability, maintainability, scalability)
154
155**Inter-Rater Reliability Benchmarks**:
156
157- **<50% agreement**: Rubric unreliable, needs major revision
158- **50-70% agreement**: Marginal, refine descriptors and calibrate reviewers
159- **70-85% agreement**: Good, acceptable for most uses
160- **>85% agreement**: Excellent, highly reliable scoring
161
162**Typical Rubric Development Time**:
163
164- **Simple rubric** (3-5 criteria, 1-4 scale, known domain): 2-4 hours
165- **Standard rubric** (5-7 criteria, 1-5 scale, some complexity): 6-10 hours + calibration session
166- **Complex rubric** (8+ criteria, multiple scales, novel domain): 15-25 hours + multiple calibration rounds
167
168**When to escalate beyond rubrics**:
169
170- High-stakes decisions (hiring, admissions, awards) → Add structured interviews, portfolios, multi-method assessment
171- Subjective/creative work (art, poetry, design) → Supplement rubric with critique, discourse, expert judgment
172- Complex holistic judgment (leadership, cultural fit) → Rubrics help but don't capture everything, use thoughtfully
173→ Rubrics are tools not replacements for human judgment. Use to structure thinking, not mechanize decisions.
174
175**Inputs required:**
176
177- **Artifact type** (what are we evaluating? essays, code, designs, proposals?)
178- **Criteria** (quality dimensions to assess, 4-8 most common)
179- **Scale** (1-5 default, or specify 1-4, 1-10, qualitative labels)
180
181**Outputs produced:**
182
183- `evaluation-rubrics.md`: Purpose, criteria definitions, scale with descriptors, usage instructions, weighting/thresholds, calibration notes