handoff

Featured

Create or update a durable project handoff for the next AI agent/session. Use when ending a coding/research session, switching agents, compressing context, or preparing another Claude/ChatGPT/Codex session to continue the work.

AI & Automation 61 stars 5 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

Create or update `.ai/HANDOFF.md` so the next agent can resume without rereading this conversation. ## Current repo state ```! git status --short 2>/dev/null || echo "(not a git repo)" ``` ```! git log --oneline -12 2>/dev/null || echo "(no git log)" ``` ```! git diff --stat HEAD 2>/dev/null | head -30 || echo "(no diff)" ``` ```! claude --version 2>/dev/null || echo "(claude --version unavailable)" ``` ## Before writing Read these if they exist: `.ai/HANDOFF.md`, `CLAUDE.md`, `AGENTS.md`. Scan recently modified files for TODO/FIXME markers. Do not invent results for commands that were not run. Do not duplicate content already captured in durable artifacts (specs, plans, ADRs, issues, commits, diffs, CLAUDE.md). Reference them by path or URL and summarize only what the next agent needs to act. This includes review reports archived under `.ai/reviews/` — point at them by path (e.g. in Next actions or Pitfalls) rather than restating findings. Redact anything sensitive — API keys, tokens, passwords, PII — even though `.ai/` is gitignored. ## Write `.ai/HANDOFF.md` Create `.ai/` if missing. Append `.ai/` to `.gitignore` if not already present. Use only the sections that have real content. Skip empty ones. ## Objective <!-- one sentence --> ## Next actions <!-- numbered, concrete, specific — most important section; each action must be immediately executable without a follow-up question. Where a skill or subagent is the right tool, name it in the action itself (e.g. `/...

Details

Author
dgilford
Repository
dgilford/ai-science-toolkit
Created
3 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category