daily-task-manager

Manage tasks in a brain page with priorities and archived history.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This lightweight system manages tasks inside a brain page, enabling you to create, update, defer, complete, remove, and review tasks with a clear lifecycle, reducing memory burden and keeping work visible.

Core Features & Use Cases

  • Task lifecycle: add → in-progress → complete | defer, with archived history for completed items.
  • Priority levels: P0 (urgent), P1 (today), P2 (this week), P3 (backlog) for effective ordering.
  • Storage & visibility: tasks stored in a dedicated brain page at ops/tasks.md with a structured format and easy review.
  • Audit & defer reasons: completed tasks are archived with dates; deferred items carry a reason to inform future scheduling. Real-world use: a product sprint task can be added, tracked, and surfaced in weekly reviews.

Quick Start

Add a new task with a description and priority, then view the current task list.

Frequently Asked Questions about daily-task-manager

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

FAQPage Schema
How do I manage tasks end-to-end within a brain page?

You can manage tasks end-to-end within a brain page by adding, updating, completing, deferring, and reviewing items. This system enforces a structured format at ops/tasks.md, reducing memory burden and keeping work visible throughout the task lifecycle.

What priority levels should I use for daily task management?

For daily task management, use four priority levels: P0 for urgent tasks, P1 for today, P2 for this week, and P3 for backlog items. This ordering ensures effective prioritization across daily planning and project backlogs.

How does task deferral work in a structured to-do system?

Task deferral in a structured to-do system requires recording a defer reason when postponing an item. This informs future scheduling decisions and maintains an audit trail alongside archived completed tasks with dates.

Can I use a markdown task file for sprint backlogs and weekly reviews?

Yes, you can use a markdown task file for sprint backlogs and weekly reviews. Tasks are stored at ops/tasks.md in a structured format, allowing product sprint tasks to be added, tracked, and surfaced efficiently during reviews.

What is the best way to archive completed tasks with dates?

The best way to archive completed tasks with dates is using a structured task lifecycle system that automatically moves finished items to an archived history. This maintains a clear audit trail while keeping active work visible.