en un clic
handoff
// Compact the current conversation into a handoff document for another agent to pick up.
// Compact the current conversation into a handoff document for another agent to pick up.
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
在这个 workspace 中教用户一个新 skill 或概念。
根据 CONTEXT.md 中的 domain language 和 docs/adr/ 中的 decisions,寻找 codebase 的 deepening opportunities。Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".
Use this project-level skill when translating, refreshing, or reviewing content from mattpocock/skills into the Simplified Chinese localization repo vinvcn/mattpocock-skills-zh-CN. Use it for skill files, README content, CLAUDE.md, CONTEXT.md, docs, and other user-facing upstream content where behavior-critical identifiers must be preserved.
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
| name | handoff |
| description | Compact the current conversation into a handoff document for another agent to pick up. |
| argument-hint | What will the next session be used for? |
写一份 handoff document,总结当前对话,让 fresh agent 可以继续工作。保存到用户 OS 的 temporary directory,而不是当前 workspace。
在文档中包含一个 “suggested skills” section,建议 agent 应 invoke 的 skills。
不要重复已经捕获在其他 artifacts(PRDs、plans、ADRs、issues、commits、diffs)中的内容。改用 path 或 URL 引用它们。
Redact 任何 sensitive information,例如 API keys、passwords 或 personally identifiable information。
如果用户传入了 arguments,把它们视为下一次 session 重点的描述,并据此调整文档。