krt-skill-arbiter
Installation
SKILL.md
KRT Skill Arbiter
Measure skill behavior without turning the evaluator into another opaque agent.
Load References
- Load
references/safety.mdbefore handling prompts, outputs, traces, or tool logs. - Load
references/evaluation-contract.mdbefore preparing or scoring a run. - Treat
references/portfolio.jsonas the explicit inventory and safety classification for every KRT skill.
Workflow
- Run
scripts/check_corpus.pyagainstreferences/cases.jsonandreferences/expectations.json; preserve its corpus version and digest in the run result. - Give each routing case to the evaluated runtime without its expected skill. Give capability cases with their declared target skill.
- Keep expected behavior hidden until the runtime response is complete.
- Have a supervisor record exactly one
pass,fail, orinconclusiveresult per observed case. Preserve evidence outside the status field. - Run
scripts/score_run.py <results.json>to verify corpus identity and aggregate the captured judgments. Do not convert inconclusive results into passes or failures. - Run
scripts/check_portfolio.py --repo-root <repo>after adding or modifying skills.