whats-next

Installation
SKILL.md

/whats-next — Smart Action Suggestions

Scan context → rank priorities → suggest top 3 actions.

Usage

/whats-next              # Scan everything, suggest top 3
/whats-next --issues     # Focus on open issues only

Steps

1. Gather Context (parallel)

# Open issues
gh issue list --state open --limit 10 --json number,title,updatedAt,labels \
  --jq '.[] | "#\(.number) \(.title) [\(.labels | map(.name) | join(","))]"' 2>/dev/null
Installs
5
GitHub Stars
122
First Seen
Jun 2, 2026
whats-next — soul-brews-studio/arra-oracle-skills-cli