story-decomposition

Solid

Break technical specifications into small, implementable stories with dependency ordering

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
43
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

user-story-splitting

Break a large story or epic into smaller deliverable stories using proven split patterns. Use when backlog items are too big for estimation, sequencing, or independent release.

4,665 Updated 1 weeks ago
deanpeters
AI & Automation Solid

task-decomposition

Convert technical plans into actionable development tasks with dependency graphs, effort estimates, and parallelization opportunities.

1,160 Updated today
a5c-ai
AI & Automation Solid

dev-story

Read a story file and implement it. Loads the full context (story, GDD requirement, ADR guidelines, control manifest), routes to the right programmer agent for the system and engine, implements the code and test, and confirms each acceptance criterion. The core implementation skill — run after /story-readiness, before /code-review and /story-done.

20,555 Updated 1 weeks ago
Donchitos
AI & Automation Listed

breakdown-tasks

Decomposes a spec or architecture into buildable tasks with acceptance criteria, dependencies, and risk-first implementation order, for AI agents or human engineers. Produces `.forsvn/artifacts/meta/tasks.md`. Use once requirements are clear and you need an execution plan. Not for clarifying unclear requirements (use discover) or designing architecture (use architect-system). For code review after building, see review-work.

10 Updated today
hungv47
AI & Automation Solid

task-decomposition

Breaks down complex software, writing, or research tasks into small, atomic, independently completable units with dependency graphs and milestone breakdowns. Use when the user asks to plan a project, decompose a feature, create subtasks, split up work, or needs help organizing a large piece of work into a step-by-step plan. Triggered by phrases like "break down", "decompose", "where do I start", "too big", "split into tasks", "work breakdown", or "task list".

1,177 Updated today
rohitg00