Add plan2code-handoff skill for conversation handoff documents

AI Assisted
This commit is contained in:
2026-07-20 22:07:21 -07:00
parent 4b20f93bb9
commit 7e9de755f1
4 changed files with 149 additions and 1 deletions
+9
View File
@@ -2,6 +2,15 @@
All notable changes to Plan2Code will be documented in this file.
## v1.16.0
### ✨ Added
- **`/plan2code-handoff` skill** — compacts the current conversation into a self-contained handoff document (written to gitignored `./handoffs/<timestamp>-handoff.md`) so a fresh session or another agent can resume the work
- Always captures a confirmed **Next task**: infers a candidate from context and requires the user to confirm or fill it in before the file is written
- References plan specs, logs, and files by path rather than copying them; strips secrets; suggests follow-on skills and verification steps
- Repo-safe: checks `git check-ignore` and warns (without silently editing `.gitignore`) when `handoffs/` isn't ignored in an arbitrary repo
## v1.15.4
### ✨ Added