save-work
Installation
SKILL.md
Save Work
Closes out finished work: updates project.md, indexes the work READMEs so they are searchable, and commits everything to git.
Inputs
project.mdwith Pending Work entries.- One or more
work/<slug>/README.mdfiles with frontmatterstatus: done.
Outputs
project.md— finished items moved from Pending Work to Completed Work.work/index.yaml— one document entry per finished README, viaasta documents add.- A git commit containing the README, data artifacts, project.md update, and index.yaml update.
Procedure
- Find finished items. Scan
work/*/README.mdfor frontmatterstatus: donethat still appears under Pending Work inproject.md.