| name | productivity |
| description | Unified productivity workflows combining calendar, email, and task management. Streamline common work processes like meeting preparation, daily planning, and project tracking. |
| metadata | {"picobot":{"emoji":"🚀","requires":{"bins":[]},"install":[]}} |
Productivity Skill
Use this skill to streamline common productivity workflows by combining calendar, email, and task management capabilities.
Meeting Preparation
Prepare for upcoming meetings by gathering relevant information:
productivity meeting-prep --today
productivity meeting-prep --week
productivity meeting-prep --meeting "Project Alpha Review"
productivity meeting-prep --search "budget"
The meeting preparation workflow will:
- Check your calendar for upcoming meetings
- Find recent emails related to meeting participants/topics
- Identify action items from previous meetings
- Gather relevant documents and notes
- Provide a briefing document
Daily Planning
Plan your day with a unified view of commitments:
productivity daily-plan --today
productivity daily-plan --tomorrow
productivity daily-plan --date "2024-01-20"
The daily planning workflow will:
- Show your schedule for the day
- Highlight overdue tasks
- Show tasks due today
- Display unread/important emails requiring attention
- Suggest time blocks for focused work
Project Tracking
Track project progress across tools:
productivity project-status --name "Website Redesign"
productivity project-list
productivity project-update --name "Mobile App" --source "recent"
The project tracking workflow will:
- Gather tasks related to the project from task management tools
- Check calendar for project meetings and milestones
- Find emails related to the project
- Provide a progress summary
- Identify blockers and upcoming deadlines
Action Item Management
Capture and follow up on action items from various sources:
productivity action-items --source "meetings" --days 7
productivity action-items --source "email" --days 3
productivity action-items --source "chat" --days 1
productivity action-items --complete --id "action_123" --id "action_456"
The action item management workflow will:
- Scan specified sources for action items (using keywords like "action", "todo", "follow up")
- Create tasks in your task management system
- Set due dates and assignees when mentioned
- Provide a centralized list of action items
- Track completion status
Weekly Review
Conduct a weekly review of your productivity:
productivity weekly-review --last-week
productivity weekly-review --start "2024-01-15" --end "2024-01-21"
The weekly review workflow will:
- Review completed tasks and achievements
- Analyze time spent in meetings vs. focused work
- Review email response times and inbox zero progress
- Identify patterns and productivity trends
- Set goals for the upcoming week
- Suggest process improvements
Custom Workflows
Create custom productivity workflows by combining commands:
productivity meeting-prep --meeting "Sprint Planning" | productivity action-items --source "meeting"
productivity daily-plan --today && productivity email triage --unread --limit 20
Integration Points
This skill works best when the following skills are configured:
calendar: For schedule management
email: For communication management
task: For task and project management
Ensure these skills are set up with appropriate authentication for full functionality.