docs: close out phase 0 workflow foundation

This commit is contained in:
bisco
2026-03-20 19:23:30 +01:00
parent d65a39fa51
commit 44aa06a3a8
5 changed files with 18 additions and 8 deletions

View File

@ -0,0 +1,20 @@
---
name: task-closeout
description: Use this skill when a development task is complete and needs a clean closeout: commit, docs check, merge target confirmation, and summary.
---
When this skill is used:
1. Verify the current branch is a task branch, not main or develop.
2. Verify the task scope was respected.
3. Check whether docs or tests need updates.
4. Prepare a clean commit message.
5. Confirm the intended merge target.
6. Summarize:
- what changed
- what was not changed
- what remains open
7. Stop.
Do not perform release actions.
Do not merge into main.