[Feature Request] Add configurable storage path for scheduled-tasks SKILL.md files

Resolved 💬 3 comments Opened Apr 23, 2026 by loop-smith Closed Jun 4, 2026

Bug Description
Cowork's scheduled-tasks feature stores SKILL.md files at a fixed path under the user's OneDrive folder (mine: C:\Users\Paddo\OneDrive\onedrive-OneNote Documents\Claude\Scheduled\) with no config option to relocate it. Two pain points: 1. The path sits outside any of my project trees, so project-wide reference-integrity sweeps and governance audits can't see it. Stale pointers in scheduled-task SKILL.md files survive cleanup passes that catch the same drift everywhere else. I hit this concretely on 2026-04-23 — a quarterly scheduled task carried stale folder-path pointers that would have fired against nonexistent paths if I hadn't caught it manually. 2. The folder name "onedrive-OneNote Documents" is hostile to CLI tools and ritual scripts. Local workaround that works for me but not for anyone else: a directory junction at C:\Users\Paddo\.claude\Scheduled\ pointing at the OneDrive path, plus discipline to use the scheduled-tasks MCP rather than reading SKILL.md files directly. Ask: a config option to point Cowork's scheduled-tasks storage at a user-chosen folder. Even better, default to ${HOME}/.claude/Scheduled/ so it lives next to the rest of the Claude config tree. Existing installs keep their current path for back-compat.

Environment Info

  • Platform: win32
  • Terminal: null
  • Version: 2.1.118
  • Feedback ID: 6ba3b3a9-c3c4-4a59-847e-c6f5a8c194fb

Errors

[]

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗