What problem does it solve?
This Skill solves the problem of losing project context and momentum by organizing agent and human work into a persistent, in-repo task timeline with priorities, statuses, and typed dependencies.
Core Features & Use Cases
- Persistent, file-based task management: Maintains permanent history in
.agents/tasks/ (active tasks in tasks.yaml, archived tasks in closed.yaml) with an editable free-form inbox.md.
- Priorities, statuses, and ready/blocked queues: Supports 12 task statuses and numeric priorities (p0–p4) and lets you find what is actionable next (
tasks ready) versus what is blocked by blocks dependencies (tasks blocked, tasks next --skip-blocks).
- Typed dependency tracking: Records dependencies in
id:type form (blocks, parent, child, discovered, relates) and surfaces dependency graphs and inline resolution in task details.
- Dependency-aware task discovery: Finds unblocked work and can orient a new session by checking
tasks status and tasks ready proactively.
Quick Start
Ask your agent to convert your current inbox into structured tasks, then confirm what it will create and clear the inbox after processing.