flightwake セッションをまたぐ引き継ぎ — 「まだ終わっておらず、後で続ける」作業のために CONTEXT を書く。Use when stopping mid-build on multi-session work, when the user says 引き継ぎ/handoff/次回続き, or before context runs out on a large task.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add kaiwutech-TW/flightwake --skill fw-handoff --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fw Handoff?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/kaiwutech-tw-fw-handoff-0b79ca75)More formats (shields.io, HTML) on the badges page.
---
name: fw-handoff
description: flightwake セッションをまたぐ引き継ぎ — 「まだ終わっておらず、後で続ける」作業のために CONTEXT を書く。Use when stopping mid-build on multi-session work, when the user says 引き継ぎ/handoff/次回続き, or before context runs out on a large task.
---
# fw-handoff — セッションをまたぐ引き継ぎ(作業がフェーズに昇格する唯一の場面)
目的:どのセッションからでも、未完成の工事にコールドスタートで入れるようにする。**トリガーは手を止める前であって、始める前ではない**——
現実に触れた後に書かれた CONTEXT だけが本物になる。
## 手順
1. `.flightwake/records/YYMMDD-slug-CONTEXT.md` を書く。必須は 4 節:
- **スコープ**:何を作るか / 明確に作らないもの(scope creep を防ぐ)。さらに**受け入れ条件**を一行——
何をもって完了とするかを**観測可能な形で**書く(どの数字が何と一致するか、どの画面に何が出るか、
どのテストが緑になるか)。「完了」に観測可能な定義が無ければ、次のセッションが自分で補う——
たいていあなたより緩い定義になる
- **確定した決定**:なぜを添えて(DECISIONS にも登録)
- **現状とデータ基盤**:何が準備済みか(検証の証拠つき)、何が仮定か(「実行前に抜き取り確認」と印をつける)
- **次の一歩**:「どのファイルを開く / どのコマンドを走らせる」まで具体的に
2. 未解決の問いは別立てにする——**人の判断が要るものは「X に確認」と明記**。次のセッションに推測させない
3. STATE を更新:進行中 + 次の入口をこの CONTEXT に向ける
4. コミットする。その後ユーザーに push を提案する(引き継ぎはこのマシンを離れて初めて安全になるが、push するかはユーザーの判断)
## フェーズ駆動の進め方との関係
これは flightwake 版の「フェーズを開く」:CONTEXT 1 枚だけで、事前の計画分解はしない——計画は実行するセッションのその場の判断に委ねる。
repo に歴史的な `.planning/` ディレクトリが残っている場合、既存の索引を活かすため CONTEXT をその phases/ に置いてもよい(形式はこのファイルと同じ)。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json manifests, build verification, git tagging, GitHub releases, and changelog generation. NPM publishing is the final human-required handoff because the maintainer raised npm security.