Skip to content

Instantly share code, notes, and snippets.

@jbreckmckye
Last active April 22, 2026 11:49
Show Gist options
  • Select an option

  • Save jbreckmckye/49b37e7ac3fbfecbfcb528b191280999 to your computer and use it in GitHub Desktop.

Select an option

Save jbreckmckye/49b37e7ac3fbfecbfcb528b191280999 to your computer and use it in GitHub Desktop.
Binge eating decision flowchart

Binge eating flowchart

flowchart TD

EE(Have you eaten enough today?)
EE -- no --> EH(Eat balanced meal. Wait 15 mins)
EE -- yes --> AT(Are you thirsty?)
AT -- yes --> Drink
AT -- no --> T(Are you tired, underslept?)
T -- yes --> C(Cravings are common. Find healthy snack, prioritise sleep)
T -- no --> JC(Could this just be a craving?)
JC -- no --> BS(Get a balanced snack with protein and fibre, some veg)
JC -- yes --> WFH(Will food actually help your problem?)
WFH -- yes --> OK(OK, but be sensible)
WFH -- no --> EM(Identify emotion)
EM -- stress --> WM(Walk, meditate, etc)
EM -- overwhelmed --> WL(Slow things down)
EM -- bored --> DS(Find distraction)
Loading
@jbreckmckye

Copy link
Copy Markdown
Author
Screenshot_2026-04-22-12-49-45-76_3aea4af51f236e4932235fdada7d1643

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment