intelligent_decompose_story
Break down user stories into actionable tasks by generating a prompt that directs Claude Code to analyze your codebase and create tasks based on real project context.
Instructions
🚀 INTELLIGENT WORKFLOW: Generates a structured prompt for Claude Code to analyze the codebase and decompose a user story based on REAL project context. Claude Code will use Grep/Glob/Read to explore the codebase before creating tasks. Returns a prompt with instructions for Claude Code to follow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project ID (optional, uses default project if not specified) | |
| userStory | Yes | The user story to decompose intelligently with codebase context |