Productivity (Tasks, Calendars, Personal Context)
Task management, workplace memory, and a visual dashboard so Claude learns your people, projects, and terminology and can act like a colleague.
About this skill
name: kw-productivity description: Use when task management, workplace memory, and a visual dashboard so Claude learns your people, projects, and terminology and can act like a colleague.
Productivity (Tasks, Calendars, Personal Context)
The Productivity plugin from Anthropic's knowledge-work-plugins ships three pieces: TASKS.md (a markdown task list Claude reads, writes, and executes against — add tasks naturally, Claude tracks status and triages stale items), a two-tier workplace memory (teaches Claude your shorthand, people, projects, and terminology so 'ask todd to do the PSR for oracle' resolves), and a visual dashboard (a local HTML file with a board view of tasks and a live view of what Claude knows). Slash commands are /start, /update, and /update --comprehensive.
What you get
- TASKS.md markdown task list Claude reads/writes/executes
- two-tier workplace memory of people, projects, terminology
- local HTML dashboard synced with the file
- /start, /update, /update --comprehensive commands
- connectors for Slack, Notion, Asana, Linear, Jira, Monday, ClickUp, Microsoft 365
Customize your output
- Connectors: Slack, Notion, Asana, Linear, Jira, Monday, ClickUp, Microsoft 365
- Update depth: /update (triage) vs /update --comprehensive (deep scan email, calendar, chat)
Example output
Run /start on Monday to spin up TASKS.md and the dashboard; on Friday /update --comprehensive scans email, calendar, and chat, flags three missed to-dos, and proposes two new memory entries.
Best for
Knowledge workers using Cowork who want Claude to hold persistent context on people, projects, and tasks
Source: The 12 Cowork Knowledge-Work Skills · https://github.com/anthropics/knowledge-work-plugins/tree/main/productivity Category: Productivity · Priority: P3
SKILL.md preview
---
name: kw-productivity
description: Use when task management, workplace memory, and a visual dashboard so Claude learns your people, projects, and terminology and can act like a colleague.
---
# Productivity (Tasks, Calendars, Personal Context)
The Productivity plugin from Anthropic's knowledge-work-plugins ships three pieces: TASKS.md (a markdown task list Claude reads, writes, and executes against — add tasks naturally, Claude tracks status and triages stale items), a two-tier workplace memory (teaches Claude your shorthand, people, projects, and terminology so 'ask todd to do the PSR for oracle' resolves), and a visual dashboard (a local HTML file with a board view of tasks and a live view of what Claude knows). Slash commands are /start, /update, and /update --...