todo

Appends prioritized todo items to a local Markdown task file.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/hivgb1-ai/do-better-workspace-v2 --skill todo-hivgb1-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: todo
Source: https://github.com/hivgb1-ai/do-better-workspace-v2/tree/main/.claude/skills/todo
Command: npx skills add https://github.com/hivgb1-ai/do-better-workspace-v2 --skill todo-hivgb1-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Capturing tasks quickly often breaks your flow, and unstructured notes get lost. This Skill lets you add a todo in one natural-language sentence, automatically detecting priority and project tags and filing the item into the right section of a local Markdown file. ## Core Features & Use Cases - Priority Detection: Parses [urgent], [high], and [low] tags to route items into Today, This Week, or Someday sections. - Project Tagging: Recognizes bracketed project names and stores them in a project: metadata field. - Structured Markdown Entries: Each todo is saved with added timestamp, priority, and optional project fields in active-todos.md. - Use Case: Say "할 일 추가: [urgent] 매장 전기점검 예약" and the item lands in the Today section with high priority and a timestamp, no manual file editing needed. ## Quick Start Tell the assistant "할 일 추가해줘: [urgent] 세무사한테 4월 자료 보내기" to add a high-priority todo to your active todos file.

Frequently Asked Questions about todo

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

FAQPage Schema
How do I add a todo with priority using natural language?▼

Prefix your task with a bracketed priority tag like [urgent] or [high] for Today, or [low] for Someday. For example, saying "todo [urgent] 매장 전기점검 예약" files the item in the Today section with high priority.

How do I tag a todo with a project name?▼

Add a bracketed tag that is not a priority keyword, such as [website], and it is treated as a project name. The project is stored in a `project:` metadata field and the item goes to the This Week section.

Where are todos stored and does it sync with Google Tasks?▼

Todos are stored only in the local file 40-personal/46-todos/active-todos.md as Markdown. There is no built-in sync with external services like Google Tasks; that would require a separate skill.

What happens if the todos file or sections do not exist?▼

The skill initializes the file with a default structure containing Today, This Week, Someday, and Inbox sections. New items are then appended to the bottom of the appropriate section.

How are completed todos handled?▼

This skill only adds items. Completed todos are moved to completed-todos.md by the separate `todos` skill's auto-cleanup feature, not by this quick-capture skill.