---
name: yogsoth-ai/feedback-distribution
source: https://app.decimal.ai/s/yogsoth-ai-feedback-distribution@1/SKILL.md
source_sha256: e5acdec8ec63
---

# Feedback Distribution

Create an anonymized feedback report that summarizes the distribution of judgments from the current round. The report shows statistical summaries and representative reasoning without attributing responses to specific perspectives.

## Execution

Spawn a subagent that takes the collected judgments and round number, then produces a structured feedback report showing central tendency, spread, and anonymized reasoning excerpts.

## Why Subagent

- Report generation is a bounded transformation task
- Anonymization logic must be carefully applied
- Output format is standardized across all rounds

## HARD-GATE

Output MUST contain: statistical summary (median, IQR or % distribution), anonymized reasoning themes, and round number. Report MUST NOT contain any perspective attribution.

<!-- 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) -->