Skip to content
Automation
Skill

/story-decomposition

Break technical specifications into small, implementable stories with dependency ordering

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill story-decomposition --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/story-decomposition

Context preview

The summary Claude sees to decide when to auto-load this skill.

Break technical specifications into small, implementable stories with dependency ordering

SKILL.md

story-decomposition.SKILL.md
name: story-decomposition
description: Break technical specifications into small, implementable stories with dependency ordering
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob]
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]

Story Decomposition

Capabilities

Breaks technical specifications into small, independently implementable stories. Establishes dependency ordering, estimates effort, and creates a dispatching queue for parallel coder execution.

Tool Use Instructions

  • Use **Read** to examine the technical specification and existing code
  • Use **Grep/Glob** to find existing modules and interfaces that stories will touch
  • Use **Write** to generate story definitions
  • Use **Edit** to refine stories based on feedback

Process Integration

  • Used in `maestro-orchestrator.js` Phase 3 (Story Decomposition)
  • Used in `maestro-development.js` (Story Prioritization)
  • Maps to tasks: `maestro-architect-story-decomp`, `maestro-dev-prioritize`
  • Agent: Architect
  • Each story should be completable by a single coder in one batch
  • Outputs feed into parallel coder dispatch
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.