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.md with Pending Work entries.
  • One or more work/<slug>/README.md files with frontmatter status: done.

Outputs

  • project.md — finished items moved from Pending Work to Completed Work.
  • work/index.yaml — one document entry per finished README, via asta documents add.
  • A git commit containing the README, data artifacts, project.md update, and index.yaml update.

Procedure

  1. Find finished items. Scan work/*/README.md for frontmatter status: done that still appears under Pending Work in project.md.
Installs
15
GitHub Stars
38
First Seen
Jul 7, 2026
save-work — allenai/asta-plugins