From 0586d3a2a934d97de722ed74c91cfe3f5b7e936a Mon Sep 17 00:00:00 2001 From: "Martin C. Richards" Date: Sat, 18 Jul 2026 17:43:33 +0200 Subject: [PATCH] fix(code-handoff): write handoffs to project directory --- skills/code-handoff/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/code-handoff/SKILL.md b/skills/code-handoff/SKILL.md index 67595c9..9e6d910 100644 --- a/skills/code-handoff/SKILL.md +++ b/skills/code-handoff/SKILL.md @@ -5,7 +5,7 @@ argument-hint: "What will the next session be used for?" user-invocable: true --- -Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save to the temporary directory of the user's OS - not the current workspace. +Write a handoff document summarising the current conversation so a fresh agent can continue the work. Create `/.handoff/` if needed and save the document there with a descriptive `.md` filename. Include a "suggested skills" section in the document, which suggests skills that the agent should invoke.