How are people using Claude as a personal assistant (Slack + Outlook + To-Do)? ADHD-friendly setup help 🙏
TL;DR Highlight
This post shares various working setups, shared in the comments, in response to a question about a user with ADHD wanting to create a 'second brain' integrating Slack, Outlook, Calendar, and to-do lists centered around Claude.
Who Should Read
Developers or office workers who have ADHD or difficulty concentrating and managing work context. People who want to use AI as a productivity tool in a Microsoft 365 (Outlook, Teams) environment.
Core Mechanics
- The original poster's goal is to build a system that integrates Slack messages, Outlook emails, and calendars around Claude, updates to-do lists in natural language, receives daily briefings, and proactively alerts the user to potential follow-up omissions.
- Direct integration with Outlook/Calendar is difficult with Claude Pro alone, and a realistic workaround is to build an M365 MCP server (based on Graph API) yourself or connect one found on GitHub. This is possible even without a Claude Teams subscription.
- The most frequently mentioned architecture is a combination of 'CLAUDE.md + markdown state files (state.md, current.md, todos.md, etc.).' Claude reads these files at the start of a session to restore previous context and updates them at the end of the session, implementing persistent memory.
- Using an MCP server allows Claude Desktop to query external services such as Slack, Google Calendar, Gmail, and Notion in natural language. There is also a case of connecting Outlook by creating an M365 Graph API-based MCP server.
- The open-source template called MARVIN was mentioned in several comments. It consists of CLAUDE.md + state files + custom slash commands (/morning-plan, /today, etc.) + MCP server, and even includes a structure to run Claude headless on Cloud Run with a cron job to send notifications via Telegram.
- Using Obsidian as a 'second brain' and connecting it to Claude Code is also popular. Using the Tasks plugin, Day Planner, and full-screen notification plugin together can forcibly draw attention when a time block is missed, which is particularly useful for ADHD.
Evidence
- A PM user who has used it daily for over 25 days shared 371.6M tokens, a 92% cache hit rate, and actual costs of $259. They stated that in 38 out of 72 sessions, Claude's tool calls were 7 times more frequent than their own messages, emphasizing that 'context beats prompts' as a key insight.
- One user with ADHD pointed out that 'trying to design a perfect system from scratch is an ADHD trap,' and that lowering activation energy is key. If you have to open three apps and connect to an MCP server to see your to-do list, you'll never use it.
- One user shared that separating Notion as the actual storage for to-dos, Zapier/Make as the connection hub for Slack/Outlook, and Claude as the thought/summary layer was the most stable approach. They argued that trying to entrust everything to Claude can actually make things more complex.
- Some people used a method of keeping Claude and Outlook open simultaneously without an MCP server to manage Outlook emails. They created a workflow with Claude to classify emails every morning as 'Respond Now / Can Wait / Awareness / SPAM'.
- There were comments that Claude's built-in memory is unstable when implementing persistent memory. One case involved building an MCP server that stores data in SQLite to solve this, allowing natural language queries of past content without copying context between sessions.
- A person who has been using the MARVIN template for several months strongly recommends 'start with just CLAUDE.md and one state file instead of trying to build everything from the beginning.' They said that adding features one by one was the only way they had maintained it for a long time.
How to Apply
- Open your project folder in the Claude Code terminal and write your role, current work, work style, and key stakeholders in the CLAUDE.md file. Then, create only three files: current.md (this week's priorities), todos.md (to-do list), and state.md (what to focus on today, what's blocked). Start a routine of reading these files and receiving a briefing using your own slash command like '/today' every day.
- If you need Outlook integration, register an app in Azure to get Microsoft Graph API access rights and connect an M365 MCP server found on GitHub to Claude Desktop. Once completed, you can query it in natural language, such as 'Show me emails I haven't replied to today.' If direct construction is difficult, you can start by creating an Outlook → Notion automation with Zapier and asking Claude to read the Notion content.
- If you need an automatic briefing once a day, configure a structure to run Claude headless (`claude -p`) on Cloud Run or a local cron job and receive the results via Telegram. You can start by cloning the MARVIN template (https://github.com/SterlingChin/marvin-template) to immediately reference the basic structure of this pattern.
Code Example
# CLAUDE.md example structure
## My Role
- [Company Name]'s [Job Title], main responsibilities: [Content]
## Current Work
- [Project A]: [Status]
- [Project B]: [Status]
## Key Stakeholders
- [Name]: [Relationship and current situation]
## Working Style
- Prefer short answers, present only 2 options when a decision is needed
- Important things in the morning, processing tasks in the afternoon
## Do Not Do
- Get straight to the point without long introductions
- Don't ask about things that have already been decided
---
# /today slash command example (registered in CLAUDE.md)
Command: /today
Action:
1. Read current.md, todos.md, and state.md
2. Select 3 things to do today
3. Check what was not completed yesterday
4. Summarize one line of risks to be aware ofTerminology
Related Papers
HarnessAPI: A Skill-First Framework for Unified Streaming APIs and MCP Tools
FastAPI HTTP 엔드포인트와 MCP 도구를 하나의 폴더에서 자동으로 동시에 만들어주는 Python 프레임워크
Formal Verification Gates for AI Coding Loops
AI가 생성한 코드에서 보안 불변식(invariant)을 지키게 하려면 프롬프트 지시보다 타입 시스템 같은 구조적 제약이 훨씬 효과적이라는 주장과 구현 방법을 소개한다.
Learnings from 100K lines of Rust with AI (2025)
Azure RSL(분산 합의 라이브러리)을 Rust로 재구현하면서 AI 코딩 에이전트를 활용해 4주 만에 100K 라인을 작성한 경험담으로, Code Contracts와 Spec-Driven Development를 AI와 조합하는 실전 워크플로우를 공유한다.
A Methodology for Selecting and Composing Runtime Architecture Patterns for Production LLM Agents
LLM agent가 왜 터지는지 이름 붙이고, 어떤 아키텍처 패턴을 언제 써야 하는지 5단계로 정리한 실전 가이드
Show HN: Forge – Guardrails take an 8B model from 53% to 99% on agentic tasks
작은 로컬 LLM(8B)에 guardrails(구조적 안전망)를 씌워 멀티스텝 에이전트 작업 성공률을 53%에서 99%까지 올린 Python 프레임워크 Forge 공개. 모델 자체는 건드리지 않고 실행 환경을 강화하는 접근법이라 주목받고 있음.
Mini Shai-Hulud Strikes Again: 314 npm Packages Compromised
2026년 5월 19일, npm 계정 하나가 탈취되어 22분 만에 637개 악성 버전이 배포됐고, echarts-for-react·size-sensor 등 월 수백만 다운로드 패키지들이 감염되어 AWS 자격증명·SSH 키·AI 코딩 에이전트까지 탈취하는 정교한 공급망 공격이 발생했다.