# Judgment Collection

> Collect independent judgments from all perspectives on a given question.

- Skill: `yogsoth-ai/judgment-collection` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yogsoth-ai/judgment-collection`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yogsoth-ai/judgment-collection/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: yogsoth-ai (https://skillmd.com/u/yogsoth-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yogsoth-ai/judgment-collection

---


# Judgment Collection

Collect independent judgments from each perspective on the focal question. Each perspective provides its rating/estimate and supporting reasoning without seeing others' responses.

## Execution

Spawn a subagent that takes the question and list of perspectives, then generates an independent judgment from each perspective's viewpoint. Judgments include both a structured response (rating, probability, or position) and free-text reasoning.

## Why Subagent

- Each perspective must be generated independently without cross-contamination
- The collection task is well-bounded and parallelizable
- Keeps the parent context clean for orchestration logic

## HARD-GATE

Output MUST contain: one judgment object per perspective, each with `perspective_id`, `response`, and `reasoning` fields. Missing any perspective fails the gate.

<!-- BEGIN available-tables (generated) -->

## Available SOPs

Optional, no fixed order; the final leaf is always a sop.

| SOP | When to use |
| --- | --- |
| spawn-agent | Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent. |

<!-- END available-tables (generated) -->

