Summary
When a task stops because the Claude usage quota has been reached, Claude Code Studio should automatically postpone the task and schedule it to resume when the quota resets.
Example
The agent encounters:
You've hit your session limit · resets 2:30pm (Europe/Paris)
Current Behavior
- Task is running.
- Claude quota is reached.
- Execution stops.
- User must manually restart or reschedule the task.
Proposed Behavior
- Detect quota-related messages such as:
You've hit your session limit
You've reached your usage limit
- Automatically move the task from:
to:
- Automatically create/update a schedule entry using the reset time provided by Claude.
Example:
Quota reset: 2:30pm (Europe/Paris)
becomes:
Task Status: Todo
Scheduled: Today 14:30 Europe/Paris
Scheduling Rules
Same-Day Reset
Reset: 14:30
Current Time: 13:10
Schedule:
Next-Day Reset
If Claude indicates a reset occurring the next day:
Schedule:
Kanban Improvements
Display a badge on the task:
⏸ Waiting for Claude quota
or
⏳ Scheduled after quota reset
Example:
⏳ Resumes at 14:30 (Europe/Paris)
Automatic Resume (Optional)
Optionally provide:
☑ Automatically restart task after quota reset
Workflow:
Quota Reached
↓
Move to Todo
↓
Schedule for Reset Time
↓
Quota Available
↓
Restart Automatically
Additional Enhancements
Track quota-related interruptions:
Paused: Claude quota reached
Next retry: 14:30
and provide dashboard metrics:
- Tasks waiting for quota
- Next quota reset
- Estimated restart time
- Number of postponed tasks
Benefits
- No manual rescheduling.
- Better unattended execution.
- More accurate Kanban status.
- Better quota management.
- Reduced risk of forgetting interrupted tasks.
Priority
High
Use Case
As a user, I want tasks interrupted by Claude usage limits to be automatically moved back to Todo and scheduled for the quota reset time, so that work resumes predictably without manual intervention.
Summary
When a task stops because the Claude usage quota has been reached, Claude Code Studio should automatically postpone the task and schedule it to resume when the quota resets.
Example
The agent encounters:
Current Behavior
Proposed Behavior
to:
Example:
becomes:
Scheduling Rules
Same-Day Reset
Schedule:
Next-Day Reset
If Claude indicates a reset occurring the next day:
Schedule:
Kanban Improvements
Display a badge on the task:
or
Example:
Automatic Resume (Optional)
Optionally provide:
Workflow:
Additional Enhancements
Track quota-related interruptions:
and provide dashboard metrics:
Benefits
Priority
High
Use Case
As a user, I want tasks interrupted by Claude usage limits to be automatically moved back to Todo and scheduled for the quota reset time, so that work resumes predictably without manual intervention.