save_story_decomposition
Store the decomposition analysis of user stories, capturing tasks, dependencies, risks, and recommendations for project continuity.
Instructions
Saves the decomposition analysis performed by Claude Code after exploring the codebase. Call this after intelligent_decompose_story once you've analyzed the codebase and created the task breakdown with real file paths and dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysis | Yes | The complete analysis with tasks, risks, and recommendations | |
| projectId | No | Project ID (optional) | |
| userStory | Yes | The original user story |