judge-architecture-reviewer

Review an agent system's judge architecture and produce a prioritized remediation roadmap.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/Cloud-Byte-Consulting/plugins --skill judge-architecture-reviewer-cloud-byte-consulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: judge-architecture-reviewer
Source: https://github.com/Cloud-Byte-Consulting/plugins/tree/main/prompt-workflows/skills/judge-architecture-reviewer
Command: npx skills add https://github.com/Cloud-Byte-Consulting/plugins --skill judge-architecture-reviewer-cloud-byte-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Agent systems often lack a sound judgment layer: actions go out without validation, failure modes like specification gaming or escalation drift go undetected, and memory has no provenance. This Skill audits a running or planned agent system for judge-layer gaps, failure-mode risks, and architectural weaknesses, then delivers a concrete remediation plan. ## Core Features & Use Cases - Judge Placement Audit: Maps where judgment exists (before action, after action, at handoffs, at delivery) against every boundary where work can go wrong. - Failure Mode Assessment: Rates risks such as correlated judgment, specification gaming, escalation drift, latency/cost, and prompt drift as low, medium, or high. - Memory, Provenance & Human Review Assessment: Evaluates whether memories distinguish observed facts from agent inferences and whether human review coverage matches risk. - Use Case: You have a multi-agent system that sends emails and writes to a database. Describe it to the Skill, and receive a structured architecture review with a remediation roadmap prioritized by consequence and effort. ## Quick Start Use the judge-architecture-reviewer skill to review my agent system's judge architecture and produce a prioritized remediation plan.

Frequently Asked Questions about judge-architecture-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review the judge architecture of my agent system?

Describe your agent system to the Skill, including its workflows, agent count, external actions, existing validation, and human review process. It then produces a judge placement audit, failure mode assessment, and a prioritized remediation roadmap.

What failure modes does an agent judge architecture review cover?

The review assesses correlated judgment, specification gaming, escalation drift, latency and cost tradeoffs, and prompt drift. Each failure mode is rated low, medium, or high based on the system description you provide.

Can I use this review for an agent system that is only designed, not built?

Yes, the review works for both running and planned agent systems. You describe the intended workflows, action surfaces, and judgment placement, and the assessment identifies gaps before implementation.

What if my agent system has no judge layer at all?

The review identifies the single highest-risk boundary in your system and recommends starting judgment there. It sequences remediation by consequence rather than recommending you build everything at once.

Does the review assess agent memory and provenance?

Yes, it evaluates how agents write memories for future runs and whether the system distinguishes observed facts from agent inferences. Gaps in memory provenance are reported as part of the structured review output.