suggesting-next-steps
Installation
SKILL.md
Suggesting Next Steps
Analyse a project's current state and suggest prioritised next steps. This is a read-only skill — gather and organise information, do not make changes.
Gather context
Collect whatever signals are available. Not every project has all of these — adapt to what exists. Do not block on missing sources.
Local state
git status— uncommitted changes, staged filesgit branch— local branches, especially any that look like work-in-progressgit log --oneline -20— recent commit history to understand what was worked on lastgit stash list— stashed changes that may have been forgotten