Routes to the add-objective workflow which handles:
- •Objective number calculation (next sequential integer)
- •Directory creation with slug generation
- •Roadmap structure updates
- •STATE.md roadmap evolution tracking </objective>
<execution_context> @.planning/ROADMAP.md @.planning/STATE.md @~/.claude/devflow/workflows/add-objective.md </execution_context>
<process> **Follow the add-objective workflow** from `@~/.claude/devflow/workflows/add-objective.md`.The workflow handles all logic including:
- •Argument parsing and validation
- •Roadmap existence checking
- •Current milestone identification
- •Next objective number calculation (ignoring decimals)
- •Slug generation from description
- •Objective directory creation
- •Roadmap entry insertion
- •STATE.md updates