# Feasibility Synthesis

> Synthesize all assessments into a feasibility matrix, recommendation, and risk summary.

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

---


# Feasibility Synthesis

Combine all feasibility assessment outputs — readiness scores, constraint analyses, resource estimates, and gate verdicts — into a final feasibility matrix with clear recommendation and risk summary.

## Execution

Spawns a subagent that:
1. Receives all assessment outputs for one or more candidates
2. Constructs a comparative feasibility matrix
3. Synthesizes findings into a clear recommendation
4. Produces risk summary with mitigation priorities
5. Returns decision-ready output

## Why Subagent

Final synthesis requires integrating diverse assessment types into a coherent whole. A dedicated subagent can weigh conflicting signals and produce a balanced recommendation without anchoring to any single assessment.

## HARD-GATE

Output MUST include: feasibility matrix, clear recommendation (proceed/defer/abandon), and risk summary with top 3 risks. Reject if recommendation is not supported by the matrix data.

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

