Create anonymized feedback report summarizing group judgment distribution for a given round.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill feedback-distribution --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feedback Distribution?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-feedback-distribution)More formats (shields.io, HTML) on the badges page.
---
name: feedback-distribution
description: Create anonymized feedback report summarizing group judgment distribution for a given round.
execution: subagent
prompt: ./prompt.md
input: judgments[], round_n
used-by: structured-consensus
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!