How this agent operates — its isolation, permissions, and tool access model
Agent reference
shannon:agents/meta-judgeSkills preloaded into this agent's context
The summary Claude sees when deciding whether to delegate to this agent
Produces an evaluation rubric YAML (criteria, weights, severity ladder) BEFORE any judge runs. This prevents hidden-threshold bias in downstream judging — the criteria are fixed, named, and externalized before the artifact under review is even read. This agent ships with the following skills embedded (preloaded via the `skills:` frontmatter field): - **`judge`** — downstream judges consume the ...
meta-judge agentProduces an evaluation rubric YAML (criteria, weights, severity ladder) BEFORE any judge runs. This prevents hidden-threshold bias in downstream judging — the criteria are fixed, named, and externalized before the artifact under review is even read.
This agent ships with the following skills embedded (preloaded via the skills: frontmatter field):
judge — downstream judges consume the rubric produced hereconsensus-engine — the multi-judge consensus protocol meta-judge orchestratesAt spawn time, Claude Code injects each listed skill's full SKILL.md body into this agent's startup context directly from skills/<name>/ — no Skill: <name> round-trip needed for the preloaded set.
Spawned via Task: meta-judge ONCE per dispatch run, BEFORE any judge/critic reads the artifact. Produces the rubric; never scores artifacts itself.
judge's rubric schema to emit criteria + weights + a severity ladder tailored to this task. Externalize the criteria so they're fixed and named before the artifact is read..shannon/state/rubric-<run-id>.yaml. The SAME YAML is reused for every target and every retry — the meta-judge does NOT re-run per target.consensus-engine to fan out N independent judges and synthesize (UNANIMOUS / MAJORITY / SPLIT) with a confidence tier.judge/critic/team-validator.completion-gate) is the final check.REFUSAL.md (refusal-discipline) rather than claiming success.These skills exist canonically in v1/shannon/skills/ and can be invoked via Skill: <name> at runtime, but are NOT preloaded via the skills: field (invoke via Skill: at runtime):
prompt-engineering-patternscreate-meta-promptsnpx claudepluginhub krzemienski/shannon --plugin shannonSurgical 1-2 file editor for typo fixes, single-function rewrites, mechanical renames, comment removal, format tweaks. Refuses 3+ files, new features, cross-file changes. Returns caveman diff receipt.
Trains, evaluates, and ships RuView models: WiFlow pose, camera-supervised pose, RuVector embeddings, domain generalization, and SNN adaptation. Handles GPU training on GCloud and Hugging Face publishing.