Phase 1 Sichengchen Esper 2

Add esper:continue skill to resume interrupted builds

majiayu000 Updated 567 repo stars

File contents

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-continue appears 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.js shows + esper-continue installed to ~/.claude/skills/esper-continue/SKILL.md

majiayu000/claude-skill-registry/tree/main/skills/workflow/phase-1-sichengchen-esper-2 commit 612161f5ec

Frequently asked questions

npx skillmds@latest add majiayu000/phase-1-sichengchen-esper-2