work-tracker

Installation
SKILL.md

Work Tracker

Create and manage work items in a project's work/ directory. Also summarises sessions and searches past work. Sits on top of the project's vocabulary and architecture (in docs/) — work-tracker handles what you were doing recently and last time, what was on your mind, and what was bothering you. The vocabulary and architecture layer handles what the project is about and how it works.

Bootstrap

If work/ doesn't exist in the project root, create the full structure before doing anything else:

work/
  active/              → items being worked on (human + model)
  active/unsupervised/ → items an agent is working on autonomously
  done/                → completed items (moved here, not deleted)
  discussion/          → things you're not sure about — write them down, discuss with an agent or colleague
  backlog/             → prioritised queues of future work
  backlog/unsupervised/ → queued items for autonomous agent work
  .sessions/           → per-user session logs (user decides: commit or gitignore)
Related skills

More from danielbush/skills

Installs
15
First Seen
Mar 20, 2026