# Objective Definition

> Define optimization objectives, constraints, and trade-off preferences from context and candidate information.

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

---


# Objective Definition

Translate problem context and candidate information into formal optimization objectives, binding constraints, and stakeholder trade-off preferences.

## Execution

Spawns a subagent that analyzes the provided context and candidate set to produce:
- Clearly defined objectives with measurement criteria
- Binding constraints with thresholds
- Trade-off preferences indicating relative importance

## Why Subagent

Objective definition requires careful analysis of context, stakeholder needs, and candidate attributes to formalize what might be implicit. This focused analytical work benefits from dedicated attention without polluting the orchestrator's context.

## HARD-GATE

Output must contain at least 2 distinct objectives and at least 1 constraint. If fewer can be identified, the subagent must flag this and request clarification.

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

