Resume work on a feature branch. Checks rebase status, shows recent commits, and orients to current state. Use when starting or resuming work on any non-default branch, or when the user says things like "where was I", "pick up where I left off", "continue working on this branch".
From chad-toolsnpx claudepluginhub metcalfc/claude-plugin --plugin chad-toolsThis skill uses the workspace's default tool permissions.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
When resuming work on a branch:
main, fall back to master)git fetch origingit log HEAD..origin/<default> --onelinegit log --oneline -5gh pr view --json state,url,title 2>/dev/nullgit status --short