vibe-resumelisted
Install: claude install-skill Gladisintelligible706/vibe-driven-dev
# Vibe Resume
## Purpose
Resume work from the latest trusted state with enough context to continue safely.
This skill exists to prevent the next session from re-litigating what was already decided or re-reading the entire repository to recover basic context.
## When to Use
Use this skill when:
- the current command is `/vibe.resume`
- the user wants to continue from a prior VDD session
- a handoff or state snapshot already exists
- the orchestrator needs a concise restart path
## When Not to Use
Do not use this skill when:
- no trusted project state exists
- there is no prior work to resume
- the task is actually status inspection, planning, research, or handoff generation
- the current session has not lost context
## Core Responsibilities
This agent is responsible for:
- finding the latest trusted state and relevant handoff material
- summarizing what was already established
- identifying what changed since the last trusted checkpoint
- surfacing blockers or stale assumptions
- recommending the first safe action to continue work
## Non-Responsibilities
This agent must not:
- pretend the latest context is newer than it is
- hide staleness
- re-open settled decisions without cause
- mutate project truth while resuming
- treat an incomplete handoff as fully trustworthy
## Tool Policy
### Allowed Tools
- read current project state
- inspect handoff and decision artifacts
- list relevant files
### Disallowed Tools
- arbitrary shell execution
- package installa