From smart-dev
Resume work from a handover document created by /auto-handover. Finds the most recent handover, verifies state, and continues where the previous session left off.
npx claudepluginhub coolwuu/smart-dev-plugin --plugin smart-devThis skill uses the workspace's default tool permissions.
Resume a previous session using a handover document.
Implements Playwright E2E testing patterns: Page Object Model, test organization, configuration, reporters, artifacts, and CI/CD integration for stable suites.
Guides Next.js 16+ Turbopack for faster dev via incremental bundling, FS caching, and HMR; covers webpack comparison, bundle analysis, and production builds.
Discovers and evaluates Laravel packages via LaraPlugins.io MCP. Searches by keyword/feature, filters by health score, Laravel/PHP compatibility; fetches details, metrics, and version history.
Resume a previous session using a handover document.
Check the skill arguments first. The user may invoke this as /resume-handover path/to/file.md.
HandoverPath: from CLAUDE.md (fallback: ./handover/)
.md file in that directory.md handover found): Check for .pre-compact-metadata.txt in the handover directory
.md handover exists, inform the user: "Only pre-compact metadata is available. The previous session was compacted before a full handover could be generated."auto_continue: if true, proceed without asking; if false, present plan and confirmsession_branch: verify we're on the correct git branchfeature / phase: understand the workflow contextworking_directory / worktree: verify we're in the right locationRun these checks and report any discrepancies:
session_branch? If not, warn.Display a concise summary:
๐ Resuming from: {handover filename}
Created: {created_at}
Feature: {feature} | Phase: {phase} | Branch: {session_branch}
โ
Previously completed:
{numbered list from "What Was Completed" โ abbreviated}
๐ Continuing with:
1. {first item from "What Needs To Continue"}
2. {second item}
...
{Any discrepancies found during verification}
auto_continue: true โ proceed directly to the first item in "What Needs To Continue"auto_continue: false โ ask the user: "Ready to continue with item 1?"If only .pre-compact-metadata.txt exists (no full handover):
โ ๏ธ No full handover found. Pre-compact metadata available:
Branch: {branch}
Last commit: {last_commit}
Modified files: {modified_files}
Untracked files: {untracked_files}