← ClaudeAtlas

rubbing-research-orchestratorlisted

Orchestrate provenance-first research on rubbings, steles, inscriptions, and related historical sources. Use when Codex must initialize a ResearchCase, split an epigraphy question into auditable stages, route work across independent Skills or Agents, react to positive/negative/null/invalid results, enforce research gates, or decide whether to continue, reroute, request human review, stop unresolved, or package a study.
Lx050/rubbing-to-knowledge · ★ 0 · Code & Development · score 62
Install: claude install-skill Lx050/rubbing-to-knowledge
# Rubbing Research Orchestrator Manage research state and routing. Do not perform OCR, image restoration, source interpretation, or historical fact generation inside this Skill. Current contract identity: `rubbing-research-orchestrator` version `1.4.0`. Current route and record-event Schema version: `1.3`. Preserve the immutable 1.1/Skill-1.2.3 and 1.2/Skill-1.3.0 Schema files only for historical validation; documents written under them keep validating unchanged. The router accepts ReflectionMemo schema `1.0` or `1.1` from current `research-hypothesis-reflection` `1.2.0` and, for read-only historical routing compatibility, `1.1.0` and `1.0.0`. Every version must bind the same case ID and the exact current ResearchCase bytes, and must prove that the input was not overwritten. Reject every unknown or missing Reflection Skill version. A memo bound to the case before reflection is stale after an updated case is emitted and must not be reused against that updated case. ## Start a case 1. Rewrite the research intent as a falsifiable question. 2. Record at least one falsification condition and one stop condition. 3. Create a new case directory: ```bash python3 scripts/orchestrate.py init \ --case-dir work/SYNTHETIC-CASE-001 \ --case-id SYNTHETIC-CASE-001 \ --question "Does the named person have the proposed relationship?" \ --scope "Declared material and cited sources only" \ --falsification-condition "A verified independent source makes the relationship impossible"