dev-resume
SolidResume work from a previous session checkpoint. Uses `resume-context` CLI to load feature, checkpoint, git state, and session history in a single call, then synthesizes a focused resumption summary before continuing. Use at the start of a new session to restore context from a previous checkpoint.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- andreaserradev-gbj
- Repository
- andreaserradev-gbj/dev-workflow
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
resume-work
Use when picking up prior or interrupted work — the user says "pick up where we left off", "continue the X project", "it crashed", "where did we leave off", "resume", "I can't find where I started this", or pastes a handoff note to continue from. Also use when the user asks to start a project that sounds like it may already exist.
resume
Load context for a fresh session in a worktree with in-flight pair-flow work. Reads the kickoff brief (the contract), tasks.md state, recent git log, the open PR state, and an optional handover brief, then surfaces uncommitted changes and asks before proceeding. Read-only over your in-flight work: no stash, clean, push, merge, or commit of it. The skill's only write is the standard self-healing drift-log note.
resume-work
Restores working context after a /clear or /compact by reading the most recent session handoff plus current git state, then reports where things stand and what the next step is. Use at the start of a session, after clearing or compacting, when picking up work from a previous day, or when taking over someone else's branch. Trigger: "resume", "pick up where we left off", "what was I doing", "restore context", "continue from the handoff", "catch me up".