Skip to content

Instantly share code, notes, and snippets.

View sidtheone's full-sized avatar

Sidharth Arora sidtheone

View GitHub Profile
@sidtheone
sidtheone / EnhancedAutomatedSprintPipeline.md
Last active February 25, 2026 09:34
Enhanced Automated Sprint Pipeline
name description
enhanced-automated-sprint
Run the full BMAD pipeline for multiple stories in an epic. Breaks stories into manageable tasks, tracks progress with TaskCreate/TaskUpdate, and uses focused agents for context efficiency. Supports parallel story execution.

Enhanced Automated Sprint Pipeline

TL;DR for humans: This skill automates the entire dev lifecycle for multiple stories in an epic. You give it an epic ID (and optionally specific story IDs), and it runs each story through: create → refine → validate → write tests → implement → code review → adversarial review → fix issues → verify → update sprint status. Stories can run in parallel when independent. You approve the plan upfront and get prompted at key decision points (story review, fix prioritization, failures). Everything else is hands-off.

Usage: /enhanced-automated-sprint 7 or /enhanced-automated-sprint 7 7-1 7-2 --parallel 2