# Mitigation Design Sop

> Design prevention, detection, and response measures for high-priority failure modes. Produces actionable countermeasure specifications.

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

---


# Mitigation Design SOP

Designs three-layer countermeasures (prevention, detection, response) for high-priority failure modes.

## Execution

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

## Why Subagent

Mitigation design requires creative problem-solving focused on solutions, isolated from the analytical mindset of failure identification.

## Input

- **high_priority_modes**: H-priority failure modes with chains
- **chains**: Full cause-mode-effect chains for context
- **function_tree**: Function structure for integration points

## Output

- **mitigations**: For each H-priority mode: prevention, detection, and response measures
- **implementation_notes**: Feasibility and resource requirements
- **residual_risk**: Expected risk remaining after mitigation

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

