From work-manager
This skill should be used when the user says "work done", "done with work", "finish work", "mark complete", "close work". Mark work complete by updating the work note.
How this skill is triggered — by the user, by Claude, or both
Slash command
/work-manager:work-doneThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Read `_notes/_summary.md` in cwd
_notes/_summary.md in cwdstart workstatus: active -> status: done, add completed: YYYY-MM-DD_notes/worklog.md: - YYYY-MM-DD: Work marked doneAfter completing ANY action in this skill, you MUST update _notes/worklog.md with a timestamped entry describing what was done. Format:
- YYYY-MM-DD HH:MM: <action summary>
Never skip this step. Notes are the primary deliverable, not a side-effect.
npx claudepluginhub popoffvg/claude-plugin-work-manager --plugin work-managerAppends timestamped work log section to daily WORKLOG/YYYYMMDD.md with session ID, files created/read/changed, and concise summary referencing details.
Marks taskmd tasks as completed: verifies subtasks and acceptance criteria, checks off items, adds worklogs if enabled, handles PR-review workflow, runs verification checks.