Work List banner
ankushdixit ankushdixit

Work List

Development community

Description

--- description: List all work items with optional filtering argument-hint: [--status STATUS] [--type TYPE] [--milestone MILESTONE] --- # Work Item List List all work items, optionally filtered by status, type, or milestone. Run the following command: ```bash sk work-list "$@" ``` The CLI will automatically parse and handle filters from `$ARGUMENTS`: - `--status not_started` → Filters by status - `--type feature` → Filters by type - `--milestone phase_2_mvp` → Filters by milestone Availab

Installation

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

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

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

Full documentation available on GitHub

View Source Repository