What problem does it solve? Deciding what to work on next from a large, prioritized backlog is slow and error-prone: issues may be obsolete, blocked by unfinished dependencies, or unbalanced across fixes, refactors, and features. This Skill turns a triaged Backlog into a concrete, dependency-safe Next column proposal for the kajet-turbo project board. ## Core Features & Use Cases - Balanced round building: Selects roughly 15 issues (counting In Progress) with a deliberate mix of fixes, refactors, and features, defaulting to P0/P1 items and filling from P2. - Staleness and dependency checks: Verifies every candidate against origin/main, flags obsolete issues as clean-ups, and enforces blocked-by chains so no issue enters Next without its blocker. - PR grouping and approval flow: Groups issues touching the same files into PRs, proposes the round in a table with near-misses and clean-ups, and applies changes to the board only after user approval. - Use Case: Your Next column has run dry after a sprint. Run this Skill to collect the board state, propose a balanced round of 15 issues grouped into 4 PRs, swap in alternatives, and apply the approved selection. ## Quick Start Ask the assistant to plan what goes into the Next column from the prioritized Backlog and propose the round for approval.