story-breakdown

Decompose large stories into actionable work items in .agent/queue/.

35|3|Updated Jun 24, 2025
One-click install
npx skills add https://github.com/intelligentcode-ai/intelligent-claude-code --skill story-breakdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-breakdown
Source: https://github.com/intelligentcode-ai/intelligent-claude-code/tree/main/src/skills/story-breakdown
Command: npx skills add https://github.com/intelligentcode-ai/intelligent-claude-code --skill story-breakdown

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Large stories or epics spanning multiple components require coordination across specialists. This skill decomposes the scope into actionable work items and queues them for execution.

Core Features & Use Cases

  • Break down stories into discrete work items in .agent/queue/.
  • Define dependencies and tag items with responsible roles.
  • Enable cross-functional collaboration and staged execution.

Quick Start

Example: Break down a multi-step feature into queue items and place them in .agent/queue/ with appropriate statuses, priorities, and dependencies.

Frequently Asked Questions about story-breakdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I break down large project stories into actionable work items?

Breaking down large stories into actionable work items involves decomposing multi-component epics into discrete tasks queued in .agent/queue/ with defined statuses, priorities, assignees, and dependencies to enable staged execution.

What is the best way to manage cross-functional dependencies in project management?

Managing cross-functional dependencies requires creating work items with explicit BlockedBy and Blocks fields, allowing specialists to coordinate staged execution based on task priority and dependency status.

How does queueing work items in .agent/queue/ work?

Queueing work items in .agent/queue/ creates structured entries containing Title, Status, Priority, Assignee, Blocks, BlockedBy, Description, and Success Criteria fields to track and coordinate execution across specialists.

Can I use story breakdown for multi-component epics requiring specialist coordination?

Story breakdown is designed specifically for multi-component epics, decomposing scope into discrete work items tagged with responsible roles and dependencies to enable cross-functional collaboration and staged execution.

What fields are included when creating work items for cross-functional project management?

Work items created for cross-functional project management include Title, Status, Priority, Assignee, Blocks, BlockedBy, Description, and Success Criteria fields to support dependency tracking and coordinated execution.

When should I decompose stories into queued work items instead of tracking them manually?

Decomposing stories into queued work items is necessary when large epics span multiple components requiring coordination across specialists, explicit dependency management, and staged execution through a structured queue.