task-tracking-dots skillA
task-tracking-dots is agent-read markdown (skill) from randroids-dojo/skills: Manages Dots task tracking with the dot CLI, dependencies, and completion reasons. Use when tracking work items across sessions or coordinating task dependencies..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Task Tracking with Dots Dots is a lightweight task tracker for managing work across sessions. Use the `dot` CLI to track work items, dependencies, and completion reasons. ## When to use this skill Use this skill when you need to: - Track work items across sessions - Manage dependencies between tasks - Record completion reasons for auditability ## Preflight: ensure dot is installed Before running any workflow commands, check for the `dot` CLI: ```bash command -v dot >/dev/null 2>&1 ``` If `dot` is not found, install it. Homebrew: ```bash brew install joelreymont/tap/dots ``` From source (requires Zig 0.15+): ```bash git clone https://github.com/joelreymont/dots.git cd dots zig build -Doptimize=ReleaseSmall cp zig-out/bin/dot ~/.local/bin/ ``` Make sure `~/.local/bin` is on your `PATH`, then verify: ```bash dot --version ``` ## Essential Session Workflow At the start of every session: ```bash dot ls dot ready ``` Before starting any task: ```bash dot on <id> ``` After completing any task: ```bash dot off <id> -r "What was done" ``` Never leave completed tasks open. Always close with a short reason. --- ## Creating Dots ```bash # Quick add dot "Fix the bug" …
Read the whole file at its exact version.
How to install
mdr add randroids-dojo/skills/task-tracking-dots@git:20260203.f0a5726mdr add randroids-dojo/skills/task-tracking-dots@sha256:6847714fa5adbd00Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_p2t5lnwi5s5xruhk)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (3112 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
randroids-dojo/skills · 46 stars · license MIT · pushed 2026-09-21 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_p2t5lnwi5s5xruhk GET https://markdownregistry.com/api/v1/resolve?ref=randroids-dojo/skills/task-tracking-dots GET https://markdownregistry.com/api/v1/blob/6847714fa5adbd00b2ed9f0cc86ca8073c5617ebf0333148dd62f2746d0f368e
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.