This skill provides methodology for decomposing complex tasks into independent, parallelizable units that can be executed by multiple engineers simultaneously. When to Invoke This Skill Automatically activate for: - Complex features requiring multiple components - Large refactoring spanning many files - Multi-domain work (frontend + backend + database) - Any task where "this could be parallelized" applies - Planning sprints or implementation roadmaps Task Decomposition Principles 1. Independence First Tasks must be independent to run in parallel: 2. Clear Boundaries Each task must have: - Sin…