Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Unify every source of 'things I need to do' into a single tracked backlog on GitHub Projects.
npx claudepluginhub queen-of-code/executive-assistant --plugin moms-executive-assistantAdd a single recurring task without running the full onboard wizard.
Add a task manually from natural language. Skips email scanning entirely.
Set up MEA for the first time. Walks through Gmail account(s), GitHub repo + project board, and default tags.
**This is a scheduled Cowork task, not a user-facing command.** It is set up manually by the user in the Cowork Scheduled Tasks panel (or via `/schedule`), scoped to the MEA Cowork Project.
Mark a task as complete. Matches freeform text against open issue titles.
Email scanning pipeline — fetches, deduplicates, and classifies emails from all configured Gmail accounts using 3-tier classification, then creates GitHub Issues for actionable items.
Domain onboarding wizard — interviews the user to bootstrap a new life domain with recurring tasks, tags, and email classification rules. Solves the cold-start problem for new domains.
Task lifecycle management — creating, completing, querying, and maintaining GitHub Issues as MEA tasks.
Admin access level
Server config contains admin-level keywords
Requires secrets
Needs API keys or credentials to function
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Manage tasks, plan your day, and build up memory of important context about your work. Syncs with your calendar, email, and chat to keep everything organized and on track.
Todoist for Claude Code — manage tasks, projects, labels, and workflows from your terminal.
Install and manage TaskYou — a personal task management system with Kanban board, background AI execution, and git worktree isolation.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Skills for AIDLC phases, architecture, testing, git workflow, work tracking, specs, backend/frontend, gdoc-to-markdown, and blog writing.
Share bugs, ideas, or general feedback.
Your life has a thousand moving parts. MEA tracks all of them.
MEA is a personal life task management plugin for Claude Cowork. It scans your Gmail (read-only), processes meeting notes, handles manual input, and turns everything into tracked tasks on a GitHub Projects board — your existing one, not a new app.
You interact with it through three interfaces:
All your data is stored in systems you own — locally on your machine inside a Cowork Project, or in your own GitHub repo.
| Phase | Status | What it covers |
|---|---|---|
| Phase 1 — Foundation + Core Loop | ✅ Complete | Email scanning (rule-based), manual task entry, task completion, daily briefing, health check |
| Phase 2 — Intelligence + Recurring | ✅ Complete | Tier 2/3 LLM classification, recurring task engine, /onboard wizard, /add-recurring, daily maintenance task |
| Phase 3 — Meeting Notes + Voice | 🟡 In progress | Meeting note extraction, Siri Shortcuts |
| Phase 4 — Weekly Review + Polish | Not started | Weekly review, advanced filtering, error handling |
| Phase 5 — Marketplace Prep | Not started | Config templates, packaged plugin |
See AGENTS.md for the full phase tracker and contributor guide.
Before you can use MEA, you need:
github.com/users/you/projects/5 → 5)git clone https://github.com/queen-of-code/executive-assistant
cd executive-assistant
This repo directory will become your MEA workspace — all state files live here (in task-data/, which is .gitignore'd).
MEA relies on state files (task-data/mea-state.json, etc.) persisting between Cowork sessions. This requires running inside a Cowork Project — standalone Cowork sessions don't reliably persist local file writes.
executive-assistant/ directory you cloned in Step 1All MEA tasks — setup, scans, briefings — should be run from inside this project.
MEA reads your email but never writes to it. The Gmail connector is scoped to gmail.readonly — it cannot send, archive, delete, or modify any email. See CONNECTORS.md for the full list of what is and isn't accessed.
Repeat for each Gmail account you want MEA to monitor.
Or, if you prefer a personal access token:
export GITHUB_TOKEN=ghp_your_token_here
The token needs repo scope (to create and read issues).
Option A: Local install (development / personal use)
Inside Cowork, run:
/plugin marketplace add queen-of-code/executive-assistant
/plugin install moms-executive-assistant@queen-of-code
This adds the GitHub repo as a marketplace and installs the plugin from it.
Option B: Load directly without installing (quickest for testing)
Start Claude Code with the plugin directory:
claude --plugin-dir ./executive-assistant
Or inside an active Cowork session:
/plugin marketplace add ./executive-assistant
/plugin install moms-executive-assistant@executive-assistant
Note: Once the repo is public on GitHub, Option A is the cleanest path. For now (private repo), Option B works as long as you're authenticated.
Inside your MEA Cowork Project, run:
/configure-mlea
This will ask you for: