AI-Powered Productivity for Product Managers
Claude Code plugin that saves PMs 10+ hours/week with Google Calendar, Tasks, and email integration.
# Clone and run setup
git clone git@github.com:ChaiWithJai/fulcrum.git
cd fulcrum
./setup.sh| Component | Count | Description |
|---|---|---|
| Agents | 5 | Specialized AI agents for productivity workflows |
| Commands | 5 | Quick-access slash commands |
| MCP Servers | 2 | Google Calendar + Tasks integration |
| Command | Description |
|---|---|
/briefing |
Quick morning overview |
/fulcrum:standup |
Daily standup format |
/fulcrum:prep |
Meeting preparation |
/fulcrum:wrap |
End of day summary |
/fulcrum:review |
Weekly review |
| Agent | Purpose |
|---|---|
| morning-briefing | Comprehensive daily overview |
| weekly-review | End-of-week analysis and planning |
| inbox-triage | Email prioritization and summary |
| calendar-manager | Calendar CRUD operations |
| task-commander | Task CRUD operations |
"What's on my calendar today?"
"Schedule a meeting with Sarah next Tuesday at 2pm"
"Find 30 minutes for focus time this week"
"Move my 2pm to 3pm"
"What tasks are due today?"
"Create task: Review Q4 roadmap"
"Mark 'Send proposal' as complete"
"What's overdue?"
"Any urgent emails?"
"Summarize emails from the CEO"
"What needs my response?"
"Morning briefing"
"Prep me for my next meeting"
"End of day wrap-up"
"Weekly review"
- macOS, Linux, or Windows (WSL)
- Claude Code, Cursor, or Windsurf
- Google Workspace account
- Node.js 18+
- Python 3.10+
| IDE | Status | Notes |
|---|---|---|
| Claude Code | Full Support | Native plugin loading |
| Cursor | Full Support | Via .cursorrules |
| Windsurf | Full Support | Via .windsurfrules |
See extensions/README.md for:
- Creating custom workflows
- Adding new integrations
- Role-specific templates
See docs/troubleshooting.md for common issues.
Check out the Agent Accelerator - our comprehensive course on building production AI agents with LangGraph, DSPy, and MCP.