pareto-frontier-construction
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/pareto-frontier-constructionConstruct and visualize Pareto frontiers for multi-objective decision-making
- Solves portfolio selection by identifying non-dominated solutions
- Uses optimization algorithms and visualization libraries
- Analyzes trade-offs between competing objectives
- Delivers a ranked set of optimal solutions for user selection
SKILL.md
.github/skills/pareto-frontier-constructionView on GitHub ↗
--- name: pareto-frontier-construction description: Build the Pareto frontier from multi-objective optimization, visualize trade-offs, and select a portfolio from non-dominated solutions. execution: tactic used-by: portfolio-optimization --- # 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