atlas_decompose
Break down complex tasks into smaller subtasks with dependencies, creating a DAG of work items for structured execution.
Instructions
Break down a complex task into smaller subtasks with dependencies. Creates a DAG of work items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task description to decompose | |
| context | No | Additional context about the codebase | |
| maxDepth | No | Maximum decomposition depth (default: 3) |