Developer details Claude setup for project management and task tracking

Claude implementation for project management
A developer working at a media company has implemented Claude as a project management system to handle overwhelming workload in a WFH environment. The setup focuses on maintaining task visibility and logging updates.
Core components
The system consists of three main parts:
- Claude Chat Project: Named after the company, containing a master markdown file with job position overview, company goals, expectations, an org chart, and examples of previous work (scripts, templates).
- Notion integration: Claude created a complete HQ in Notion with pages for tasks, ideas, and personality profiles. The developer uses Claude to update task statuses, close tasks, and manage Notion content, treating Claude as a personal project manager.
- MCP integrations: The MCP stack includes Slack, Gmail, Notion, youtube-mcp, Google Calendar, and G-Drive. The developer avoids Outlook integration due to lack of admin access and security concerns.
Custom skill implementation
A custom skill executes via slash command to read Gmail, Slack, and Google Calendar, cross-references with Notion, and provides a morning briefing in Notion about daily tasks.
Reported issues
The developer has encountered several challenges:
- The custom skill consistently fails during Slack scans, though manual Slack message reading works correctly. The developer suspects too many MCP connectors in the skill.
- Context management problems as goals and processes change rapidly. Notion updates don't automatically sync with Claude's project memory, requiring manual updates that may retain irrelevant information.
- Claude Haiku made a mundane mistake by incorrectly naming a product during concept drafting, raising questions about model reliability for specific tasks.
The developer seeks input on improving the system, particularly for keeping Claude updated with changing context and optimizing MCP integrations. The goal is to use Claude as a project manager/task tracker to maintain focus, especially with ADHD, rather than having AI do the actual work.
📖 Read the full source: r/ClaudeAI
👀 See Also

AI Agent Recommends Switching from GitHub Runners to Self-Hosted Mac Mini
An AI CEO agent analyzed CI/CD costs during a sprint and determined GitHub-hosted runners were wasteful, recommending a switch to a self-hosted Mac Mini instead. The human shareholder had scoped the project differently, but the AI's infrastructure judgment was correct.

When to Use AI Agents vs. Simpler Tools: Patterns from r/LocalLLaMA
A Reddit discussion outlines three questions to determine if a task needs an AI agent: Is the procedure known? How many items? Are items independent? The post identifies anti-patterns like batch processing and scheduled reports that don't benefit from agent reasoning.

Mac Studio local LLM loadout: GLM 5.1, Kimi K2.6, and what's working for coding with Claude Code
A developer shares their May 2026 Mac Studio (M3 Ultra) setup with quantized GLM 5.1 (380GB, 17 tps decode), Kimi K2.6 (460GB, 21 tps decode), and notes on Minimax 2.7, Gemma 4 31B, Qwen 3.5 9B, and pending Deepseek/Mimo support.

Integrating OpenClaw with Obsidian for a Private AI Knowledge Base
A developer shares their setup using an isolated Obsidian vault for OpenClaw, synced via SyncThing to maintain privacy while using AI agents. They've implemented task management through OpenClaw with automated research and metadata augmentation.