Work Next banner
ankushdixit ankushdixit

Work Next

Development community

Description

--- description: Get the next recommended work item to start based on dependencies and priority --- # Work Item Next Get an intelligent recommendation for the next work item to start: ```bash sk work-next ``` The recommendation algorithm analyzes: - **Available Work Items**: All items with `not_started` status - **Dependency Blocking**: Filters out items blocked by incomplete dependencies - **Priority Sorting**: Ranks by priority (critical > high > medium > low) - **Smart Selection**: Recom

Installation

Installs to ~/.claude/commands/ankushdixit-solokit-work-next.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ankushdixit/solokit/HEAD/.claude/commands/work-next.md -o ~/.claude/commands/ankushdixit-solokit-work-next.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository