manage-plan-todos

Manage TODO lists in docs/plan.md with flat structure and execution order rules.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yattom/timtam --skill manage-plan-todos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-plan-todos
Source: https://github.com/yattom/timtam/tree/main/.claude/skills/manage-plan-todos
Command: npx skills add https://github.com/yattom/timtam --skill manage-plan-todos

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? docs/plan.md内のTODOリストをフラットな構造で管理し、TODO項目の追加、完了マーク、整理を行います。ユーザーがplan.mdの更新、TODO管理、計画の進捗確認を依頼したときに使用してください。

## Core Features & Use Cases

  • TODOの追加
  • 完了マーク
  • 着手順の再配置
  • エピックとタスクのルール適用

### Quick Start docs/plan.md の TODO リストを現在の実行順で表示し、新しいTODOを適切な位置に挿入してください。

Frequently Asked Questions about manage-plan-todos

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

FAQPage Schema
How do I organize and track TODO items in a markdown plan file?

Organize TODOs in a flat-structure markdown file using [ ] for incomplete tasks and [x] for completed ones. This Skill manages docs/plan.md by maintaining execution order, distinguishing epics from detail tasks, and moving completed items to a dedicated Done section for progress visibility.

What's the best way to maintain a flat TODO list without nested hierarchies?

A flat TODO structure avoids deeply nested hierarchies while preserving task clarity. This Skill enforces flat-list discipline by inserting new items in execution sequence, applying epic versus detail-task rules, and centralizing completion tracking in a Done section.

How do I add and reorder tasks based on execution priority?

Add new TODOs in their intended execution order rather than appending to the end. This Skill repositions tasks according to project-specific insertion rules, re-ranks items by priority, and marks progress to keep your plan.md aligned with actual workflow.

Can I use markdown TODO markers with project planning workflows?

Yes. Markdown [ ] and [x] markers integrate directly into planning workflows. This Skill applies these markers within docs/plan.md, enforces consistent notation across epic and detail tasks, and separates completed work into a Done section for clarity.

What are the limitations of maintaining TODOs in a single flat markdown file?

Flat markdown files scale linearly but lack query or filtering capabilities. This Skill mitigates scope creep by enforcing strict flat structure, epic-versus-detail discipline, and ordered insertion rules—best suited for smaller, cohesive project plans rather than enterprise-scale task systems.

How do I apply task categorization rules when planning in markdown?

Task categorization distinguishes epics (large scopes) from detail tasks (execution items). This Skill enforces these distinctions during plan updates, applies project-specific rules to new TODOs, and maintains structural consistency across your plan.md document.