Back to the catalog

daily-productivity-for-devs

Plugin that helps devs with common productivity things outside of coding

Open source Repository Open in the app JSON README (API)

About

Plugin that helps devs with common productivity things outside of coding

Details

Kind
Plugins
Topic
No topic detected
Publisher
gpsandhu23
Origin
marketplace
Category
ferramentas
Last push
2026-03-01T19:24:12Z
Repository state
ativo
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
gpsandhu23/daily_productivity_plugin/daily-productivity-for-devs

README

# Daily Productivity Plugin

A daily workflow plugin primarily designed for [Cowork](https://claude.com/product/cowork), Anthropic's agentic desktop application — though it also works in Claude Code. Aggregates Gmail, Slack, Google Calendar, and issue trackers into daily rituals: morning briefings, email triage, Slack catch-up, calendar management, and end-of-day reviews. Complements the **productivity** plugin (task/memory management) and the **Slack** plugin (channel-centric operations).

## Installation

```bash
claude plugins add knowledge-work-plugins/daily-productivity
```

## Commands

Explicit daily rituals you invoke with a slash command:

| Command | Description |
|---|---|
| `/morning-briefing` | Aggregated morning view — email, Slack, calendar, issues, and tasks prioritized into one briefing |
| `/email-triage` | Categorize, prioritize, and draft replies for your inbox |
| `/slack-catchup` | Catch up on what you missed — mentions, DMs, and channel summaries |
| `/calendar` | View schedule, find free time, prep for meetings with cross-tool context |
| `/end-of-day` | Recap accomplishments, identify loose ends, prep tomorrow's priorities |

All commands work **standalone** (describe your situation) and get **supercharged** with MCP connectors.

## Skills

Domain knowledge Claude uses automatically when relevant:

| Skill | Description |
|---|---|
| `email-prioritization` | 3-tier email prioritization when user casually asks about inbox |
| `cross-tool-action-items` | Find untracked commitments across email, Slack, and issue trackers |
| `meeting-prep-from-calendar` | Gather cross-tool context for upcoming meetings |

## Example Workflows

### Start Your Day

```
/morning-briefing
```

Get a prioritized view of everything across email, Slack, calendar, and issues. Then follow the suggested sequence: triage email, catch up on Slack, prep for your first meeting.

### Inbox Zero

```
/email-triage --unread
```

Categorize unread emails into Respond Now / Respond Today / Review / Delegate / Archive. Pick items to draft replies — drafts are created in Gmail, never auto-sent.

### Back from Lunch

```
/slack-catchup --mentions
```

See what needs your attention in Slack — mentions categorized by urgency, DMs waiting for replies, and quick channel summaries.

### Before a Meeting

```
/calendar prep "Q2 Planning"
```

Get attendee context from recent emails and Slack, related issues, suggested talking points, and open questions.

### End Your Day

```
/end-of-day
```

See what you accomplished, what's still open, and what to focus on tomorrow. Offer to draft follow-up messages for meetings.

## Daily Flow

Commands suggest each other naturally:

```
Morning:    /morning-briefing → /email-triage → /slack-catchup
During day: /calendar prep <meeting>
Evening:    /end-of-day
```

## Standalone + Supercharged

Every command works without integrations:

| What You Can Do | Standalone | Supercharged With |
|-----------------|------------|-------------------|
| Morning briefing | Describe your day | Email, Slack, Calendar, Issue Tracker MCPs |
| Email triage | Paste emails | Gmail MCP |
| Slack catch-up | Describe what you missed | Slack MCP |
| Calendar & prep | List your meetings | Calendar, Email, Slack, Issue Tracker MCPs |
| End-of-day review | Describe what you did | Email, Slack, Calendar, Issue Tracker MCPs |

## MCP Integrations

> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](CONNECTORS.md).

Connect your tools for a richer experience:

| Category | Examples | What It Enables |
|---|---|---|
| **Email** | Gmail | Inbox triage, email priorities, draft replies |
| **Chat** | Slack | Mention catch-up, DM summaries, draft responses |
| **Calendar** | Google Calendar | Schedule view, free time, meeting prep |
| **Issue Tracker** | Linear, Jira | Assigned issues, blockers, due dates |

See [CONNECTORS.md](CONNECTORS.md) for the full list of supported integrations.

## Related Plugins

- **productivity** — Task management (`TASKS.md`) and workplace memory. This plugin reads `TASKS.md` for context but never modifies it without confirmation.
- **slack** (partner-built) — Channel-centric Slack operations (summarize, digest, announcements). This plugin focuses on user-centric catch-up (what needs YOUR attention).

More