productivity
v1.3.1Manage tasks, plan your day, and build up memory of important context about your work. Syncs with your calendar, email, and chat to keep everything organized and on track.
by Anthropic23.4kupdated 37 minutes ago
Source
git clone https://github.com/anthropics/knowledge-work-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is productivity/ inside the repository.
Layout
├── .claude-plugin/plugin.json├── skills/memory-management/SKILL.md├── skills/start/SKILL.md├── skills/task-management/SKILL.md├── skills/update/SKILL.md└── .mcp.json
Skills4
Two-tier memory system that makes Claude a true workplace collaborator. Decodes shorthand, acronyms, nicknames, and internal language so Claude understands requests like a colleague would. CLAUDE.md for working memory, memory/ directory for the full knowledge base.
Initialize the productivity system and open the dashboard. Use when setting up the plugin for the first time, bootstrapping working memory from your existing task list, or decoding the shorthand (nicknames, acronyms, project codenames) you use in your todos.
Simple task management using a shared TASKS.md file. Reference this when the user asks about their tasks, wants to add/complete tasks, or needs help tracking commitments.
Sync tasks and refresh memory from your current activity. Use when pulling new assignments from your project tracker into TASKS.md, triaging stale or overdue tasks, filling memory gaps for unknown people or projects, or running a comprehensive scan to catch todos buried in chat and email.
MCP servers7
- url
- https://mcp.asana.com/v2/mcp
- url
- https://mcp.atlassian.com/v1/mcp
- url
- https://mcp.clickup.com/mcp
- url
- https://mcp.linear.app/mcp
- url
- https://mcp.monday.com/mcp
- url
- https://mcp.notion.com/mcp
- url
- https://mcp.slack.com/mcp
Manifests1
{
"name": "productivity",
"version": "1.3.1",
"description": "Manage tasks, plan your day, and build up memory of important context about your work. Syncs with your calendar, email, and chat to keep everything organized and on track.",
"author": {
"name": "Anthropic"
}
}