task
Installation
SKILL.md
Task Manager
Interactive entry point for the dependency-aware task tracker. Tasks live in the
same graph as workflow projects and memory, so they can roll up to a project
(project_slug), nest under an epic (parent), block one another (blocked_by),
and reference code-graph symbols (symbol_refs).
The repo key is auto-detected from .git/config (the canonical HTTPS URI) — you
rarely pass repo explicitly.
When to use this vs. your built-in todo list
Use task_* for work that outlives the current session or is shared — items
others (or a future session) should see, things with dependencies/blockers, or an
epic's sub-issues. For the step-by-step checklist of the task you're doing right
now, use your built-in todo list; don't mirror those ephemeral steps into the
graph.