GTD-flow
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/GTD-flow/gtd-flow.pu#.svg
GTD:Daily Review
GTD:inbox
GTD:Is it actionable?
NO
Need to remember?
YES
For a project?
YES : GTD:someday/maybe
GTD:someday/maybe lists
NO : GTD:reference
GTD:reference list
NO : GTD:Delete it
GTD:trash
YES : Actionable GTD:Process it
Single step to complete?
NO:multi-step
GTD:projects
GTD:projects lists
YES:single-step
GTD:Can you do it in 2 minites?
YES
GTD:Do it
NO
For me? (+tasks)
YES: GTD:Defer it
Specfiic day/time?
YES : GTD:calendar
NO : GTD:context
'@context' task
GTD:next action
GTD:next action lists
NO : GTD:Delegate it
GTD:waiting for lists
GTD:What’s the next action?
GTD-cycle
GTD-kamikudaku - /GTD-kamikudaku/GTDのworkflowまとめ
getting-things-done.icon
code:gtd-flow.pu
@startuml
start
:INBOX;
if (Is it actionable?) then (yes)
if (Single step to complete?) then (yes)
if (More than 2 minites?) then (yes)
if (For me?) then (yes)
if (Specfiic day/time?) then (yes)
:calendar;
else (no)
:'@context' task;
endif
else (no)
:'waiting for' task;
endif
else (no)
:Do it;
endif
else (no)
:'projects' task;
endif
else (no)
if (Need to remember?) then (yes)
if (For a project?) then (yes)
:someday/maybe;
else (no)
:reference;
endif
else (no)
:trash;
endif
endif
stop
@enduml