write-continue-here
About
This skill creates a CONTINUE_HERE.md file that captures a coding session's state for seamless handoff to a fresh session. It structures the file with objective, progress, and next steps sections when ending unfinished work or preserving context that git can't capture. The output provides an actionable continuation point for developers resuming interrupted tasks.
Quick Install
Claude Code
Recommendednpx 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-hereCopy and paste this command in Claude Code to install this skill
Documentation
書續此
書結構續檔使後會以全境始。
用
- 結會而工未畢→用
- 會間交複任→用
- 存意、敗法、下步——git 不能捕者→用
- 任中閉 Claude Code 前→用
入
- 必:含近工可摘之活會
- 可:交付中欲強何之特指
行
一:評會態
集近工事實:
git log --oneline -5
git status
git diff --stat
審話境:意何、何畢、何半成、何試敗、何決。
得:今任態清——畢項、進中項、計下步。
敗:非於 git 庫→略 git 命。續檔仍可捕話境與任態。
二:書 CONTINUE_HERE.md
按下構書檔於案根。每節須含可行容、非佔位。
# 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
則:
- 意:捕「以何」——git log 示變、非以何
- 畢:明標畢以免重工
- 進中:最值節——半態最難重構
- 下步:按先排數。用賴項前綴
**[USER]** - 境:錄負空——何試而拒、以何
得:CONTINUE_HERE.md 於案根、五節皆以今會真容填。時與枝準。
敗:Write 敗→察檔權。檔當建於案根(同 .git/)。驗 .gitignore 含 CONTINUE_HERE.md——無乃加。
三:驗檔
讀回 CONTINUE_HERE.md 確:
- 時為今(近數分內)
- 枝名配
git branch --show-current - 五節含真容(無模佔位)
- 下步附號可行
- 進中項述今態足以續
得:檔讀為清可行交付,新會可即用以續工。
敗:改含佔位或過泛之節。每節應過試:「新會可不問釋而行此乎?」
驗
- CONTINUE_HERE.md 於案根
- 含五節真容(非佔位)
- 時與枝準
-
.gitignore含 CONTINUE_HERE.md - 下步附號可行
- 進中項詳足以續無問
忌
- 書佔位代容:「TODO: fill in later」廢用。每節須含今會真信
- 複 git 態:勿列每改檔——git 已跡。聚於意、半態、下步
- 忘境節:敗法為最值。無之,後會將重試同死路
- 覆而不讀:CONTINUE_HERE.md 已存於前會→先讀——或含早交付未畢工
- 留舊檔:CONTINUE_HERE.md 為暫。後會消後刪。舊檔致惑
參
read-continue-here— 補:會始讀並行續檔bootstrap-agent-identity— 冷啟身重構,消此技生之續檔manage-memory— 持久跨會知(補此暫交付)commit-changes— 書續檔前存工於 gitwrite-claude-md— 案指中可選續性建居
GitHub Repository
Related Skills
railway-docs
DocumentationThis skill fetches current Railway documentation to answer questions about features, functionality, or specific docs URLs. It ensures developers receive accurate, up-to-date information directly from Railway's official sources. Use it when users ask how Railway works or reference Railway documentation.
n8n-code-python
DocumentationThis Claude Skill provides expert guidance for writing Python code in n8n's Code nodes, specifically for using Python's standard library and working with n8n's special syntax like `_input`, `_json`, and `_node`. It helps developers understand Python's limitations within n8n and recommends using JavaScript for most workflows while offering Python solutions for specific data transformation needs.
archon
DocumentationThe Archon skill provides RAG-powered semantic search and project management through a REST API. Use it for querying documentation, managing hierarchical projects/tasks, and performing knowledge retrieval with document upload capabilities. Always prioritize Archon first when searching external documentation before using other sources.
n8n-code-javascript
DocumentationThis Claude Skill provides expert guidance for writing JavaScript code in n8n's Code nodes. It covers essential n8n-specific syntax like `$input`/`$json` variables, HTTP helpers, and DateTime handling, while troubleshooting common errors. Use it when developing n8n workflows that require custom JavaScript processing in Code nodes.
