daily-planner

Prioritize raw task lists into status-tracked daily plan files with carry-over.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Jin9/skillify-foundation --skill daily-planner-jin9
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: daily-planner
Source: https://github.com/Jin9/skillify-foundation/tree/main/treasury/daily-planner
Command: npx skills add https://github.com/Jin9/skillify-foundation --skill daily-planner-jin9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Unordered task lists make it hard to decide what to work on first, and unfinished work gets lost between days. This Skill turns a raw task dump into a prioritized daily plan and maintains it as a dated, status-tracked Markdown file that rolls unfinished work forward. ## Core Features & Use Cases - Impact x urgency prioritization: Ranks every task into P1 Do now, P2 Schedule, P3 Delegate, or P4 Drop/Defer bands with an S/M/L effort tag. - Cross-day tracking: Maintains one file per day in ~/daily-plans/ with todo/doing/done/blocked statuses, carrying unfinished items forward and bumping urgency on tasks aging 2+ days. - Capacity honesty: Compares planned effort against stated focus hours and flags overflow instead of silently cutting tasks. - Use Case: You paste "finish the auth bug, reply to Sam, read the new RFC, renew my passport (deadline Friday), I have ~5 focus hours" and receive a dated plan file with P1-P4 groupings, effort tags, and a tracking checklist. ## Quick Start Ask the agent to plan your day by pasting your raw task list along with your available focus hours and any deadlines.

Frequently Asked Questions about daily-planner

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

FAQPage Schema
How do I prioritize my daily tasks with an AI assistant?▼

Paste your raw task list and ask to plan your day. Each task is scored on impact and urgency, mapped to a P1-P4 band (do now, schedule, delegate, drop/defer), tagged with S/M/L effort, and written to a dated Markdown plan file.

How do I carry over unfinished tasks to the next day?▼

Ask to update or track your plan and the skill reads the most recent prior plan file, pulls forward every todo, doing, and blocked item, and re-scores them with the new tasks. Items carried 2+ days get an urgency bump so neglected work surfaces.

Where are the daily plan files stored?▼

Plans are saved as Markdown files at ~/daily-plans/daily-plan-<YYYY-MM-DD>.md, one file per day. The folder is created automatically if missing, and you can supply a custom directory instead.

What happens when my tasks exceed my available focus hours?▼

The skill sums planned effort against your stated focus hours and flags the overflow rather than silently dropping tasks. It recommends deferring the lowest-priority overflow items to the P4 band.

When should I not use a daily planner skill?▼

Do not use it for team delivery timelines, critical path analysis, or man-day estimates, which belong to delivery-planning or risk-estimation skills. It also does not decompose research topics into sub-questions.