Install
$ agentstack add skill-alextverdyy-tournament-judge-tournament-judge ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Tournament Judge
Run a fair comparison, not a staged argument for a favorite.
Non-negotiable rules
- Freeze requirements, constraints, evidence rules, and the scoring rubric before candidates are generated.
- Produce 3 independent candidates by default. Use 2 to 5 only when cost or breadth justifies it.
- Keep candidates isolated until all are final. Do not let one team borrow another team's work.
- Give each candidate the same inputs, budget, tools, review depth, and output contract.
- Separate proposal, adversarial review, and judging roles when the runtime permits.
- Anonymize candidates before judging. Remove names, authorship clues, debate history, and ordering signals that do not affect quality.
- Score the artifact and its evidence, not confidence, prose polish, or model identity.
- Preserve disqualifiers. A weighted score cannot rescue a candidate that violates a hard constraint.
- Select one winner only if at least one candidate passes every hard gate and the minimum quality threshold. Otherwise report no acceptable winner.
- Never fabricate measurements, tests, citations, prices, or user preferences.
Run the workflow
- Read
modules/intake.md. Choose either supplied-candidate judging or a generated tournament, then collect missing decision inputs. - Read
modules/rubric.md. Create and freeze a domain-specific rubric whose weights total 100. - Read
modules/orchestration.md. Generate candidates and run equal adversarial reviews. - Load the role prompt matching each role from
prompts/. - Read
modules/blind-judging.md. Anonymize, validate, score, compare, and select the winner. - Fill
templates/final-report.mdusingmodules/reporting.md.
For a fast, lower-cost run, judge supplied candidates or use 3 candidates and 1 review round. For consequential or hard-to-reverse decisions, use 3 candidates, 2 review rounds, 2 blind judges, and verification with domain tools. If judges disagree on the winner, use a fresh adjudicator with both reasoned verdicts.
Runtime fallbacks
- Parallel subagents available: run candidate teams concurrently, then start a fresh judge with only the frozen brief, rubric, and anonymized finalists.
- Only serial agents available: save each team artifact separately and reset to the frozen brief before starting the next team. Start judging in a fresh context if possible.
- No subagents available: emulate roles in clearly separated passes. State that independence and blindness are weaker.
Safety boundary
This skill structures judgment but does not replace qualified review. For medical, legal, financial, security-critical, or safety-critical decisions, require appropriate expert validation and treat the tournament as decision support only.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: alextverdyy
- Source: alextverdyy/tournament-judge
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.