# todo.txt のタスク管理をいい感じにするエコシステム
## todo.txt の仕様
[todotxt/todo.txt: ‼️ A complete primer on the whys and hows of todo.txt.](https://github.com/todotxt/todo.txt)
![[todo_txt.svg]]
- テキストファイルひとつで todo 管理できる
## todo.txt の同期
![[todo_txt_sync.png]]
- 週末に vibe coding で開発
- Claude Code Remote Control でスマホを使ってイベント会場にて
- todo.txt はテキストエディタか TUI (Terminal User Interface) アプリで編集
- Mac に常駐するプロセスが todo.txt と Firestore を監視
- 変更があれば同期する
- Firebase の無料枠で web アプリを公開
- スマホからアクセス
## タスク分解&関連タスクを提案して todo.txt に書き込む skill
[[todo-txt skill]]
## todo.txt のタスクを Google Calendar にいい感じに登録する skill
[[todo-calendar skill]]