# decomposition-check > Determine if task needs decomposition into subtasks or parallel work. Use before starting complex tasks. - Author: N0V3LT0K3NS - Repository: N0V3LT0K3NS/claudefu - Version: 20260129192229 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/N0V3LT0K3NS/claudefu - Web: https://mule.run/skillshub/@@N0V3LT0K3NS/claudefu~decomposition-check:20260129192229 --- --- name: decomposition-check description: >- Determine if task needs decomposition into subtasks or parallel work. Use before starting complex tasks. triggers: - "one agent or many" - "decomposition check" - "should I split this" tools: - Read --- # Decomposition Check **Status:** 📋 Stub — Implementation coming soon ## Purpose Decide if a task should stay unified or be decomposed. ## Intended Behavior 1. Assess task complexity 2. Identify independent subtasks 3. Check for parallelization opportunity 4. Recommend: single pass vs decomposition vs parallel 5. If decomposing, specify the split ## Output Decision on task structure with reasoning.