get-tasks
Retrieve tasks associated with a specific User Story by providing PRD and User Story IDs, along with the current working directory for project path inference.
Instructions
Get Tasks for a particular User Story
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cwd | Yes | Absolute path where the tool is called from to auto-infer the project path. This path will be current working directory (cwd) from where the tool is called. | |
prdId | Yes | The ID of the PRD to get user stories for | |
userStoryId | Yes | The ID of the User Story to get tasks for |