Professional-grade rubric creation skill with validity, reliability, and fairness controls.
-
Three Creation Modes:
- Interactive (
--interactive): Guided 6-phase questionnaire with validity/alignment foundation - Template (
--template [domain]): Generate from 7 pre-built domain templates - Example-Based (
--from-example [file]): Analyze existing rubric and create variant
- Interactive (
-
Professional Controls:
- Anchor examples for every score level
- Critical barrier definitions with thresholds
- Inter-rater reliability protocol
- Confidence flagging (high/medium/low)
- Bias review checklist
- Maintenance lifecycle schedule
-
Optional Companion Materials:
--with-pilot: Generate pilot testing worksheet--with-calibration: Generate scorer calibration pack
# From your project root
cp -r rubric-creator .claude/skills/ln -s /path/to/rubric-creator .claude/skills/rubric-creator| Template | Domain | Total Points |
|---|---|---|
regulatory-compliance |
Bylaws, regulations, policies | 250 |
document-quality |
Reports, proposals, technical docs | 200 |
code-review |
Software quality assessment | 150 |
vendor-evaluation |
RFP/proposal scoring | 200 |
risk-assessment |
Project/operational risk | 100 |
performance-review |
Employee/team performance | 100 |
research-quality |
Academic/research papers | 200 |
# Interactive mode - full professional package
/rubric-creator --interactive --with-pilot --with-calibration
# Generate from template with pilot worksheet
/rubric-creator --template regulatory-compliance --output zoning_rubric.md --with-pilot
# Create variant from existing rubric
/rubric-creator --from-example existing_rubric.md --output new_domain_rubric.mdEvery rubric includes:
- Alignment Statement - Construct definition and validation method
- Scoring Instructions - Level rules, boundary handling, evidence requirements
- Inter-Rater Reliability Protocol - Calibration and disagreement resolution
- Critical Barrier Definitions - Hard stops with consequences
- Categories with Criteria - Weighted sections with anchor examples
- Score Interpretation Bands - Rating thresholds with recommended actions
- Bias Review Findings - Content, structural, and scorer bias mitigations
- Version History - Change tracking and maintenance schedule
rubric-creator/
├── manifest.json # Plugin metadata
├── README.md # This file
├── SKILL.md # Main skill definition
├── templates/
│ └── templates-library.md # 7 domain templates with anchor examples
└── rules/
├── pilot-testing.md # Pilot testing worksheet template
└── calibration-pack.md # Scorer calibration pack template
- Claude Code v1.0.0 or higher
- No external dependencies
MIT License - See LICENSE file for details.
Contributions welcome! Please ensure:
- Templates include anchor examples for all score levels
- Bias review is conducted on new templates
- Inter-rater reliability benchmarks are documented