Add esper:continue skill to resume interrupted builds
Context
/esper:build is the primary implementation skill but has no recovery path when a session is interrupted mid-implementation. A esper:continue skill dovetails into the same flow starting after branch creation, by reading the active plan and inferring what is left.
Files changed
skills/esper-continue/SKILL.md(created — 7-step workflow)
Verification
- Run:
node bin/cli.js— confirms+ esper-continueappears in the install output - Expected: skill is discoverable as
/esper:continue
Progress
- Created
skills/esper-continue/SKILL.md: 7-step workflow — check setup → assess state (git status/log + plan cross-reference) → report + confirm with user → continue implementation → verify → update Progress → wrap up - Branch mismatch warning and AskUserQuestion to switch or continue anyway
- Verification: passed —
node bin/cli.jsshows+ esper-continueinstalled to~/.claude/skills/esper-continue/SKILL.md