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

Real-World MCP Server Use Cases and Development Patterns
A developer shares their experience building an MCP server that connects to live sports data scanners, pulling odds from sportsbooks to find pricing inefficiencies in real-time. They discuss practical lessons learned about tool design and installation formats.

Running OpenClaw 24/7: Practical Architecture for Persistent Autonomous Agents
A developer shares tested solutions for running OpenClaw as a 24/7 server with cron jobs, including topic-split memory files, aggressive session lifecycle management, context pruning with recovery placeholders, and wrapper tools for structured storage and crash recovery.

OpenClaw user builds 10-automation operations stack with sports picks, lead generation, and digital fulfillment
A developer spent two months building an AI operations stack on OpenClaw that includes a daily sports picks pipeline with ESPN data and Twilio delivery, a nightly pick grader, business lead scraping from Google Maps, Stripe pollers for digital products, session briefing emails, and daily ops reports.

Automating Claude Code workflows with autoloop system for 10x throughput
A developer built an autoloop system that automates the plan-implement-test cycle with Claude Code and Codex CLI, achieving 10x throughput and producing a 20k-line production-ready app in just over an hour.