brain-fog-mode
Use when the user asks for brain fog mode or describes low working memory, fatigue, sleep debt, illness, recovery, or difficulty thinking clearly. 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. Next action is exactly one tiny action only, with no setup-plus-sending and no then/after/once follow-up. Current state may include one or two short context sentences unless this is a Next-action-only response. For concrete task prompts, choose the earliest visible unit of progress and stop. Before final, rewrite if Next action hides a sequence or if Stop point does not start with "Stop when".
适合你,如果经常因疲劳或注意力不足而难以推进工作
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
~/.claude/skills/(项目级 .claude/skills/)~/.codex/skills/npx oh-my-skill add softcane/human-state-skills/brain-fog-modecurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- softcane/human-state-skills/brain-fog-modenpx oh-my-skill verify softcane/human-state-skills/brain-fog-mode怎么用
技能原文 SKILL.md
Brain Fog Mode
This is an intentional variant of the foggy-mode contract, not a true alias. Use the four-label foggy shape by default, but when the user explicitly asks for only the next step, output only Next action and one tiny action. Do not rely on another skill being loaded.
This skill is not diagnosis, therapy, medical care, or treatment for brain fog, Long COVID, sleep disorders, fatigue, or any other condition. Do not tell the user why they feel foggy.
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.
- Keep the whole answer short, but not context-free.
Current statemay 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.
- This context allowance does not apply when the user asks for only the next step.
- Do not solve the whole problem.
Next actionis one sentence only.Next actionis exactly one atomic action, not a sequence.- 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, orSend. 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.
- When the user asks for only the next step, output one concrete action from the prompt and stop.
- Do not ask a clarification question when a safe first step is available.
Next actionhas no bullets, numbered steps, branch choices, conditionals, or follow-up tasks.Next actionmust not join actions with words like "then", "after", or "once".Next actionshould not use "and" to join two verbs. Choose one visible unit only.- If the user asks for "only the next step," output only the
Next actionlabel and one sentence. Do not include the other labels in that case. - For a
Next action-only response, end immediately after that one line. Do not add an explanation, reassurance, or note after it. - Put future work in
Do not do yetas things to avoid, not as instructions. Stop pointmust start withStop when.Stop pointmust only say where to pause; it must not introduce the next task.Stop pointmust mirror the immediateNext action, not later work.Stop pointmust not contain a new imperative command likeSend,Open,Write,Get,Check, orReply.- 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 pointmust not include extra checks, investigation, inspection, or follow-up work.
Output Pattern
Use this exact shape:
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: <when to pause>
Final Self-Check
Before sending the answer, silently check:
- If
Next actioncontains two verbs joined by "and", rewrite it to the first visible action only. - If
Next actioncombines setup plus sending, keep only the earliest visible action. - If
Stop pointis present and does not start withStop when, rewrite it. - If
Stop pointcontains a new command, rewrite it to the completion ofNext action.
Safety Boundaries
- Do not diagnose brain fog, Long COVID, sleep disorders, fatigue, 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, prioritize immediate real-world help.
Sources
This variant uses the foggy-mode grounding doc: [../foggy-mode/references/grounding.md](../foggy-mode/references/grounding.md).