Summary
Add Outlook365 integration to create project mail folders for organizing related emails. Extends the project lifecycle skills (#2) with email folder synchronization.
Stub created: _sub/project-sync-outlook/SKILL.md documents the planned interface.
Folder Structure in Outlook
📁 Projects/
├── 📁 2026-03-31-quarterly-planning/
└── 📁 Archive/
└── 📁 2025-12-31-completed-project/
Configuration
Will read from .claude/config.md:
outlook_enabled: true
outlook_projects_folder: Projects
Integration Points
On /create-project:
- Create mail folder under
Projects/
On /archive-project:
- Move folder to
Projects/Archive/
Implementation Options
Option 1: Microsoft Graph API (Recommended)
- Pros: Cross-platform, robust, official API
- Cons: Requires OAuth setup, token management
- Approach: MCP server for Graph API integration
Option 2: AppleScript (macOS only)
- Pros: No auth required, local execution
- Cons: macOS only, fragile, breaks on updates
Research Tasks
Acceptance Criteria
Summary
Add Outlook365 integration to create project mail folders for organizing related emails. Extends the project lifecycle skills (#2) with email folder synchronization.
Stub created:
_sub/project-sync-outlook/SKILL.mddocuments the planned interface.Folder Structure in Outlook
Configuration
Will read from
.claude/config.md:Integration Points
On
/create-project:Projects/On
/archive-project:Projects/Archive/Implementation Options
Option 1: Microsoft Graph API (Recommended)
Option 2: AppleScript (macOS only)
Research Tasks
Acceptance Criteria