create_subtask
Divide complex tasks into actionable subtasks with clear specifications, ownership, and progress tracking. Organize work hierarchically for better team coordination and measurable outcomes within projects.
Instructions
Break down complex tasks into precise, actionable subtasks with detailed specifications and clear ownership. Enable granular progress tracking and team coordination by decomposing work into manageable, measurable components within your hierarchical project structure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
details | Yes | Detailed description of what the subtask involves | |
name | Yes | The name/title of the new subtask | |
taskId | Yes | The ID of the parent task this subtask belongs to | |
workingDirectory | Yes | The full absolute path to the working directory where data is stored. MUST be an absolute path, never relative. Windows: "C:\Users\username\project" or "D:\projects\my-app". Unix/Linux/macOS: "/home/username/project" or "/Users/username/project". Do NOT use: ".", "..", "~", "./folder", "../folder" or any relative paths. Ensure the path exists and is accessible before calling this tool. NOTE: When server is started with --claude flag, this parameter is ignored and a global user directory is used instead. |