{
  "markdown": "# Productivity Plugin\n\nA productivity plugin primarily designed for [Cowork](https://claude.com/product/cowork), Anthropic's agentic desktop application — though it also works in Claude Code. Task management, workplace memory, and a visual dashboard — Claude learns your people, projects, and terminology so it can act like a colleague, not a chatbot.\n\n## Installation\n\n```\nclaude plugins add BobKeijzer/productivity_pro\n```\n\n## What It Does\n\nThis plugin gives Claude a persistent understanding of your work:\n\n- **Task management** — A markdown task list (`TASKS.md`) that Claude reads, writes, and executes against. Add tasks naturally, and Claude tracks status, triages stale items, and syncs with external tools.\n- **Workplace memory** — A two-tier memory system that teaches Claude your shorthand, people, projects, and terminology. Say \"ask todd to do the PSR for oracle\" and Claude knows exactly who, what, and which deal.\n- **Visual dashboard** — A local HTML file that gives you a board view of your tasks and a live view of what Claude knows about your workplace. Edit from the board or the file — they stay in sync.\n\n## Skills\n\n| Skill | Description |\n|-------|-------------|\n| `/start` | Initialize tasks + memory, open the dashboard |\n| `/update` | Triage stale items, check memory for gaps, sync from external tools. Reads across all chats in the project. Saves changelog to memory/updates/ |\n| `/update --comprehensive` | Deep scan email, calendar, chat, all sessions — flag missed todos and suggest new memories |\n| `memory-management` | Two-tier memory system — CLAUDE.md for working memory, memory/ directory for deep storage |\n| `task-management` | Markdown-based task tracking using a shared TASKS.md file |\n\n## What's different from the standard productivity plugin\n\nThis is a customized version with two additions to the update skill:\n\n1. **Cross-session reading** — The update skill reads transcripts from all chats in the project (via `list_sessions` + `read_transcript`), filtered to only new content since the last update. This means you can work in multiple thematic chats and the update catches everything.\n2. **Update changelogs** — Each update run saves a changelog to `memory/updates/DD-MM-YYYY.md` documenting what changed. This preserves the history that would otherwise be lost when memory/ and CLAUDE.md are updated in place.\n\n## Example Workflows\n\n### Getting Started\n\n```\nYou: /start\n\nClaude: [Creates TASKS.md, CLAUDE.md, memory/ directory, and dashboard.html]\n        [Opens the dashboard in your browser]\n        [Asks about your role, team, and current priorities to seed memory]\n```\n\n### Adding Tasks Naturally\n\n```\nYou: I need to review the budget proposal for Sarah by Friday,\n     draft the Q2 roadmap after syncing with Greg, and follow up\n     on the API spec from the Platform team\n\nClaude: [Adds all three tasks to TASKS.md with context]\n        [Dashboard updates automatically]\n```\n\n### Morning Sync\n\n```\nYou: /update --comprehensive\n\nClaude: [Scans email, calendar, and chat for new action items]\n        [Flags: \"Budget proposal review is due tomorrow — still open\"]\n        [Suggests: \"New person mentioned in 3 threads: Jamie Park,\n         Design Lead — add to memory?\"]\n        [Updates stale tasks and fills memory gaps]\n```\n\n### Workplace Shorthand\n\nOnce memory is populated, Claude decodes your shorthand instantly:\n\n```\nYou: ask todd to do the PSR for oracle\n\nClaude: \"Ask Todd Martinez (Finance lead) to prepare the Pipeline\n         Status Report for the Oracle Systems deal ($2.3M, closing Q2)\"\n```\n\nNo clarifying questions. No round trips.\n\n## Data Sources\n\n> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](CONNECTORS.md).\n\nConnect your communication and project management tools for the best experience. Without them, manage tasks and memory manually.\n\n**Included MCP connections:**\n- Chat (Slack) for team context and message scanning\n- Email and calendar (Microsoft 365) for action item discovery\n- Knowledge base (Notion) for reference documents\n- Project tracker (Asana, Linear, Atlassian, monday.com, ClickUp) for task syncing\n- Office suite (Microsoft 365) for documents\n\n**Additional options:**\n- See [CONNECTORS.md](CONNECTORS.md) for alternative tools in each category\n",
  "bytes": 4295,
  "sha": "f34048209440d1b6674e757cca4db5aee12a61bdfacd7f034d317c6bbe71245e",
  "repo_slug": "bobkeijzer/productivity_pro",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_bobkeijzer_productivity_pro_productivity_4efae461/readme"
}