Turns MCP into a Windows automation scheduler by wrapping task execution in schtasks entries. You get seven tools (create_task, run_task, list_tasks, etc.) that let Claude or Copilot define recurring jobs with cron expressions, then exec mode runs them headless via Windows Task Scheduler. Tasks spawn their own MCP servers (filesystem, RAG, outbox) and execute prompts through the same AgentLoop as FieldCure's other tools. One-time scheduling supports ISO 8601 datetimes, results can route to Slack or email via the Outbox server, and credentials live in Windows Credential Manager. All execution logs land in SQLite with detailed JSON transcripts. Useful when you want LLM workflows to run on schedule without keeping an interactive session open, especially if you already have AssistStudio API keys configured.