JJ TODO Workflow The core idea is to use a DAG of empty revisions as TODO markers, representing tasks to be done, and then come back later to edit these revisions to actually do the tasks. This enables structured development with clear milestones. Revision descriptions (i.e. commit messages) act as specifications for what to implement. JJ makes it easy to create such a structure, and then to fill each revision afterwards. For more information on JJ basics, see the skill. We reuse scripts from that skill here. This skill talks about two roles: Planners (who lay out the empty revisions and thei…