What problem does it solve? It answers "what's next" and "what's outstanding" across a project's GitHub repos without manually checking PRs, issues, branches, and boards, by running one read-only script and reporting its output. ## Core Features & Use Cases - Status reporting: Runs ~/.local/bin/worklist [project] and relays bucketed output covering ready issues, blocked issues, PRs awaiting review, stranded branches, and board cards. - Milestone scoping: --milestone <title> filters Ready, Blocked, and Untriaged buckets to a specific milestone while leaving PR and board sections unscoped. - Fresh vs cached data: --fresh bypasses the cache when current state is needed; --json emits the same filtered data as structured records. - Use Case: When asked "what can we work on" or "what's stale", run the script, report the buckets verbatim, and stop without filing, labeling, or editing anything. ## Quick Start Ask the assistant to run the worklist skill to show the project's current status and next unblocked work.