← ClaudeAtlas

whats-nextlisted

Suggests the 3 most impactful next actions based on full developer context — git, Linear, PRs, and current conversation. Prioritizes blockers, unblocked items, and momentum. Use when deciding what to work on next or after finishing a task.
mostafa-drz/claude-skills · ★ 4 · AI & Automation · score 76
Install: claude install-skill mostafa-drz/claude-skills
# What's Next Surface the 3 most impactful things to do right now based on all available context. ## Preferences _Read `~/.claude/skills/whats-next/preferences.md` using the Read tool. If not found, no preferences are set._ ## Context _On startup, use Bash to detect: current git branch, uncommitted changes (`git status --short`), unstaged working tree changes (`git diff --stat`), staged changes (`git diff --cached --stat`), recent commits (`git log --oneline -5`), ahead/behind upstream, your open PRs (`gh pr list --author @me --state open --limit 10`), review requests for you (`gh pr list --search "review-requested:@me" --state open --limit 5`), and recently modified files in `client-mission/` directories (`find client-mission/ -type f -mmin -60 2>/dev/null | head -20`). Skip any that fail._ ## Command routing Check `$ARGUMENTS`: - **`help`** → display help then stop - **`config`** → interactive setup then stop - **`reset`** → delete `~/.claude/skills/whats-next/preferences.md`, confirm, stop - **anything else** (including empty) → analyze and suggest ### Help ``` What's Next — Top 3 actions based on your full context Usage: /whats-next Analyze everything, suggest top 3 /whats-next <focus> Focus on area (e.g., "frontend", "AIS-922", "cleanup") /whats-next config Set priority weighting and sources /whats-next reset Clear preferences /whats-next help This help Context sources: Git