write-continue-here
について
このClaude Skillは、コーディングセッション間のシームレスな引き継ぎのために、構造化されたCONTINUE_HERE.mdファイルを生成し、セッションコンテキストを保存します。目標、完了した作業、進行中のタスク、次のステップ、そしてgitだけでは追跡できない関連コンテキストを捕捉します。未完了の作業セッションを終了するときや、Claudeインスタンス間でタスク状態を転送する際にご利用ください。
クイックインストール
Claude Code
推奨npx skills add pjt222/agent-almanac -a claude-code/plugin add https://github.com/pjt222/agent-almanacgit clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/write-continue-hereこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Write Continue Here
Write structured continuation file → next sess starts w/ full ctx.
Use When
- Ending sess w/ work in progress
- Hand off complex task across sess
- Preserve intent, failed approaches, next steps git can't capture
- Pre-close Claude Code mid-task
In
- Required: Active sess w/ recent work to summarize
- Optional: Specific instructions on what to emphasize
Do
Step 1: Assess State
Gather facts:
git log --oneline -5
git status
git diff --stat
Review conv ctx: objective, done, partial, tried+failed, decisions.
Got: Clear task state — done, in-progress, next steps.
If err: Not in repo → skip git. File still captures conv ctx + task state.
Step 2: Write CONTINUE_HERE.md
Write to project root w/ structure below. Every section actionable, no placeholders.
# Continue Here
> Last updated: YYYY-MM-DDTHH:MM:SSZ | Branch: current-branch-name
## Objective
One-paragraph description of what we are trying to accomplish and why.
## Completed
- [x] Finished item with key file paths (e.g., `src/feature.R`)
- [x] Decisions made and their rationale
## In Progress
- [ ] Partially complete work — describe current state (branch, file:line)
- [ ] Known issues with partial work
## Next Steps
1. Immediate next action (most important)
2. Subsequent actions in priority order
3. **[USER]** Items needing user input or decision
## Context
- Failed approaches and why they did not work
- Key constraints or trade-offs discovered
- Relevant issue/PR links
Guidelines:
- Objective: WHY → git log shows what changed, not why
- Completed: Mark clearly done → prevent re-work
- In Progress: Highest-value section → partial state hardest to reconstruct
- Next Steps: Number by priority. User-dep → prefix
**[USER]** - Context: Negative space → tried+rejected, why
Got: CONTINUE_HERE.md at project root, all 5 sections w/ real content. Timestamp + branch accurate.
If err: Write fails → check perms. Create in project root (same dir as .git/). Verify .gitignore has CONTINUE_HERE.md → if not, add.
Step 3: Verify
Read back CONTINUE_HERE.md, confirm:
- Timestamp current (last few min)
- Branch matches
git branch --show-current - All 5 sections real content (no placeholders)
- Next Steps numbered + actionable
- In Progress items specific enough to resume
Got: Reads as clear actionable handoff → fresh sess can resume.
If err: Edit placeholder/vague sections. Each must pass: "Could fresh sess act w/o clarifying?"
Check
- CONTINUE_HERE.md at project root
- All 5 sections real content (no placeholders)
- Timestamp + branch accurate
-
.gitignorehasCONTINUE_HERE.md - Next Steps numbered + actionable
- In Progress items specific enough to resume
Traps
- Placeholders not content: "TODO: fill later" defeats purpose. Real info from current sess.
- Duplicate git state: Don't list every file → git tracks. Focus intent, partial, next.
- Forget Context: Failed approaches most valuable. W/o them, next sess retries dead ends.
- Overwrite w/o read: Existing CONTINUE_HERE.md → read first → may have unfinished from prior.
- Stale files: Ephemeral → after consume, delete. Stale → confusion.
→
read-continue-here— complement: read+act on continuation file at sess startbootstrap-agent-identity— cold-start identity reconstruction → consumes file this producesmanage-memory— durable cross-sess knowledge (complements ephemeral handoff)commit-changes— save to git before writing continuationwrite-claude-md— project instructions where optional continuity guidance lives
GitHub リポジトリ
関連スキル
railway-docs
ドキュメントこのスキルは、Railwayの機能や仕様、特定のドキュメントURLに関する質問に答えるために、最新のRailwayドキュメントを取得します。開発者がRailwayの公式情報源から正確かつ最新の情報を直接受け取れるようにします。ユーザーがRailwayの動作方法について尋ねたり、Railwayドキュメントを参照する際にご利用ください。
n8n-code-python
ドキュメントこのClaudeスキルは、n8nのコードノードでPythonコードを記述するための専門的なガイダンスを提供します。具体的には、Pythonの標準ライブラリの使用方法や、`_input`、`_json`、`_node`といったn8n独自の構文の扱い方を解説します。n8n環境内におけるPythonの制限事項を開発者が理解できるよう支援し、ほとんどのワークフローではJavaScriptの使用を推奨しながらも、特定のデータ変換ニーズに対応するPythonソリューションを提案します。
archon
ドキュメントArchonスキルは、RAGを活用したセマンティック検索とプロジェクト管理をREST APIを通じて提供します。ドキュメントの検索、階層的なプロジェクト/タスクの管理、ドキュメントアップロード機能を備えたナレッジ検索の実行にご利用いただけます。外部ドキュメントを検索する際は、他の情報源を利用する前に常にArchonを最優先で使用してください。
n8n-code-javascript
ドキュメントこのClaudeスキルは、n8nのCodeノードでJavaScriptコードを書くための専門的なガイダンスを提供します。`$input`/`$json`変数、HTTPヘルパー、DateTime処理などの重要なn8n固有の構文を網羅し、一般的なエラーのトラブルシューティングも行います。CodeノードでカスタムJavaScript処理を必要とするn8nワークフローを開発する際にご利用ください。
