SKILL.md
$27
If user skips → write "Outcomes: not recorded" (don't block).
-
Write Outcomes & Learnings section to the plan file:
## Outcomes & Learnings
**Completed**: [date]
### What Worked
- [bullet points]
### What Didn't
- [bullet points]
### Learnings
- [bullet points]
-
Rename to .done.md:
git -C "$WORKTREE" mv ai-workspace/plans/<name>.md ai-workspace/plans/<name>.done.md
-
Commit the archive:
git -C "$WORKTREE" add ai-workspace/plans/<name>.done.md
git -C "$WORKTREE" commit -m "docs: archive plan <name>
Co-Authored-By: Claude <model>"
Output: Confirmation that the plan is archived with path to .done.md file.