productivity-pro
A customized version of Anthropic's productivity plugin with two additions: the update skill reads transcripts across all chats in the proje
Open source Repository Open in the app JSON README (API)
About
A customized version of Anthropic's productivity plugin with two additions: the update skill reads transcripts across all chats in the project (not just the current one), and each update saves a changelog to memory/updates/ so you never lose track of what changed and when.
Details
- Kind
- Plugins
- Topic
- AI, RAG & memory
- Publisher
- bobkeijzer
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-04-05T11:45:21Z
- Repository state
- ativo
- Language
- HTML
- License
- Apache-2.0
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
bobkeijzer/productivity_pro/productivity-pro
README
# Productivity Plugin
A 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.
## Installation
```
claude plugins add BobKeijzer/productivity_pro
```
## What It Does
This plugin gives Claude a persistent understanding of your work:
- **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.
- **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.
- **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.
## Skills
| Skill | Description |
|-------|-------------|
| `/start` | Initialize tasks + memory, open the dashboard |
| `/update` | Triage stale items, check memory for gaps, sync from external tools. Reads across all chats in the project. Saves changelog to memory/updates/ |
| `/update --comprehensive` | Deep scan email, calendar, chat, all sessions — flag missed todos and suggest new memories |
| `memory-management` | Two-tier memory system — CLAUDE.md for working memory, memory/ directory for deep storage |
| `task-management` | Markdown-based task tracking using a shared TASKS.md file |
## What's different from the standard productivity plugin
This is a customized version with two additions to the update skill:
1. **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.
2. **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.
## Example Workflows
### Getting Started
```
You: /start
Claude: [Creates TASKS.md, CLAUDE.md, memory/ directory, and dashboard.html]
[Opens the dashboard in your browser]
[Asks about your role, team, and current priorities to seed memory]
```
### Adding Tasks Naturally
```
You: I need to review the budget proposal for Sarah by Friday,
draft the Q2 roadmap after syncing with Greg, and follow up
on the API spec from the Platform team
Claude: [Adds all three tasks to TASKS.md with context]
[Dashboard updates automatically]
```
### Morning Sync
```
You: /update --comprehensive
Claude: [Scans email, calendar, and chat for new action items]
[Flags: "Budget proposal review is due tomorrow — still open"]
[Suggests: "New person mentioned in 3 threads: Jamie Park,
Design Lead — add to memory?"]
[Updates stale tasks and fills memory gaps]
```
### Workplace Shorthand
Once memory is populated, Claude decodes your shorthand instantly:
```
You: ask todd to do the PSR for oracle
Claude: "Ask Todd Martinez (Finance lead) to prepare the Pipeline
Status Report for the Oracle Systems deal ($2.3M, closing Q2)"
```
No clarifying questions. No round trips.
## Data Sources
> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](CONNECTORS.md).
Connect your communication and project management tools for the best experience. Without them, manage tasks and memory manually.
**Included MCP connections:**
- Chat (Slack) for team context and message scanning
- Email and calendar (Microsoft 365) for action item discovery
- Knowledge base (Notion) for reference documents
- Project tracker (Asana, Linear, Atlassian, monday.com, ClickUp) for task syncing
- Office suite (Microsoft 365) for documents
**Additional options:**
- See [CONNECTORS.md](CONNECTORS.md) for alternative tools in each category