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

Agentic Coding Fatigue: Why More Agents Won't Save You
Sid's blog post argues that agentic coding compresses the normal ebb and flow of development, forcing developers into a constant cycle of decision fatigue and burnout. The solution isn't more agents—it's better verification, but building that is a catch-22.

User reports Claude outperforms GPT-4o on deep document analysis: catches logical contradictions, rewrites tone accurately
A developer who was a ChatGPT loyalist shares concrete experience: Claude 3.5 Sonnet caught three logical contradictions in a 15k-word technical doc that GPT-4o missed, and rewrote sections while matching the author's voice exactly.

OpenClaw Setup Combines Local Models, OpenAI, and n8n for Cost-Effective AI Operations
A developer shares their OpenClaw configuration using OpenAI via OAuth for high-quality reasoning, local models for daily tasks, and n8n for automation workflows, keeping monthly costs around $20.

Claude Opus 4.6 Used to Build Dating App with 700+ Users in One Month
A developer used Claude Opus 4.6 to build a complete dating app with Flutter frontend, Node.js backend, and MongoDB database. The app gained 700+ registered users in about a month and includes matching, chat, and referral features.