Start-of-day orientation - load context and prepare for work
Orients you to the workday by loading context and preparing for productive work.
/plugin marketplace add pentaxis93/recursive-loop/plugin install devtools@recursive-loopOrient to the workday. Load context, assess state, prepare for productive work.
Run these in parallel:
git status
git log --oneline -5
git stash list
| Check | Action |
|---|---|
| On main/master? | Warn: create feature branch before coding |
| Uncommitted changes? | Ask: continue, stash, or commit? |
| Stashed work? | Ask: apply stash or leave for later? |
| Behind upstream? | Suggest: pull or rebase |
Check for project context:
CLAUDE.md if presentgh pr list --author @megh issue list --assignee @mePresent to user:
## Today's Starting Point
**Branch:** {{branch}} ({{tracking status}})
**Working tree:** {{clean/dirty}}
**Active PRs:** {{count}}
**Assigned issues:** {{count}}
### Suggested First Actions
1. {{based on state}}
Ask: "Ready to begin? Any specific focus for today?"