plan-my-day

Converts dated task lists into weekly time-block plans, CSV schedules, and calendar event lists.

39|1|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/HKU-MMLab/UniClawBench --skill plan-my-day-hku-mmlab
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-my-day
Source: https://github.com/HKU-MMLab/UniClawBench/tree/main/injection/101_skill_usage/task_101_17_todoist_weekly_plan/skills/plan-my-day
Command: npx skills add https://github.com/HKU-MMLab/UniClawBench --skill plan-my-day-hku-mmlab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a scattered list of dated tasks with priorities and durations into a realistic weekly schedule is tedious and error-prone. This Skill organizes tasks into a concise time-block plan with consistent Markdown, CSV, and calendar outputs. ## Core Features & Use Cases - Priority-Aware Scheduling: Groups tasks by due date and project, placing P1/P2 work before lower-priority items due the same day. - Duration Handling: Uses supplied durations when available and assigns realistic block lengths with brief reasoning when they are missing. - Aligned Multi-Format Output: Produces a Markdown plan, a CSV schedule, and a calendar-friendly event list with matching titles and no overlapping blocks. - Use Case: Export your Todoist tasks for the week, then ask for a weekly plan to receive a day-by-day schedule you can import into a calendar or review as a table. ## Quick Start Turn my attached task list with due dates and priorities into a weekly time-block plan with a CSV schedule and calendar events.

Frequently Asked Questions about plan-my-day

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a task list into a weekly schedule?▼

Provide your tasks with due dates, priorities, projects, and durations, and the Skill groups them by day into time blocks. It outputs a Markdown plan, a CSV schedule, and a calendar event list with matching titles.

How are tasks prioritized in a weekly time-block plan?▼

Tasks are grouped by due date and project first. Within each day, P1 and P2 priority work is scheduled before lower-priority items due the same day.

What happens when tasks have no duration estimates?▼

The Skill assigns a realistic block length for tasks without supplied durations and briefly explains the reasoning. It never invents filler tasks to pad empty days.

Can I import the schedule output into a calendar app?▼

Yes, the Skill produces a calendar-friendly event list alongside the Markdown plan and CSV schedule. Event titles stay aligned across all three formats so you can cross-check them after import.

What are the limitations of automated time-block planning?▼

The plan is only as accurate as the input data, so missing due dates or unrealistic durations reduce quality. It also does not account for existing calendar commitments unless those are included in the task list.