Help us improve
Share bugs, ideas, or general feedback.
From task-tracking-dots
Uses dot CLI to track tasks across sessions: lists opens, marks in progress or done with reasons, creates dependencies, shows trees and searches.
npx claudepluginhub randroids-dojo/skills --plugin task-tracking-dotsHow this command is triggered — by the user, by Claude, or both
Slash command
/task-tracking-dots:task-tracking-dotsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Task Tracking with Dots
Use the `dot` CLI to track work items across sessions and manage dependencies. Always check open tasks, mark work in progress, and close tasks with a completion reason.
## Preflight
Confirm the `dot` CLI is available:
If `dot` is missing, install it and verify:
## Quick Reference
For full guidance, read `${CLAUDE_PLUGIN_ROOT}/SKILL.md`./helpDisplays categorized overview of Task Master AI commands including setup, tasks, status, analysis. Accepts arguments for specific command help.
/tasukuDisplays Tasuku task management overview and quick reference for all /tasuku:* commands, covering workflows, basic commands, task lifecycle, and quick start guide.
/aboutInteractively displays Task Management plugin documentation: reads README.md, offers Quick Start/Commands/Task Format/Configuration/Full options, shows selected section.
/fire-todosAdds todos to .planning/todos/pending/ from descriptions or conversation context with inferred areas/files/dupe checks, lists pending todos optionally by area. Supports add and list actions.
/workAuto-classifies tasks from descriptions, folder paths, or issue identifiers (GitHub/Jira/Azure DevOps) and routes to workflow orchestrators. Resumes existing tasks.
Share bugs, ideas, or general feedback.
Use the dot CLI to track work items across sessions and manage dependencies. Always check open tasks, mark work in progress, and close tasks with a completion reason.
Confirm the dot CLI is available:
command -v dot >/dev/null 2>&1
If dot is missing, install it and verify:
brew install joelreymont/tap/dots
dot --version
# Start of session
dot ls
dot ready
# Work on a task
dot on <id>
dot off <id> -r "What was done"
# Create dots
dot "Fix the bug"
dot add "Design API" -p 1 -d "Details"
dot add "Subtask" -P dots-1
dot add "After X" -a dots-2
# Inspect
dot show dots-1
dot tree
dot find "query"
For full guidance, read ${CLAUDE_PLUGIN_ROOT}/SKILL.md.