Implement entire sprint (all issues in sprint/milestone/iteration)
sprint-id, milestone-name, or 'current'# Work on Sprint: $ARGUMENTS Implement all issues in a sprint/milestone end-to-end with intelligent dependency resolution and parallel execution. ## Reusable Components Used This command leverages the following prompt components from `prompts/`: **Context Detection**: - `context/framework-detection.md` - Detect project framework - `context/testing-framework-detection.md` - Detect test framework - `context/database-detection.md` - Detect database/ORM - `context/project-size-detection.md` - Categorize project size **Issue Management**: - `issue-management/github-issue-fetch.md` - Fetch G...