diff --git a/productivity/.mcp.json b/productivity/.mcp.json index 8ff615826..e17a0b7f8 100644 --- a/productivity/.mcp.json +++ b/productivity/.mcp.json @@ -20,6 +20,10 @@ "type": "http", "url": "https://mcp.atlassian.com/v1/mcp" }, + "wrike": { + "type": "http", + "url": "https://www.wrike.com/app/mcp/sse" + }, "ms365": { "type": "http", "url": "https://microsoft365.mcp.claude.com/mcp" diff --git a/productivity/CONNECTORS.md b/productivity/CONNECTORS.md index 537f50939..47881e7d4 100644 --- a/productivity/CONNECTORS.md +++ b/productivity/CONNECTORS.md @@ -14,5 +14,5 @@ Plugins are **tool-agnostic** — they describe workflows in terms of categories | Email | `~~email` | Microsoft 365 | — | | Calendar | `~~calendar` | Microsoft 365 | — | | Knowledge base | `~~knowledge base` | Notion | Confluence, Guru, Coda | -| Project tracker | `~~project tracker` | Asana, Linear, Atlassian (Jira/Confluence), monday.com, ClickUp | Shortcut, Basecamp, Wrike | +| Project tracker | `~~project tracker` | Asana, Linear, Atlassian (Jira/Confluence), monday.com, ClickUp, Wrike | Shortcut, Basecamp | | Office suite | `~~office suite` | Microsoft 365 | — | diff --git a/productivity/README.md b/productivity/README.md index ff6315841..f876f0613 100644 --- a/productivity/README.md +++ b/productivity/README.md @@ -89,7 +89,7 @@ Connect your communication and project management tools for the best experience. - Chat (Slack) for team context and message scanning - Email and calendar (Microsoft 365) for action item discovery - Knowledge base (Notion) for reference documents -- Project tracker (Asana, Linear, Atlassian, monday.com, ClickUp) for task syncing +- Project tracker (Asana, Linear, Atlassian, monday.com, ClickUp, Wrike) for task syncing - Office suite (Microsoft 365) for documents **Additional options:** diff --git a/productivity/commands/start.md b/productivity/commands/start.md index 6fe711ed6..37e15698d 100644 --- a/productivity/commands/start.md +++ b/productivity/commands/start.md @@ -51,7 +51,7 @@ The best source of workplace language is the user's actual task list. Real tasks ``` Where do you keep your todos or task list? This could be: - A local file (e.g., TASKS.md, todo.txt) -- An app (e.g. Asana, Linear, Jira, Notion, Todoist) +- An app (e.g. Asana, Linear, Jira, Notion, Wrike, Todoist) - A notes file I'll use your tasks to learn your workplace shorthand. diff --git a/productivity/commands/update.md b/productivity/commands/update.md index 872ff60ba..0be51838b 100644 --- a/productivity/commands/update.md +++ b/productivity/commands/update.md @@ -28,7 +28,7 @@ Read `TASKS.md` and `memory/` directory. If they don't exist, suggest `/producti ### 2. Sync Tasks from External Sources Check for available task sources: -- **Project tracker** (e.g. Asana, Linear, Jira) (if MCP available) +- **Project tracker** (e.g. Asana, Linear, Jira, Wrike) (if MCP available) - **GitHub Issues** (if in a repo): `gh issue list --assignee=@me` If no sources are available, skip to Step 3. @@ -95,7 +95,7 @@ Tasks often contain richer context than memory. Extract and update: ``` Update complete: -- Tasks: +3 from project tracker (e.g. Asana), 1 completed, 2 triaged +- Tasks: +3 from project tracker (e.g. Asana, Wrike), 1 completed, 2 triaged - Memory: 2 gaps filled, 1 project enriched - All tasks decoded ✓ ```