/install dex
Dex Task Tracking
Track async work: coding agent dispatches, multi-step projects, anything needing follow-up.
Commands
dex create -d "Description" --context "Background, goal, done-when"
dex list # Pending tasks
dex list --all # Include completed
dex show \x3Cid> # View task
dex show \x3Cid> --full # Full context
dex complete \x3Cid> --result "What was done, decisions, follow-ups"
dex edit \x3Cid> --context "Updated context"
dex delete \x3Cid>
Task Structure
- Description: One-line summary
- Context: Background, requirements, done criteria
- Result: What was built, decisions, follow-ups
Example
# Before dispatching agent
dex create -d "Add caching to API" --context "Workspace: feat1 (100.x.x.x)
Branch: feat/cache
Done when: PR merged, CI green"
# After work complete
dex complete abc123 --result "Merged PR #50. Redis caching with 5min TTL."
Storage
.dex/tasks/{id}.json — one file per task, git-friendly.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dex - After installation, invoke the skill by name or use
/dex - Provide required inputs per the skill's parameter spec and get structured output
What is Dex Task Tracking?
Task tracking for async/multi-step work. Use dex to create, track, and complete tasks that span multiple sessions or require coordination (e.g., coding agent dispatches, PR reviews, background jobs). Tasks stored as JSON files in .dex/tasks/. It is an AI Agent Skill for Claude Code / OpenClaw, with 2508 downloads so far.
How do I install Dex Task Tracking?
Run "/install dex" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Dex Task Tracking free?
Yes, Dex Task Tracking is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Dex Task Tracking support?
Dex Task Tracking is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Dex Task Tracking?
It is built and maintained by gricha (@gricha); the current version is v1.1.0.