Parses and retrieves sprint task data from project-specific JSON files to provide developers with clear implementation context, acceptance criteria, and dependency mapping.
Facilitates seamless sprint-based development by acting as a bridge between project management data and the active coding environment. It systematically reads task definitions from the `.claude/sprints/` directory, extracting critical information such as detailed acceptance criteria, priority levels, and technical dependencies. By providing real-time visibility into the sprint backlog and current task statuses, it ensures that backend, frontend, and QA agents have all the necessary context to begin work without manual lookup, effectively preventing development bottlenecks caused by unmet dependencies.
Key Features
010 GitHub stars
02Automated parsing of sprint JSON files for task metadata
03Role-based task identification for frontend, backend, and QA workflows
04Real-time sprint overview and task availability reporting
05Extraction of detailed acceptance criteria for implementation
06Validation of task dependencies and blocker identification
Use Cases
01Getting a high-level overview of available tasks and current sprint progress
02Checking task requirements and acceptance criteria before starting a feature
03Identifying blockers by verifying if all task dependencies are met