This software is a task management thing. Todo items become themselves todo lists and can be themselves items in other todo lists.
What is an elegant way to express this list/focus approach in natural language with generic items to do ?
Here is the current solution. Let each todo item be a verb phrase: a bare infinitive then a phrase. Let the title of the list be prefixed with "To" indicating what outcome the list desires. Then let the items of the list optionally be prefixed with the word "do". Furthermore, in order to reflect the encapsulation of the lists, also list the previous lists with "To" as well.
Example :
To make routines work for me
to get ready in 45 minutes in the morning
do brush my teeth
do get dressed
do shave my face
do make my bed
etc. [ ]
The first two "To [verb phrase]" statements seem strange to me. The point is that the first verb phrase is the general goal and the second verb phrase is a more specific goal. It isn't exactly clear. Does it make sense?
This software is a task management thing. Todo items become themselves todo lists and can be themselves items in other todo lists.
What is an elegant way to express this list/focus approach in natural language with generic items to do ?
Here is the current solution. Let each todo item be a verb phrase: a bare infinitive then a phrase. Let the title of the list be prefixed with "To" indicating what outcome the list desires. Then let the items of the list optionally be prefixed with the word "do". Furthermore, in order to reflect the encapsulation of the lists, also list the previous lists with "To" as well.
Example :
To make routines work for me
to get ready in 45 minutes in the morning
do brush my teeth
do get dressed
do shave my face
do make my bed
etc. [ ]
The first two "To [verb phrase]" statements seem strange to me. The point is that the first verb phrase is the general goal and the second verb phrase is a more specific goal. It isn't exactly clear. Does it make sense?