← ClaudeAtlas

task-breakdownlisted

This skill should be used when the user asks to "create tasks", "break down story into tasks", "define tasks", "what tasks are needed", "write acceptance criteria", "implementation tasks", "task list", "create work items", "technical tasks", "work breakdown", "decompose story", "story to tasks", or when decomposing user stories into specific, executable tasks with clear acceptance criteria for GitHub Projects.
mamiaijf/requirements-expert · ★ 2 · AI & Automation · score 75
Install: claude install-skill mamiaijf/requirements-expert
# Task Breakdown ## Quick Actions & Routing | User Intent | Action | Resource | |-------------|--------|----------| | Reviewing story first | Understand user goal and value | Step 1: Review the User Story | | Identifying tasks | Map implementation layers | `references/task-layers.md` | | Applying task patterns | Use CRUD/feature/integration patterns | `references/task-patterns.md` | | Defining acceptance criteria | Use testable statement format | Step 4: Define Acceptance Criteria | | Creating task issues | Use template | `references/task-template.md` | | Viewing examples | Load sample task set | `examples/example-task-set.md` | ## Command Integration The `/re:create-tasks` command guides task creation in GitHub Projects. This skill provides the methodology for breaking down stories into tasks—including task patterns, acceptance criteria templates, and layer-by-layer decomposition techniques. Load this skill for deeper understanding of task breakdown concepts or when you need guidance beyond what the command provides. ## Overview Task breakdown transforms user stories into concrete, executable work items that can be assigned, tracked, and completed. Tasks represent the actual implementation steps needed to deliver a user story, each with clear acceptance criteria. This skill guides the process of decomposing stories into well-defined tasks suitable for GitHub issue tracking. ## Purpose Tasks are the execution layer in the requirements hierarchy: - **Above**: User Stor