Tasx

File-based task tracker for projects: tasks live as markdown files in a hidden, git-ignored .tasx/ folder, state = folder location (root = inbox, in-progress/, waiting/, done/, cancelled/, decisions/ for open choices), agents manage tasks by moving the files; plus a zero-dependency local board UI (tasx serve) where the user changes states, answers decisions, and leaves comments that are written straight back into the md files and nudge the owning agent via agent-chat. Use when: (1) the user asks to set up / init a task tracker or tasks folder in a project, (2) the user or agent needs to create, list, move, complete, cancel, or comment on tasks in a repo that has a .tasx/ folder, (3) the user asks 'what's in progress', 'what needs me', 'what's stale', or wants a task board / dashboard served, (4) starting a work session in a repo with .tasx/ or a legacy tasks/ tree (run tasx doctor and reconcile), (5) a task is blocked on the user's feedback or on a decision — file it as waiting/ or a decision instead of askin

vicnaum Updated

File contents

vicnaum/vics-agent-skills/tree/main/skills/tasx commit d047582e9f

Frequently asked questions

npx skillmds@latest add vicnaum/tasx-2