You could have optional flags to add weights and priorities to each task with `-w` and `-p` to better organize them For instance ``` todo add "buy groceries" -w 2 -p 1 todo add "reply to important email" -w 1 -p 3 ```