# Steel Manning Synthesis

> Synthesize all attacks and verdicts into a final unified assessment with surviving concerns and recommended modifications.

- Skill: `yogsoth-ai/steel-manning-synthesis` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yogsoth-ai/steel-manning-synthesis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yogsoth-ai/steel-manning-synthesis/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/steel-manning-synthesis

---


# Steel-Manning Synthesis

The final integration step — synthesizes all perspective attacks, debate verdicts, and challenge results into a unified assessment. Produces the campaign's final verdict with surviving concerns and recommended modifications.

## Execution

Spawns a subagent that receives all attack and verdict data from the campaign and produces the final synthesis.

## Why Subagent

- Synthesis requires impartial integration across all prior work
- Must weigh competing perspectives without favoring any
- Isolation from individual attack/verdict roles ensures balanced final assessment

## HARD-GATE

Output must include:
- Final verdict: ACCEPT / REJECT / REVISE
- Every attack addressed (not ignored)
- Surviving concerns with severity ratings
- Recommended modifications (if REVISE)
- Confidence level in the verdict

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

