Analyze the current session and produce a handoff document so a fresh Claude context can resume exactly where this left off.
From cc-setupnpx claudepluginhub krzemienski/cc-setup --plugin cc-setupThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Generate a handoff document from this session so work can resume in a fresh context without lost state.
Review the full conversation and identify:
Use today's date and current time:
./plans/handoff-YYMMDD-HHMM.md
Save to the path above with this structure:
# Session Handoff — YYMMDD-HHMM
## Accomplished
- <what was done> (`path/to/file.ts:42`)
- ...
## Unfinished Work
- [ ] <task> — `path/to/file.ts:88` — <why it stopped>
- ...
## Blockers / Decisions Needed
- <question or blocker> — context: <brief explanation>
## Resume Prompt
Paste this into a fresh Claude session to continue:
---
<self-contained prompt that includes: goal, relevant file paths with line numbers,
current state, next concrete action, and any open decisions>
---
Print the full handoff document to the conversation, then output:
Handoff saved to: ./plans/handoff-YYMMDD-HHMM.md
Start a new session and paste the Resume Prompt above to continue.