daily-task-manager

Manage persistent task lists with priority buckets in ops/tasks.md.

1|Updated May 9, 2026
One-click install
npx skills add https://github.com/weiping/gbrain-cn --skill daily-task-manager-weiping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-task-manager
Source: https://github.com/weiping/gbrain-cn/tree/main/skills/daily-task-manager
Command: npx skills add https://github.com/weiping/gbrain-cn --skill daily-task-manager-weiping

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you avoid losing track of action items by maintaining a single, continuously updated task list inside your brain memory, so priorities and status stay current without manual bookkeeping.

Core Features & Use Cases

  • Task lifecycle management: Add, complete, defer, remove, and review tasks with consistent status transitions.
  • Priority-based organization: Organizes tasks into P0 (urgent), P1 (today), P2 (this week), and P3 (backlog) to match how people actually work.
  • Persistent brain storage: Writes to and reads from the structured brain page (ops/tasks.md), including completion dates and defer reasons for auditability.

Quick Start

Tell the daily-task-manager skill to add a P1 task called "Draft weekly update" with a due date of tomorrow.

Frequently Asked Questions about daily-task-manager

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

FAQPage Schema
How do I maintain a persistent task list for daily workflow management?

You maintain a persistent task list by applying status transitions like adding, completing, deferring, and removing tasks in brain memory. This ensures priorities and status stay current without manual bookkeeping.

How does priority-based task organization work for urgent and backlog items?

Priority-based task organization sorts items into P0 (urgent), P1 (today), P2 (this week), and P3 (backlog) buckets. This structure matches actual working workflows to keep action items clearly prioritized.

Can I defer tasks and record reasons for carrying them forward?

You can defer tasks and record carry-forward defer reasons. The skill applies consistent task lifecycle transitions and writes completion dates with defer reasons to ops/tasks.md for auditability.

What is the best way to track personal and team action items with status updates?

The best way to track action items is using a living brain list that reads and writes structured pages. It continuously updates task statuses and priorities, preventing lost action items across personal or team workflows.

How do I add a scheduled task with a specific priority and due date?

You add a scheduled task by specifying its priority bucket and due date. The skill then writes the structured task entry into brain memory, updating the timeline entry while mutating the persistent state page.

Do I need a specific page format to store tasks in brain memory?

Yes, the skill requires reading and writing the structured brain page ops/tasks.md. It mutates state and updates timeline entries directly within this file to maintain a continuously updated task list.