problem_decomposition
Break down complex problems into manageable sub-problems and tasks. Organize hierarchical tasks with dependencies, resources, and risks for systematic problem-solving.
Instructions
Breaking down complex problems into manageable sub-problems and tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | The scope and boundaries of this problem decomposition. | |
| metrics | No | Metrics and analysis of the decomposition. | |
| problem | Yes | A clear and comprehensive description of the problem to be decomposed. | |
| version | No | Version of this decomposition. | |
| createdBy | No | Who created this decomposition. | |
| objectives | No | The main objectives to be achieved through this decomposition. | |
| createdDate | No | When this decomposition was created. | |
| methodology | No | The methodology or approach used for decomposition (e.g., 'Work Breakdown Structure', 'Feature-driven'). | |
| reviewNotes | No | Notes from reviews of this decomposition. | |
| lastModified | No | When this decomposition was last modified. | |
| decomposition | Yes | A hierarchical list of tasks that the problem is decomposed into. | |
| decompositionId | Yes | A unique identifier for this decomposition session. | |
| completenessCheck | No | Checklist items to verify completeness of the decomposition. | |
| alternativeApproaches | No | Alternative ways the problem could have been decomposed. |