Open the Automations Panel
In the Manager’s top toolbar, click the clock icon (Automations). The right-side panel will switch to your scheduled task list, where you can view and manage all automations.Create a Scheduled Task
Creating a scheduled task is straightforward—just describe what you want in natural language, and Manager will turn it into a concrete automation.Start a new automation
Open the Automations panel and click Create in the top-right corner, or type
/schedule directly in the Manager chat.View Scheduled Tasks
The Automations panel displays all tasks in a list. Each item includes:| Field | Description |
|---|---|
| Task name / description | A summary of your request |
| Schedule | A human-readable frequency (e.g., “Weekdays”, “Weekly”) |
| Next run | The next scheduled execution time |
| Last status | The result of the most recent run (Done / Failed / Missed) |
Status Definitions
| Status | Meaning |
|---|---|
| Done | Successfully executed as scheduled |
| Failed | Encountered an error during execution |
| Missed | Did not run at the scheduled time |
Manage Scheduled Tasks
Manually Run Missed Tasks
If a task was missed (e.g., your computer was off), it will be marked as Missed. Click Run to execute it immediately—no need to wait for the next scheduled time.Delete Tasks
To remove an automation, click Delete next to the task and confirm. It will no longer run automatically.Refresh Status
After each execution cycle, the panel updates automatically with the latest status—no manual refresh needed.Use Cases
Daily Standup Prep
Automatically compile yesterday’s commits and today’s issues into a ready-to-use standup summary.
Code Quality Checks
Run linting and tests every Friday afternoon, generating a health report before the weekend.
Automated Reporting
Connect to your database and generate key metrics reports on a schedule—no manual work required.
Project Sync
Weekly summaries of project progress can be automatically pushed to Notion or other documentation tools.
Monitoring & Alerts
Periodically check APIs or services and notify you if something goes wrong.
Notes
Scheduled tasks only run while the Verdent app is active. If the app is closed, tasks will be marked as Missed and can be triggered manually.
No need to learn cron syntax—natural language is enough; Manager handles the conversion automatically.