Skip to main content

/plugin:productivity - Productivity Plugin Commands

Personal and team productivity workflows powered by Anthropic's productivity plugin.

Usage

/plugin:productivity <command> [options] [arguments]
/plugin:productivity --help # Show this help
/plugin:productivity <command> --help # Command-specific help

Commands

CommandDescriptionAlias
meeting-notesGenerate meeting notes and action items/productivity:meeting
task-prioritizePrioritize tasks and create schedule/productivity:tasks

Command Details

meeting-notes

/plugin:productivity meeting-notes "<transcript or notes>"
/plugin:productivity meeting-notes --help

Options:
--transcript Path to meeting transcript
--recording Path to meeting recording (audio/video)
--attendees Meeting attendees
--format Output format: structured, action-items, summary
--follow-up Generate follow-up email

Example:

/plugin:productivity meeting-notes "transcript.txt" --format structured --follow-up

Output Includes:

  • Meeting summary
  • Key decisions
  • Action items with owners
  • Open questions
  • Next steps

task-prioritize

/plugin:productivity task-prioritize "<task list or context>"
/plugin:productivity task-prioritize --help

Options:
--tasks Path to task list or inline tasks
--method Prioritization: eisenhower, moscow, weighted
--deadline Include deadline consideration
--capacity Available hours per day
--calendar Integrate with calendar availability

Example:

/plugin:productivity task-prioritize "tasks.md" --method eisenhower --capacity 6

Prioritization Methods:

MethodDescription
eisenhowerUrgent/Important matrix
moscowMust/Should/Could/Won't
weightedCustom weighted scoring
deadlineSort by due date
effortSort by effort estimate

Quick Templates

Meeting Notes Template

/plugin:productivity meeting-notes --template standup
/plugin:productivity meeting-notes --template 1on1
/plugin:productivity meeting-notes --template retrospective
/plugin:productivity meeting-notes --template planning

Task Import

# From various sources
/plugin:productivity task-prioritize --from jira
/plugin:productivity task-prioritize --from linear
/plugin:productivity task-prioritize --from todoist
/plugin:productivity task-prioritize --from notion

Connectors (Optional)

ConnectorEnhancement
ZoomMeeting transcripts
Google MeetMeeting data
NotionTask management
TodoistTask sync
LinearIssue tracking
CalendarAvailability sync

CODITECT Enhancements

  • Memory Integration: /cxq retrieves past meetings and decisions
  • Track Alignment: Maps to Track K (Workflow Automation)
  • Fast Execution: Uses Haiku for quick productivity tasks

Workflow Integration

Meeting → Transcript → Notes → Action Items → Task List → Schedule
↓ ↓ ↓ ↓ ↓
/meeting Extract Assign Prioritize Calendar
↓ ↓ ↓ ↓ ↓
Audio Summary Owners /tasks Block time

Output Example

# Meeting Notes: Sprint Planning

**Date:** 2026-02-03
**Attendees:** Alice, Bob, Carol

## Summary
Discussed Q1 priorities and allocated sprint work.

## Key Decisions
1. Prioritize API v2 over dashboard redesign
2. Add 2 story points buffer for tech debt

## Action Items
| Item | Owner | Due |
|------|-------|-----|
| Create API v2 spec | Alice | Feb 5 |
| Update roadmap | Bob | Feb 4 |
| Schedule design review | Carol | Feb 6 |

## Open Questions
- Need clarification on auth requirements

Track: H (Framework Autonomy) Task ID: H.21.19