This loop helps decompose large epics into actionable user stories and development tasks. It guides the agent to analyze epic scope, generate well-defined stories with acceptance criteria, estimate effort for each story, and iterate until all stories are properly scoped and estimated for sprint planning readiness.
Split epic into tasks
Run this loop in your coding environment to break down an epic into estimated user stories. The agent will iteratively refine stories until they meet estimation and quality standards.
Initialize Epic Breakdown
Provide the epic details and any initial context
Decompose Epic
Agent generates user stories from the epic with clear acceptance criteria
Review and Estimate
Use 'story review' command to validate stories and estimates
Iterate Until Ready
Agent refines stories/estimates based on feedback until all are complete
Parse provided epic for key deliverables, constraints, and success metrics
Break epic into logical user stories following INVEST principles
For each story, create clear 'Given/When/Then' acceptance scenarios
Planning
This loop helps your team refine and organize your product backlog by ensuring items are clearly defined, properly prioritized, and ready for development. It iteratively works through backlog items to improve clarity, acceptance criteria, and estimation accuracy.
Planning
An automated loop that systematically identifies, analyzes, and documents potential risks in a software project. Designed to help teams proactively manage project threats through structured evaluation cycles.
Planning
A systematic approach to prepare a comprehensive release plan by iteratively assessing project status, identifying risks, and aligning resources. This loop ensures all critical aspects of a software release are covered through automated checks and manual inspections.
Provide rough effort estimates (story points or time) for each story
Run 'story review' command to validate completeness and accuracy
Adjust stories, criteria, or estimates based on check results
Start the "Epic Breakdown Loop" loop. Goal: Split epic into tasks Max iterations: 10 Between iterations run: story review Exit when: Stories estimated Please provide the epic details you want to break down. Include title, description, business objectives, user personas involved, and any existing acceptance criteria or constraints. I will decompose this into user stories with acceptance criteria and effort estimates. Self-pace this loop. After each iteration, run `story review` and evaluate the output, and only continue if the exit condition is not met (Stories estimated). Stop when the exit condition passes or 10 iterations are reached. Give a short status update each pass.