expandItem
Breaks down Epics, Tasks, or Subtasks into smaller, manageable items using specified expansion modes and thresholds. Ideal for organizing complex workflows on IntelliPlan.
Instructions
Helps break down an Epic, Task, or Subtask into smaller items.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
basePath | Yes | FULL directory path for storage (required, e.g., '/path/to/storage') | |
batchIndex | No | Current task index in a batch expansion | |
batchSize | No | Total number of tasks in the batch | |
count | No | Number of subtasks to suggest (for prompts) | |
epicId | No | ID of the Epic containing the Task/Subtask (optional, will try to find task otherwise) | |
instructions | Yes | ||
maxSubtasks | No | Max subtasks threshold (for 'findExpandable') | |
minSubtasks | No | Min subtasks threshold (for 'findExpandable') | |
mode | Yes | Expansion mode (required) | |
subtaskId | No | ID of the Subtask to expand (optional, within the specified task) | |
taskId | No | ID of the Task to expand (optional, suggests first expandable) | |
taskIds | No | List of task IDs in the batch |