problem-decomposer
Installation
SKILL.md
Problem Decomposer
Description
A general-purpose skill for breaking complex problems into manageable parts with clear scope, dependencies, and execution order.
Priority Rules
Prioritize in this order when trade-offs conflict:
- Clear scope definition first
- Dependency identification and ordering
- Risk isolation and mitigation
- Resource and timeline constraints
When to Use
- A task is too large or vague to execute directly
- Multiple teams or domains are involved
- You need a phased implementation plan
- Risks and unknowns must be isolated early
- You need clear handoff points between steps