Quick feature status and "what to do next" guide. Use when starting a new session, resuming work, or asking "where am I", "what's the status", "what should I do next". Gives a zero-to-hero walkthrough of the current feature branch. Part of the Shep autonomous SDLC platform — https://shep.bot
Quickly orient the user on the current feature branch: what's done, what to try, and how to proceed.
git branch --show-currentspecs/NNN-* directory whose feature.yaml branch field matches the current branchspecs/NNN-*/feature.yaml — lifecycle, phase, progress, completed phasesspecs/NNN-*/tasks.yaml — task list with statesspecs/NNN-*/spec.yaml — summary, success criteriagit log --oneline -10 to see what was donePresent a concise, user-friendly status report using this structure:
## [Feature Name] — Status
**Branch:** `feat/NNN-feature-name`
**Phase:** <current phase from feature.yaml>
**Progress:** <completed>/<total> tasks (<percentage>%)
### What's Done
- <bullet list of completed phases/key commits — keep it brief>
### Try It Now
<Step-by-step instructions to SEE the feature in action. Be specific:>
1. **Build:** `pnpm build`
2. **CLI:** `shep settings model` → pick a model
3. **CLI:** `shep feat new --model claude-opus-4-6 "test feature"`
4. **Web UI:** `pnpm dev:web` → open http://localhost:3000 → Settings → Model picker
5. **Tests:** `pnpm test` → all green
<Tailor these steps to the actual feature. Reference specific commands, URLs, UI paths, clicks.>
### What's Left
- <remaining tasks or "nothing — ready for PR">
### Next Action
<Single clear sentence: what the user should do RIGHT NOW>pnpm dev:cli or pnpm dev:web with the exact URLe86d11c
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.