Bonfire Lit

SMART Framework: Turning Intentions into Action[span_0](start_span)[span_0](end_span)

Estus Flask (Completion) 0/3

Quest I: Physical Regulation

Status Effect: Profound physical restlessness and cognitive friction.

Mechanic: Channel the energy into a highly structured activity to eliminate decision fatigue[span_1](start_span)[span_1](end_span).

const workoutObjective = {
  specific: "45-minute strength training session or hike",
  timeBound: "4:00 PM today",
  achievable: "Gear laid out in advance"
};

function executeGoal() {
  return "I will complete a 45-minute strength training session or hike at 4:00 PM today, laying out my gear in advance so I can start immediately." //[span_2](start_span)[span_2](end_span)
}

Quest II: The FABRIK Simulation

Status Effect: Executive dysfunction triggered by massive, ambiguous endpoints.

Mechanic: Chunk the project down to safely trigger a state of intense, laser-like focus[span_3](start_span)[span_3](end_span).

const fabrikObjective = {
  specific: "Write, compile, and visually test rotational constraint logic",
  achievable: "Focus on a SINGLE joint",
  timeBound: "Dedicated 90-minute block before dinner"
};

function executeGoal() {
  return "I will write, compile, and visually test the rotational constraint logic for a SINGLE joint in the FABRIK simulation during a dedicated 90-minute block before dinner tonight." //[span_4](start_span)[span_4](end_span)
}

Quest III: Sleep Architecture

Status Effect: Initial insomnia exacerbated by the pressure of forcing sleep.

Mechanic: Shift the focus away from falling asleep to executing a reliable, screen-free chronobiotic routine[span_5](start_span)[span_5](end_span).

const sleepObjective = {
  specific: "Start screen-free wind-down routine",
  measurable: "Physically in bed with lights out 45 mins earlier than yesterday",
  timeBound: "10:30 PM tonight"
};

function executeGoal() {
  return "I will start my screen-free wind-down routine at 10:30 PM tonight and be physically in bed with the lights out exactly 45 minutes earlier than I was yesterday." //[span_6](start_span)[span_6](end_span)
}
HUMANITY RESTORED