daily-plan

Generates a priority-anchored daily plan checklist from ranked goals and project backlogs.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/tmwang7324/Obsidian-Notes --skill daily-plan-tmwang7324
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-plan
Source: https://github.com/tmwang7324/Obsidian-Notes/tree/main/.claude/skills/daily-plan
Command: npx skills add https://github.com/tmwang7324/Obsidian-Notes --skill daily-plan-tmwang7324

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It turns a scattered backlog and competing projects into one short, time-budgeted daily checklist, so the day's work is driven by the top-priority project's long-term goal instead of whatever tasks happen to be lying around. ## Core Features & Use Cases - Priority-anchored planning: Reads the ranked Priority List in GOALS.md, anchors the day on P1, and allows at most one item from P2. - Generative goal formulation: Creates two original daily goals from P1's longer-term goal, then supplements them with 2-3 open next-steps from Iteration Logs. - Time-budget sizing: Converts S/M/L effort estimates into hours, scales by a low/normal/high intensity dial, and caps the checklist at about 6 items. - Use Case: At the start of a work day, ask for a plan; the skill asks how many focused hours you have, drafts a checklist of two original goals plus backlog items, and writes it to Plans/Week of <Mon>/(C) YYYY-MM-DD.md after your approval. ## Quick Start Say "plan my day" or "/daily-plan" and answer how many focused hours you have to get a written daily plan file.

Frequently Asked Questions about daily-plan

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

FAQPage Schema
How do I generate a daily plan from my project backlog?

Say "daily plan" or "plan my day" and state how many focused hours you have. The skill reads your ranked Priority List in GOALS.md, drafts two original goals from P1 plus 2-3 backlog items, and writes the checklist after you approve it.

How does the daily plan decide which project to focus on?

It reads the ordered Priority List in GOALS.md and anchors the day on position 1 (P1), allowing at most one item from P2. You can override P1 for a single day by passing a project name, without rewriting the ranking.

Can I override the top priority for just one day?

Yes, pass a project name as an argument, such as /daily-plan Golf, and that project becomes today's P1. The override affects only the plan; GOALS.md is never edited because of a one-day override.

What happens if my Priority List or backlog is empty?

If GOALS.md has no Priority List section, the skill asks for your top two priorities and suggests adding the section. If the backlog is empty, the plan still stands on its two original goals and flags the empty backlog.

Does the daily plan adjust automatically based on past completion rates?

No, automatic shrink-based-on-completion was deliberately rejected to avoid pessimistic death spirals. Intensity is a manual low/normal/high dial in GOALS.md that scales the time budget by 0.7, 1.0, or 1.3.