sys-decomposing-goals
Installation
SKILL.md
Goal Decomposing
Break a single goal into a hierarchy of actionable subgoals.
Responsibility
Take ONE goal and decompose it into subgoals using derivation formulas. Creates multiple goal files with parent-child links.
Quick Start
- Read parent goal from
strategy/goals/active/{goal-dir}/goal.md - Determine decomposition pattern based on category
- Apply derivation formulas to create subgoals
- Write subgoal files as
{n}.{name}.mdin the parent goal directory - Update parent
goal.mdwith child links