/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
| Command | Description | Alias |
|---|---|---|
meeting-notes | Generate meeting notes and action items | /productivity:meeting |
task-prioritize | Prioritize 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:
| Method | Description |
|---|---|
eisenhower | Urgent/Important matrix |
moscow | Must/Should/Could/Won't |
weighted | Custom weighted scoring |
deadline | Sort by due date |
effort | Sort 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)
| Connector | Enhancement |
|---|---|
| Zoom | Meeting transcripts |
| Google Meet | Meeting data |
| Notion | Task management |
| Todoist | Task sync |
| Linear | Issue tracking |
| Calendar | Availability sync |
CODITECT Enhancements
- Memory Integration:
/cxqretrieves 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