KRG paradigm

Table of Contents

KRG paradigm is acronym for the collective use of , Reactive Booster, and my GTD integration.

1. overview

It is a practical self-management scheme that maps out one’s cognitive processing events linearly across the day as synergy of the 3 layers; It does not serve as “goal achieveing” or “success guarantee” in that it does not offer tool to determine what should be done in order for your goal to be realized; rather, this scheme focuses on a sole purpose that is make you feel better, or maintain the good-state.

2. good-state

As the objective, good-state is essential concept to KRG paradigm.

good-state
ideal state of the time.

An example would be focused when want to read some highly technical literature, and relaxed when trying to sleep, socially proactive when talking with friends, or energetic when exercise.

A good state often have the following properties:

not self-perpetrating
a prolonged focus session would exhaust people, as well as a prolonged relaxation put you to sleep or a rather chaotic state of mind where anxiety often see a rise.
require recovery
after a focused session, a corresponding defocus session is required if you intend to enter the focus state again.
is bodily
Meaning that it have a corresponding bodily biochemistry pattern when it is present, like level and schedule of Dopamine and other substance in our system.
can be induced
as literature shows, there are various techniques to induce focused, relaxed or physically-motivated state.

3. How they all work together

Kernel serve as the top-level entrance, with boosters to make some intermittent reward happening and/or adjust the state/schedule on que. Kerenl along would expose several general-purpose time window with some state in it, like a session where you can absolutely focus.

the GTD integration, then, take over on these sessions, as a task management system.

There are little tweaks here and there to carve some small behaviours I want in, but this is the general picture.

4. Company software

I wrote a little piece of software called kernel routine, for now it only runs a built-in kernel, but the booster and editing functions are coming once I have time to work on it.

5. GTD integeration - an overview

Basically:

  • a daily planning session which is more or less equivalent to a daily review is applied
  • a daily processing session of 1 hour is scheduled at immediately after lunch
  • Every focus session is totally treated as engage session

For other parts:

  • capture is not managable, and is not managed in GTD(like other things under 3 minutes; just do them right away)
  • weekly review is scheduled seperately, more like a project.

Backlinks

lifestyle script

(Using lifestyle script > write those 2 software companions.)

for mobile application
I had written a clojurescript application with KRG paradigm kernel-routine that bears a similar idea, to provide options based on triggered rules, and act as an external “top of the mind”.
for physical copy
this should be easy with some html+css magic, just like markdown except that parsing is lispy and easier.

Kernel is the description of a behavior. In KRG paradigm, it is designed such that it is possible for you to stay in some “good state” steadily for some time, say 2 foucsed hours in the morning.

Formally, kernel is defined to be a set of (trigger activity) coupling, such as (wake-up bright-light-viewing), (focus defocus).

  • a common start point would be wake up, a common end point would be sleep.

Following is an example of a working kernel:

+ wake up - sun light viewing [20m]
+ wake up - salt water intake [5m]
+ after ~sun light viewing~ - cognitive hard thing [90m]
+ 90m after wake up - caffeine intake [5m]
+ after ~sun light viewing~ - work out [40-60m]
+ after ~cognitive hard thing~ - work out [40-60m]
+ 12-ish - lunch
+ after work out(if hungry) - lunch
+ after ~lunch~ - chore work [60m]
+ after ~chore work~ - nap/non-sleep-deep-reset [30m]
+ after ~nap~ - focused work session 1 [90m]
+ 2-ish - focused work session 1 [90m]
+ after ~focus 1~ - defocus session 1 [30m]
+ after ~defocus 1~ - focused work session 2 [90m]
+ after ~focus 2~ - defocus session 2 [30m]
+ 6-ish - dinner [40m]
+ after ~dinner~ - free time [120m]
+ 9-ish - prepare for bed [40m]
+ 9:40-ish - get in bed and start sleep rest [at least 7.5 hours]

Author: Linfeng He

Created: 2024-04-03 Wed 20:59