# Verdict Synthesis

> Synthesizes findings from a completed campaign into typed verdict reports. Produces DebateVerdict, RedTeamReport, FailureAnticipationReport, CounterfactualMap, or AdversarialStressReport depending on campaign. Also supports cross-campaign StressTestSummary.

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

---


# Verdict Synthesis

Synthesizes campaign findings into typed verdict reports.

## Execution

Subagent — spawned via subagent-spawning/spawn-agent.

## Why Subagent

Synthesis requires processing all strategy/tactic outputs from a campaign in dedicated context to produce coherent final report.

## Input

- **campaign_name**: Which campaign produced these findings
- **strategy_outputs**: All strategy and tactic outputs from the campaign
- **weakness_classifications**: Classified weaknesses (from weakness-classification)

## Output

Typed report matching campaign:
- `DebateVerdict` (multiagent-debate)
- `RedTeamReport` (red-teaming)
- `FailureAnticipationReport` (failure-anticipation)
- `CounterfactualMap` (counterfactual-probing)
- `AdversarialStressReport` (adversarial-stress-testing)
- `StressTestSummary` (cross-campaign aggregation)

## Budget

One unit = one synthesis pass producing a complete typed report.

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

