.config/claude/skills/handover/SKILL.md
Create a HANDOVER.md file summarizing the current session for context continuity. Use when switching sessions or before ending work.
npx skillsauth add kokatsu/dotfiles handoverInstall 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.
現在のセッションの作業内容を要約し、次のセッションに引き継ぐための HANDOVER.md を生成する。
/handover
.claude/memory/HANDOVER.md があれば読んで前回の引き継ぎ内容を把握する.claude/memory/HANDOVER.md を作成/上書き — 以下のフォーマットで書き出す# Handover
## 完了タスク
- タスク1の概要
- タスク2の概要
## 現在の状態
- コードベースの状態、変更されたファイルの要約
## 未完了・次のステップ
- 次にやるべきこと
## 重要な決定事項
- セッション中の技術的意思決定
## 注意事項
- 既知の問題、ワークアラウンド
.claude/memory/HANDOVER.md — 日付入りファイルではなく、常に同じファイルを上書きするdevelopment
Apply UX psychology principles when building UI components, forms, pricing pages, onboarding flows, checkout experiences, modals, or any user-facing interface. Use when designing CTAs, implementing progress indicators, creating loading states, improving user engagement, or reviewing UI for psychological effectiveness.
development
Guide TDD workflow with Red-Green-Refactor cycle. Use when the user asks to "write tests first", "TDD", "test-driven", "テスト駆動", "TDDで実装", "テストファースト".
development
Deep-read a codebase area and write findings to research.md. Use for thorough investigation before planning.
development
Create a detailed implementation plan in plan.md. Never implements code. Use after /research or when planning a feature.