# plan > Decompose a goal into actionable tasks with dependencies. Use for planning complex multi-step tasks. - Author: Monopoly CW - Repository: veil-protocol/usf-7 - Version: 20260125012158 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/veil-protocol/usf-7 - Web: https://mule.run/skillshub/@@veil-protocol/usf-7~plan:20260125012158 --- --- name: plan description: Decompose a goal into actionable tasks with dependencies. Use for planning complex multi-step tasks. argument-hint: --- # Goal Decomposition Plan: $ARGUMENTS ## Execution 1. **Decompose goal** ``` mcp__omega-nexus__omega_decompose( goal="$ARGUMENTS", max_depth=3 ) ``` 2. **Validate plan** ``` mcp__omega-nexus__omega_triage(task="Execute plan: ") ``` ## Output Report: - Subtasks with dependencies - Execution order - Estimated complexity - Recommended compute type (parallel/sequential/hivemind)