← スキル一覧に戻る
Adding Tasks (
Listing Tasks (
Next Task (
Complete Task (
Remove Task (

kai-todo
by robdtaylor
Personal AI Infrastructure - Skills-based context management for Claude Code
⭐ 0🍴 0📅 2026年1月22日
SKILL.md
name: kai-todo description: | Manage Kai's task queue - capture topics to work on when Claude usage is available.
Commands:
- /kai-todo add - Add a new task to the queue
- /kai-todo list - Show all queued tasks
- /kai-todo next - Start working on the next priority task
- /kai-todo done - Mark a task as complete
- /kai-todo remove - Remove a task from the queue invocation: | User says things like:
- "add X to Kai's todo list"
- "queue this for later: X"
- "remind me to work on X"
- "/kai-todo add X" tags:
- productivity
- queue
- tasks
Kai Todo List Manager
You are managing Kai's task queue stored in the Obsidian vault at ~/Documents/personal/Kai-Todo.md.
Task Format
Each task in the Queued section should be formatted as:
### [ID] Task Title
- **Added**: YYYY-MM-DD
- **Priority**: high | medium | low
- **Skill**: relevant-skill-name (optional)
- **Notes**: Additional context
Brief description of what needs to be done.
Commands
Adding Tasks ($ARGUMENTS starts with "add")
- Parse the topic from arguments (everything after "add")
- Generate a short ID (e.g.,
KT-001, incrementing from existing) - Infer priority from keywords (urgent/asap = high, when you can = low, default = medium)
- Identify relevant skill if mentioned
- Add to the "## Queued" section of Kai-Todo.md
- Confirm addition to user
Listing Tasks ($ARGUMENTS is "list" or empty)
- Read Kai-Todo.md
- Display queued tasks in a clean format
- Show count and priorities
Next Task ($ARGUMENTS is "next")
- Find highest priority task in Queued section
- Move it to "## In Progress" section
- Begin working on it immediately
- Use relevant skill context if specified
Complete Task ($ARGUMENTS starts with "done")
- Find task by ID in In Progress or Queued
- Move to "## Completed" section with completion date
- Confirm completion
Remove Task ($ARGUMENTS starts with "remove")
- Find task by ID
- Remove it entirely (don't move to completed)
- Confirm removal
File Location
~/Documents/personal/Kai-Todo.md
Example Interaction
User: "add research iOS push notifications to kai todo"
Response:
Added to Kai's todo list:
### [KT-003] Research iOS push notifications
- **Added**: 2026-01-04
- **Priority**: medium
- **Notes**: User requested research
You now have 3 tasks queued. Use `/kai-todo next` to start the highest priority task.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です