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 files
  • git branch — local branches, especially any that look like work-in-progress
  • git log --oneline -20 — recent commit history to understand what was worked on last
  • git stash list — stashed changes that may have been forgotten

Open work on GitHub

Installs
8
Repository
mattobee/skills
First Seen
Mar 24, 2026
suggesting-next-steps — mattobee/skills