story-decomposition

Solid

Break technical specifications into small, implementable stories with dependency ordering

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
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

Related Skills