From autographical
Suggest what to work on next based on recent activity and current context. Use when the user is between tasks, at a decision point, wants direction on where to focus, or asks what to do next.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autographical:whats-nextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user is at a crossroads — they've finished something, they're stuck, or they're starting fresh and want direction. Fetch their recent activity, consider the current context, and lead with a recommendation.
The user is at a crossroads — they've finished something, they're stuck, or they're starting fresh and want direction. Fetch their recent activity, consider the current context, and lead with a recommendation.
Working directory: !pwd
Git repo: !basename $(git rev-parse --show-toplevel 2>/dev/null) 2>/dev/null || echo "not a git repo"
Git branch: !git branch --show-current 2>/dev/null || echo "n/a"
Recent commits: !git log --oneline -5 2>/dev/null || echo "n/a"
Call the recent_activity MCP tool to fetch recent sessions and top resources.
If the user provided arguments via $ARGUMENTS, also call the search MCP tool with those arguments.
If a specific path or resource looks relevant, use get_resource or get_session to drill deeper.
Lead with what you'd suggest the user do next, and why. You have full latitude — don't follow a rigid template. Some angles:
Be opinionated. The user wants direction, not a data dump. If you see a clear next step, say so. If the current repo/branch connects to an active path, call that out specifically.
npx claudepluginhub autographical/claude-code-plugins --plugin autographicalCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.