Browse
Core Concepts
Reasoning
Memory & Retrieval
Agent Types
Design Patterns
Training & Alignment
Frameworks
Tools
Safety
Meta
Browse
Core Concepts
Reasoning
Memory & Retrieval
Agent Types
Design Patterns
Training & Alignment
Frameworks
Tools
Safety
Meta
Scheduled tasks are a feature that enables users to configure Claude to execute predefined prompts at specified intervals, such as daily or weekly, without manual intervention. These tasks operate locally on the user's machine and leverage installed connectors and plugins to perform background automation and data processing work.
Scheduled tasks represent an approach to workflow automation where repetitive or time-sensitive operations are delegated to Claude for autonomous execution. Rather than requiring manual triggering each time, users define a prompt once and specify when it should run. The system then automatically executes that prompt at the designated frequencies, enabling continuous background processing and integration with other tools and data sources1).
The mechanism operates within a local computing environment, allowing the scheduled execution framework to:
This local-first approach ensures that scheduled tasks can integrate deeply with user systems while respecting privacy and reducing dependency on external servers for routine execution.
Scheduled tasks can be combined in sequences where the output of one task automatically feeds into the input of another, creating multi-stage automations2):
Common examples include triaging raw notes into a database through the first task, then generating outlines or summaries from those organized database entries in a second task. This chaining approach transforms scheduled tasks from simple, isolated executions into sophisticated workflow orchestration systems.
Common applications of scheduled tasks include:
Scheduled tasks address a key gap in AI assistant usability: the transition from interactive, on-demand assistance to proactive, autonomous contribution to ongoing workflows. By enabling local execution and deep integration with installed tools, this feature expands Claude's role from a conversational interface to an active participant in background processes. This is particularly valuable in knowledge work environments where many tasks—data gathering, analysis, and integration—follow predictable patterns that benefit from consistent, frequent execution3).