Track, update, and manage shared tasks through a simple TASKS.md file.
This skill primarily performs local read/write operations on TASKS.md and dashboard.html in the current working directory, with no required secrets and no declared remote communication. Overall risk is low, but because it modifies local files and has weak community adoption and unclear maintenance, it should be used in a controlled working directory with the repository reviewed.
The materials explicitly state that no keys or environment variables are required. There is no indication of collecting, storing, or forwarding API tokens, account credentials, or other sensitive authentication data, so credential abuse risk is low.
Both the system checks and the documentation indicate no remote endpoints. The described functionality is limited to local file reads/writes in the current working directory and copying dashboard.html from the plugin directory, with no stated transfer of user data to external networks.
The documentation does not claim any need to spawn local processes, execute shell/scripts, or invoke high-privilege system capabilities. Its behavior appears to be file-operation-oriented prompt logic rather than a code-execution tool.
This skill reads, creates, and modifies TASKS.md in the current working directory and, on first run, checks for and writes dashboard.html. While the scope appears limited to the current directory, it still has local data write capability, so it should not be used directly in directories containing sensitive files.
The source is an open-source GitHub repository, which is a clear risk-reducing factor because the code can in principle be audited. However, the repository has 0 stars, unknown maintenance status, and no declared license, so community validation and long-term maintenance signals are weak; review the implementation before using it in important environments.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "task-management" skill from askskill: 1. Download https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/productivity/skills/task-management/SKILL.md 2. Save it as ~/.claude/skills/task-management/SKILL.md 3. Reload skills and tell me it's ready
Please add “Finish the weekly project report by Friday” to TASKS.md and mark it as high priority.
A new high-priority task is added to TASKS.md with a clear task status.
I have submitted the expense reimbursement request. Please mark this task as completed in TASKS.md.
The matching task is updated to completed status, keeping the task list current.
Based on TASKS.md, tell me which tasks are still open and organize them by priority.
A list of open tasks is returned, grouped by priority or urgency.
Tasks are tracked in a simple TASKS.md file that both you and the user can edit.
Always use TASKS.md in the current working directory.
A visual dashboard is available for managing tasks and memory. On first interaction with tasks:
dashboard.html exists in the current working directory${CLAUDE_PLUGIN_ROOT}/skills/dashboard.html to the current working directory/productivity:start to set up the full system."The task board:
TASKS.md fileWhen creating a new TASKS.md, use this exact template (without example tasks):
# Tasks
## Active
## Waiting On
## Someday
## Done
Task format:
- [ ] **Task title** - context, for whom, due date- [x] ~~Task~~ (date)When user asks "what's on my plate" / "my tasks":
When user says "add a task" / "remind me to":
- [ ] **Task** formatWhen user says "done with X" / "finished X":
[ ] to [x]~~task~~When user asks "what am I waiting on":
When summarizing meetings or conversations, offer to add extracted tasks:
Ask before adding - don't auto-add without confirmation.
Embed Zoom Virtual Agent chat on web with secure controls and context updates.
Quickly add Zoom’s prebuilt React video UI to web workflows.
Create stakeholder updates tailored to audience, cadence, and communication goals.
Review an analysis for methodology, accuracy, bias, and evidence support.
Generate people analytics reports on headcount, attrition, diversity, and org health.
Identify, categorize, and prioritize technical debt for smarter refactoring decisions.
Sync active tasks and refresh project memory to catch missed work.
Manage tasks through Claude with add, read, and update actions in SQLite.
Manage, update, and persist todo lists with simple task operations.
Manage tasks with gamified pomodoro workflows to stay focused and productive.
Manage persistent tasks with reminders and cross-platform sound alerts.
Manage prioritized todos and view the current task board as Markdown.