Feedback Distribution

Create anonymized feedback report summarizing group judgment distribution for a given round.

yogsoth-ai 8c0e94c 2 files · 2.9 KB Updated

File contents

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.

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.

yogsoth-ai/de-anthropocentric-research-engine/tree/main/skills/feedback-distribution commit 8c0e94c83b

Frequently asked questions

npx skillmds@latest add yogsoth-ai/feedback-distribution