schedule-manage

Creates and edits a canonical weekly work schedule in a Markdown file.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Dawaad/skills --skill schedule-manage-dawaad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule-manage
Source: https://github.com/Dawaad/skills/tree/main/skills/schedule-manage
Command: npx skills add https://github.com/Dawaad/skills --skill schedule-manage-dawaad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a weekly work schedule consistent is hard when responsibilities shift — new recurring meetings, changing energy levels, or new work types quietly break the old plan. This Skill maintains a single canonical schedule file (Wiki/Personal/schedule.md) that allocates abstract work types like content research, filming, coding, and admin across the days of the week, so structural changes are made deliberately instead of drifting. ## Core Features & Use Cases - Bootstrap via interview: When no schedule file exists, it interviews you about work types, energy patterns, fixed commitments, cadence preferences, and weekly hour targets, then drafts the schedule in your own language. - Structured edits with balance checks: Reads the current file, confirms the requested change, applies it while preserving structure, updates the Updated: date, and flags when a work type becomes starved or overweighted versus its weekly target. - Full rebalance pass: When you add or drop a work type, or say the schedule just isn't working, it re-runs the interview using the existing file as a starting draft. - Use Case: You land a recurring Wednesday morning call and want filming moved to Tuesday. The Skill loads your schedule, proposes the swap, shows the trade-off for Tuesday's coding block, writes the edit, and warns you that coding is now under its weekly hour target. ## Quick Start Ask the assistant to update your weekly work schedule, for example by saying "move filming to Tuesday afternoon and rebalance my week".

Frequently Asked Questions about schedule-manage

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

FAQPage Schema
How do I create a weekly work schedule from scratch?

The Skill bootstraps the schedule through a structured interview covering your work types, energy patterns, fixed commitments, cadence preferences, and weekly hour targets. It then drafts the schedule in your own wording, shows it for adjustment, and writes the file to Wiki/Personal/schedule.md.

How do I change or rebalance my existing weekly schedule?

The Skill reads the current schedule file, confirms the requested change with you, applies the edit while preserving structure, and updates the date. Afterward it recomputes rough weekly hours per work type and flags any type that is starved or overweighted versus its target.

What file format does the weekly schedule use?

The schedule is a single Markdown file with YAML frontmatter (type, Created, Updated, tags) and sections for principles, work types, a day-by-day weekly cadence with morning/afternoon/evening blocks, fixed commitments, balance targets, and notes.

When should I use schedule-manage instead of schedule-today?

Use schedule-manage only for permanent structural changes to the weekly cadence, such as moving filming days or adding a work type. For retrieving today's focus or plan, use the schedule-today skill instead, since this Skill does not handle daily planning.

Can the schedule use custom time blocks instead of morning/afternoon/evening?

Yes. Three blocks per day is the default granularity, but the Skill follows your preference if you want fewer blocks or named slots like 9-12, 13-17, and evening. The structure stays lean and machine-parseable either way.