# Pareto Frontier Construction

> Build the Pareto frontier from multi-objective optimization, visualize trade-offs, and select a portfolio from non-dominated solutions.

- Skill: `yogsoth-ai/pareto-frontier-construction` (Agent Skill)
- Install (CLI): `npx skillmds@latest add yogsoth-ai/pareto-frontier-construction`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yogsoth-ai/pareto-frontier-construction/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/pareto-frontier-construction

---


# Pareto Frontier Construction

Systematically construct the set of non-dominated solutions across multiple objectives, visualize the trade-off surface, and guide selection of a final portfolio from the frontier.

## Stages

| Stage | SOP | Purpose |
|-------|-----|---------|
| 1 | objective-definition | Define objectives, constraints, and trade-off preferences |
| 2 | optimization-run | Run multi-objective optimization to generate Pareto front |
| 3 | pareto-visualization | Visualize the frontier and trade-off relationships |
| 4 | selection-from-frontier | Select final portfolio based on preferences |

## Available SOPs

- **objective-definition** — Translate context into formal objectives and constraints
- **optimization-run** — Execute optimization producing non-dominated solution set
- **pareto-visualization** — Create visual representation of trade-off surface
- **selection-from-frontier** — Apply preference model to select from frontier

## Execution Guidance

1. Start with objective-definition to formalize what is being optimized
2. Ensure at least 2 competing objectives exist (otherwise no frontier needed)
3. Run optimization-run to generate >=5 non-dominated points
4. Visualize to help stakeholders understand trade-offs
5. Apply stated preferences to select final portfolio
6. If preferences are unclear, present 3 representative points (extremes + balanced)

## Minimum Yield

- Pareto front with >=5 non-dominated points
- Trade-off visualization showing objective tensions
- Selected portfolio with explicit justification referencing frontier position

<!-- BEGIN available-tables (generated) -->

## Available SOPs

Optional, no fixed order; the final leaf is always a sop.

| SOP | When to use |
| --- | --- |
| objective-definition | Define optimization objectives, constraints, and trade-off preferences from context and candidate information. |
| optimization-run | Execute multi-objective optimization on candidates to produce a Pareto front of non-dominated solutions. |
| pareto-visualization | Create visual representation of the Pareto frontier showing trade-offs between objectives with narrative explanation. |
| selection-from-frontier | Select the final portfolio from the Pareto front by applying stakeholder preferences and decision criteria. |

<!-- END available-tables (generated) -->

