.claude/skills/restore/SKILL.md
Restore context from a handoff document and continue work.
npx skillsauth add khamel83/oneshot restoreInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Restore context from a handoff document and continue work.
/restore — finds most recent handoff
/restore @thoughts/shared/handoffs/YYYY-MM-DD-file.md — specific handoff
TaskList # See all tasks, check for in_progress
If tasks exist with status="in_progress" → fast path (skip to resume announcement). If no active tasks → read handoff file for full context.
Legacy fallback: If native tasks unavailable, check beads:
bd sync
bd list --status in_progress --json
bd ready --json
## Resuming: [Task Name]
**Handoff from**: YYYY-MM-DD
### Progress
| Status | Item |
|--------|------|
| Done | Item 1 |
| Done | Item 2 |
| **Resuming** | Item 3 |
| Pending | Item 4 |
### Decisions Restored
- [Key decision 1]
### Blockers: [Resolved/Still pending]
### Immediate Next Action
[What you're about to do]
Start with first item in "Next Steps" from handoff.
ls -t thoughts/shared/handoffs/ | head -5 # Recent handoffs
If multiple exist, list them and ask which to resume (or use most recent).
development
Smart visual analysis for websites and images using Playwright screenshots and AI vision.
development
--- name: tdd description: Test-driven development with mandatory RED-GREEN-REFACTOR cycle. Enforces writing failing tests before production code. Use when implementing new features, fixing bugs with test coverage, or when the user wants TDD discipline. Trigger keywords: tdd, test first, test driven, red green refactor, add tests, coverage, write a test, failing test. --- # /tdd — Test-Driven Development RED-GREEN-REFACTOR cycle. No production code without a failing test shown first. ## Usage
tools
Quick iterations on existing projects. Load context, ask what's next, execute in burn-down mode.
tools
Manage encrypted secrets between the master vault and projects using SOPS/Age.