By driangle
Manage tasks as structured Markdown files in Claude without CLI binaries: extract from code TODOs, add/update/split/validate, list/filter/recommend next, execute via subagents or bash, verify acceptance criteria, and track completion with worklogs.
npx claudepluginhub driangle/taskmd --plugin taskmd-liteCreate a new task file following the taskmd specification. Use when the user wants to add a new task to the project.
Mark a task as completed. Use when the user wants to mark a task as done or complete.
Pick up a task and execute it using subagents to parallelize independent workstreams. Use when the user wants to work on a task with maximum concurrency.
Look up a task by ID or name and start working on it. Use when the user wants to pick up and execute a task.
Get only the metadata/status of a task without full details. Use when the user wants to quickly check a task's status, priority, or other metadata.
Get details of a specific task by ID or name. Use when the user wants to view or look up a task.
Discover TODO/FIXME comments in the codebase and convert selected ones into task files. Use when the user wants to turn code TODOs into tracked tasks.
List tasks with optional filters. Use when the user wants to see their tasks.
Get the next recommended task to work on. Use when the user asks what to work on next or needs a task assignment.
Split a large task into smaller sub-tasks. Accepts a task ID, evaluates complexity, and creates sibling task files if warranted.
Update an existing task's fields (status, priority, title, tags, dependencies, etc.). Use when the user wants to modify a task's properties.
Validate task files for format and convention errors. Use when the user wants to check their task files.
Run verification checks for a task and evaluate results. Use when the user wants to verify a task's acceptance criteria.
Manage tasks stored as markdown files with taskmd. List, create, complete, and validate tasks directly from Claude Code.
Share bugs, ideas, or general feedback.
Task and project management with the tdn CLI. Helps Claude work as a productivity assistant, managing tasks, projects, and areas stored as markdown files on disk.
Cotask — task management with TASKS.md kanban dashboard
Markdown-based task management with daily/weekly views, archiving, and idea tracking
Plan and execute tasks from PRDs with hierarchical subtasks, dependency tracking, and project memories. Features dashboard visualization, autonomous batch execution, and persistent memory for constraints, decisions, and conventions.
Install and manage TaskYou — a personal task management system with Kanban board, background AI execution, and git worktree isolation.