Cowork scheduled tasks: rename/edit identity in place + user-adjustable toolbar order (decouple prompt update from recreate)

Open 💬 0 comments Opened Jun 16, 2026 by rscottclift-ai

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

A scheduled task's identifier/title cannot be edited in place. The only way to rename it is delete + recreate, which also rewrites the task's prompt/skill from the new prompt - risking loss of a rich, hand-built skill. Separately, the scheduled-task toolbar lists tasks in creation order, which is not adjustable - so to reorder the list (e.g. into execution / start-time sequence) you must delete + recreate every task in the desired order.

For a fleet of 20+ scheduled tasks, any rename or reorder becomes a high-risk bulk delete/recreate operation with manual prompt/skill restoration around each one. This actively discourages good naming hygiene and sensible visual ordering.

Proposed Solution

  1. Allow editing a scheduled task's identifier/title in place (rename without delete + recreate).
  2. Make the scheduled-task toolbar order user-adjustable (drag-to-reorder, or sort by start time / name / next run).
  3. Decouple "update the prompt" from "recreate the task" so renaming never risks the existing prompt/skill.

Workaround today: recreate tasks in start-time order; back up and restore each task's prompt/skill around the recreate.

Environment: Claude Desktop, Cowork mode, macOS.

Related: #56244 (update_scheduled_task path-traversal error when updating prompt/description) - separate bug, same task-editing friction area.

Alternative Solutions

_No response_

Priority

Medium - Would be very helpful

Feature Category

Configuration and settings

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗