{
  "rubric": {
    "id": "rbc_worker_quality",
    "title": "Worker Quality Rubric",
    "summary": "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_md": "# Worker Quality Rubric\n\n## Durable Persistence\n- If the worker is a primitive (owns real state), it is D1-backed with a real migrations directory, not in-memory or hardcoded\n- If the worker is an aggregator or docs site (no owned state), it correctly has no D1 binding rather than inventing one\n- Seed data is real and grounded in an actual source, never a synthetic placeholder row\n\n## Real API Contract\n- Exposes actual GET (and POST or PATCH where it owns state) JSON endpoints under /api/, not just server-rendered HTML\n- Write endpoints are gated behind a bearer-token secret named SITE_WRITE_SECRET\n- Responses are valid JSON with a consistent shape, the resource wrapped in a named key\n\n## Design-System Compliance\n- Shares the CSS custom properties used across the family (bg, panel, line, txt, accent) rather than inventing a new palette\n- Includes the Display-P3 widening block and a safe-area-aware sticky header\n- Any table element is wrapped in a table-wrap div for horizontal scroll on a 402px iPhone 16 Pro viewport\n\n## Provenance and Grounding\n- 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\n- Where data could be mistaken for live or automated, a provenance field or badge honestly distinguishes manual entry from automation\n\n## Family Integration\n- Cross-linked from and to sibling site navigation and footers\n- Has at least one dogfood contract tracked on subagentcontracts.com",
    "criteria_count": 15,
    "rubric_type": "text",
    "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",
    "cite_as": "https://subagentrubrics.com/api/rubrics/rbc_worker_quality"
  }
}