rbc_worker_quality — Worker Quality Rubric
The rubric subagentevaluations.com actually scores this session's 9 shipped workers against. Structured as explicit, gradeable criteria per the real Managed Agents guidance: structure the rubric as explicit, gradeable criteria rather than vague ones (platform.claude.com/docs/en/managed-agents/define-outcomes.md).
Criteria (raw markdown)
# Worker Quality Rubric
## Durable Persistence
- If the worker is a primitive (owns real state), it is D1-backed with a real migrations directory, not in-memory or hardcoded
- If the worker is an aggregator or docs site (no owned state), it correctly has no D1 binding rather than inventing one
- Seed data is real and grounded in an actual source, never a synthetic placeholder row
## Real API Contract
- Exposes actual GET (and POST or PATCH where it owns state) JSON endpoints under /api/, not just server-rendered HTML
- Write endpoints are gated behind a bearer-token secret named SITE_WRITE_SECRET
- Responses are valid JSON with a consistent shape, the resource wrapped in a named key
## Design-System Compliance
- Shares the CSS custom properties used across the family (bg, panel, line, txt, accent) rather than inventing a new palette
- Includes the Display-P3 widening block and a safe-area-aware sticky header
- Any table element is wrapped in a table-wrap div for horizontal scroll on a 402px iPhone 16 Pro viewport
## Provenance and Grounding
- Content is grounded in a real, citable source such as a mirrored doc, a real API schema, or real account data, never invented to fill space
- Where data could be mistaken for live or automated, a provenance field or badge honestly distinguishes manual entry from automation
## Family Integration
- Cross-linked from and to sibling site navigation and footers
- Has at least one dogfood contract tracked on subagentcontracts.comRaw fields
| id | rbc_worker_quality |
|---|---|
| title | Worker Quality Rubric |
| rubric_type | text |
| criteria_count | 15 |
| source_doc | docs/docs/platform.claude.com/docs/en/managed-agents/define-outcomes.md |
| source_site | subagentrubrics.com |
| created_at | 2026-07-01 20:06:35 |