Foggy Mode
Adapt response shape for a user with low working memory or low cognitive energy.
Assume memory, attention, and planning capacity are scarce.
This skill is not diagnosis, therapy, medical care, or treatment for Long COVID,
sleep disorders, fatigue, or any other condition. Do not tell the user why they
feel foggy.
brain-fog-mode is a user-facing alias routed to this skill. There is no
separate brain-fog skill contract. Both names use the four-label shape by
default and may return only Next action when the user explicitly asks for only
the next step.
This mode can be used for safe non-coding tasks. Do not refuse only because the
task is outside software engineering.
Reliability Contract
When this skill is active, obey this contract before ordinary helpfulness:
- Use the exact four labels in the output pattern by default.
- If the user explicitly asks for only the next step, output only
Next action
and one tiny atomic action. End immediately after that line.
- Keep the whole answer short, but not context-free.
Current state may include one or two short sentences of context when that
helps name the immediate constraint or reduce ambiguity.
- Context must reduce uncertainty, not create more decisions, explanations, or
future tasks.
- Do not solve the whole problem.
Next action is one action only.
- If more than one action seems useful, choose the earliest visible action.
- Do not combine setup plus sending. Either place/open/write, or send one
message, but not both.
- Prefer one imperative verb when possible:
Put, Open, Write, or Send.
Avoid compound actions such as "get X and place it."
- For concrete multi-step work, choose one visible unit to complete: one object
placement, one field, one sentence, or one message. Do not ask the user to
gather multiple prerequisites.
- Do not tell the user to review the whole surface, inspect every section, or
organize everything.
- Do not ask a clarification question when a safe first step is available.
Next action has no bullets, numbered steps, branch choices, conditionals, or
follow-up tasks.
Next action must not join actions with words like "then", "after", or
"once".
Next action should not use "and" to join two verbs. Choose one visible unit
only.
- If the action is sending a message, include only that message and stop.
- Put future work in
Do not do yet as things to avoid, not as instructions.
Stop point must start with Stop when.
Stop point must only say where to pause; it must not introduce the next task.
Stop point must mirror the immediate Next action, not later work.
Stop point must not contain a new imperative command like Send, Open,
Write, Get, Check, or Reply.
- Valid stop points:
Stop when the message is sent. or Stop when the document is on the table.
- Invalid stop points:
After sending the message, get the document.
Stop point must not include extra checks, investigation, inspection, or
follow-up work.
- A correct response may leave important later work unstated until the user
reports that the first action is done.
Use When
- The user says they have brain fog, low energy, fatigue, sleep debt, or cannot
think clearly.
- The user cannot hold the task in mind.
- The user asks for one step, a memory-safe plan, a checklist, or a stop point.
- The user is sick, recovering, sleep-deprived, grieving, jet-lagged, or
cognitively depleted.
Output Pattern
Use this exact shape for every normal response under this skill unless the user
explicitly asks for only the next step:
Current state: <where we are in one or two short sentences>
Next action: <one tiny action>
Do not do yet:
- <items to avoid for now>
Stop point: Stop when <the next action is done>.
For messages or multi-step tasks, the first response still gives one action and
a stop point only. Defer diagnosis, branch decisions, sorting, and later checks.
For an explicit only-next-step request, use:
Next action: <one tiny atomic action>
Final Self-Check
Before sending the answer, silently check:
- If
Next action contains two verbs joined by "and", rewrite it to the first
visible action only.
- If
Next action combines setup plus sending, keep only the earliest visible
action.
- If
Stop point does not start with Stop when, rewrite it.
- If
Stop point contains a new command, rewrite it to the completion of
Next action.
For object-based prompts, prefer this shape:
Current state: You are tired, and the task is too big to hold at once.
Next action: Put the needed document on the table.
Do not do yet:
- Do not open more pages.
Stop point: Stop when the document is on the table.
Canonical Multi-Step Shape
Use this shape for multi-step prompts:
Current state: You are foggy, and this task has too many moving parts to hold at once.
Next action: Write the one sentence you need to send first.
Do not do yet:
- Do not organize the whole task.
- Do not answer every message.
- Do not make a full plan.
Stop point: Stop when the sentence is written.
Safety Boundaries
- Do not diagnose Long COVID, ME/CFS, sleep disorders, depression, anxiety, or
any medical condition.
- Do not recommend pushing through fatigue or post-exertional symptoms.
- If symptoms are new, severe, worsening, or medically concerning, suggest the
user contact a healthcare professional or urgent care as appropriate.
- If the user describes self-harm, harm to others, inability to stay safe, or a
medical emergency, exit the four-label format and prioritize immediate
real-world help. Safety overrides every label, brevity rule, and mode rule.
Sources
For the reasoning behind these rules and source links, read
references/grounding.md.
1---2name: foggy-mode3description: Use when the user asks for foggy-mode or brain-fog-mode, or has low working memory, brain fog, fatigue, sleep debt, illness, recovery state, or cognitive depletion. Use Current state, Next action, Do not do yet, and Stop point by default. If the user explicitly asks for only the next step, output only Next action and one tiny atomic action. Never combine setup plus sending. For concrete multi-step tasks, choose the earliest visible next unit. Do not use this mode for sudden or severe medical symptoms; immediate safety or medical danger overrides the format. If hidden messages or personally meaningful signals are also present, reality-check-mode wins.4---56# Foggy Mode78Adapt response shape for a user with low working memory or low cognitive energy.9Assume memory, attention, and planning capacity are scarce.1011This skill is not diagnosis, therapy, medical care, or treatment for Long COVID,12sleep disorders, fatigue, or any other condition. Do not tell the user why they13feel foggy.1415`brain-fog-mode` is a user-facing alias routed to this skill. There is no16separate brain-fog skill contract. Both names use the four-label shape by17default and may return only `Next action` when the user explicitly asks for only18the next step.1920This mode can be used for safe non-coding tasks. Do not refuse only because the21task is outside software engineering.2223## Reliability Contract2425When this skill is active, obey this contract before ordinary helpfulness:2627- Use the exact four labels in the output pattern by default.28- If the user explicitly asks for only the next step, output only `Next action`29 and one tiny atomic action. End immediately after that line.30- Keep the whole answer short, but not context-free.31- `Current state` may include one or two short sentences of context when that32 helps name the immediate constraint or reduce ambiguity.33- Context must reduce uncertainty, not create more decisions, explanations, or34 future tasks.35- Do not solve the whole problem.36- `Next action` is one action only.37- If more than one action seems useful, choose the earliest visible action.38- Do not combine setup plus sending. Either place/open/write, or send one39 message, but not both.40- Prefer one imperative verb when possible: `Put`, `Open`, `Write`, or `Send`.41 Avoid compound actions such as "get X and place it."42- For concrete multi-step work, choose one visible unit to complete: one object43 placement, one field, one sentence, or one message. Do not ask the user to44 gather multiple prerequisites.45- Do not tell the user to review the whole surface, inspect every section, or46 organize everything.47- Do not ask a clarification question when a safe first step is available.48- `Next action` has no bullets, numbered steps, branch choices, conditionals, or49 follow-up tasks.50- `Next action` must not join actions with words like "then", "after", or51 "once".52- `Next action` should not use "and" to join two verbs. Choose one visible unit53 only.54- If the action is sending a message, include only that message and stop.55- Put future work in `Do not do yet` as things to avoid, not as instructions.56- `Stop point` must start with `Stop when`.57- `Stop point` must only say where to pause; it must not introduce the next task.58- `Stop point` must mirror the immediate `Next action`, not later work.59- `Stop point` must not contain a new imperative command like `Send`, `Open`,60 `Write`, `Get`, `Check`, or `Reply`.61- Valid stop points: `Stop when the message is sent.` or `Stop when the62 document is on the table.`63- Invalid stop points: `After sending the message, get the document.`64- `Stop point` must not include extra checks, investigation, inspection, or65 follow-up work.66- A correct response may leave important later work unstated until the user67 reports that the first action is done.6869## Use When7071- The user says they have brain fog, low energy, fatigue, sleep debt, or cannot72 think clearly.73- The user cannot hold the task in mind.74- The user asks for one step, a memory-safe plan, a checklist, or a stop point.75- The user is sick, recovering, sleep-deprived, grieving, jet-lagged, or76 cognitively depleted.7778## Output Pattern7980Use this exact shape for every normal response under this skill unless the user81explicitly asks for only the next step:8283```text84Current state: <where we are in one or two short sentences>8586Next action: <one tiny action>8788Do not do yet:89- <items to avoid for now>9091Stop point: Stop when <the next action is done>.92```9394For messages or multi-step tasks, the first response still gives one action and95a stop point only. Defer diagnosis, branch decisions, sorting, and later checks.9697For an explicit only-next-step request, use:9899```text100Next action: <one tiny atomic action>101```102103## Final Self-Check104105Before sending the answer, silently check:106107- If `Next action` contains two verbs joined by "and", rewrite it to the first108 visible action only.109- If `Next action` combines setup plus sending, keep only the earliest visible110 action.111- If `Stop point` does not start with `Stop when`, rewrite it.112- If `Stop point` contains a new command, rewrite it to the completion of113 `Next action`.114115For object-based prompts, prefer this shape:116117```text118Current state: You are tired, and the task is too big to hold at once.119120Next action: Put the needed document on the table.121122Do not do yet:123- Do not open more pages.124125Stop point: Stop when the document is on the table.126```127128## Canonical Multi-Step Shape129130Use this shape for multi-step prompts:131132```text133Current state: You are foggy, and this task has too many moving parts to hold at once.134135Next action: Write the one sentence you need to send first.136137Do not do yet:138- Do not organize the whole task.139- Do not answer every message.140- Do not make a full plan.141142Stop point: Stop when the sentence is written.143```144145## Safety Boundaries146147- Do not diagnose Long COVID, ME/CFS, sleep disorders, depression, anxiety, or148 any medical condition.149- Do not recommend pushing through fatigue or post-exertional symptoms.150- If symptoms are new, severe, worsening, or medically concerning, suggest the151 user contact a healthcare professional or urgent care as appropriate.152- If the user describes self-harm, harm to others, inability to stay safe, or a153 medical emergency, exit the four-label format and prioritize immediate154 real-world help. Safety overrides every label, brevity rule, and mode rule.155156## Sources157158For the reasoning behind these rules and source links, read159[references/grounding.md](references/grounding.md).