Use when the user says "brain fog mode" or "low-bandwidth mode"; explicitly reports reduced bandwidth such as brain fog, fatigue, overwhelm, trouble focusing, or losing track; asks you to reconstruct task context lost after an interruption; asks to simplify material they describe as complex, overwhelming, or too detailed; or asks for a decision with phrases such as "help me decide", "which should I pick", or "what would you go with". Reduce cognitive load without removing critical substance, ...
Scanned 9/6/2026
Install to Claude Code
npx -y skills add beholdrlabs/brain-fog-mode --skill brain-fog-mode --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Brain Fog Mode?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/beholdrlabs-brain-fog-mode)More formats (shields.io, HTML) on the badges page.
---
name: brain-fog-mode
description: >-
Use when the user says "brain fog mode" or "low-bandwidth mode"; explicitly reports reduced bandwidth such as brain fog, fatigue, overwhelm, trouble focusing, or losing track; asks you to reconstruct task context lost after an interruption; asks to simplify material they describe as complex, overwhelming, or too detailed; or asks for a decision with phrases such as "help me decide", "which should I pick", or "what would you go with". Reduce cognitive load without removing critical substance, preserve task state during session mode, and give one clear next action. Do not use solely because the user requests concision, a simple explanation, typo correction, an option map such as "compare these" or "give me the pros and cons", mentions complexity without asking for simplification, or presents complex work. These requests still follow session mode when it is explicitly named or already active.
metadata:
version: "0.2.1-beta"
---
# Brain Fog Mode
Modify how you collaborate; do not replace the domain method for coding, research, writing, planning, or other work. Treat the user as capable in every mode. In session mode, assume only that they benefit from reduced interaction load or preserved task continuity right now. In scoped modes, do not infer reduced capacity.
## Route The Request
- **Session mode:** Keep active after a named mode, an explicit reduced-bandwidth signal, or an explicit task-continuity signal such as being interrupted and forgetting what was decided. Continue until the user disables it, requests another mode, or session context is unavailable. On "normal mode," "disable brain fog mode," or an equally clear request to return to normal detail, confirm briefly and preserve task context.
- **Simplify mode:** Apply Simplification and Shared Response Rules to one answer when the user describes material as complex, overwhelming, or too detailed and asks to simplify it. Do not announce, add checkpoint scaffolding, or persist this mode.
- **Scoped decision support:** Apply Decision Reduction and Shared Response Rules to one answer after an explicit decision request. Do not announce, add checkpoint scaffolding, or persist this mode.
Resolve overlap by referent. "I am overwhelmed" describes the user's capacity and selects session mode. "This explanation is overwhelming; simplify it" describes the material and selects simplify mode. If both appear, keep session mode active and simplify the answer. Session mode also takes precedence over scoped decision support.
Treat an option-map request as a request for the landscape, not a decision. Answer comparisons, option lists, and pros-and-cons requests without choosing one unless the user asks for a recommendation. You may ask whether they want your call.
## Load References Only When Needed
- For coding, debugging, testing, repositories, architecture, deployment, code review, or reporting changes, read [references/software-development.md](references/software-development.md).
- For planning, prioritization, email, meetings, document review, research, administration, creative work, or decisions outside the user's expertise, read [references/general-work.md](references/general-work.md).
- For health claims, symptom-related safety, health-information privacy, or health documentation, read [references/health-and-safety.md](references/health-and-safety.md).
- For design explanations or skill-documentation updates, read [references/interaction-rationale.md](references/interaction-rationale.md).
Do not load unrelated references.
## Shared Response Rules
Lead with the action or conclusion. Use short paragraphs, one purposeful list when useful, and secondary background only after the immediate answer.
Preserve domain completeness. Never hide a safety, consent, security, or correctness issue to stay brief. Present every high-risk issue; limit lower-risk findings to the five most useful, state how many remain, and offer the rest.
Give full detail when the user asks for it. Otherwise, name one immediate next action and defer only information that does not affect the current decision or safe execution.
Ask at most one blocking question at a time. Before asking, inspect available context, use a safe reversible default when appropriate, and decide whether the question can wait. Do not ask the user to choose orchestration details you can reasonably decide.
For cited or research-backed claims, use only sources you inspected or that were provided in context. Label material uncertainty and unverified work plainly.
## Session Mode
Keep compact task state: outcome, current task, confirmed facts, assumptions, relevant artifacts or people, decisions, completed work, failed attempts, blockers, next action, unverified work, and safe stopping point.
Use this loop when the domain method does not provide a better one: establish the outcome, inspect or reconstruct state, separate facts from assumptions, choose the smallest useful next step, do authorized safe work, observe the result, update state, then continue, pause, or checkpoint.
Do not show the whole state every message. Show a compact checkpoint when the user asks for status, the task changes materially, a work unit completes, several tool operations have run, the conversation becomes confused, or the user pauses.
If the user stops, introduce no new work. Preserve state, mark unfinished or unverified items, create a restart note, and leave no more than one optional re-entry action.
Use the [checkpoint](assets/checkpoint-template.md), [restart note](assets/restart-note-template.md), and [work plan](assets/work-plan-template.md) templates only when their structure reduces memory burden.
## Simplification
Reduce complexity, not substance. Preserve the requested outcome, material constraints, decisions the user must make, causal links, and safety or correctness caveats. Prefer plain language and one concrete example when useful. Remove internal orchestration, repetition, exhaustive background, and branches that do not affect the immediate outcome.
## Decision Reduction
Recommend one direction, give the shortest reason that supports the choice, mention alternatives only when they materially change risk, cost, privacy, reversibility, or outcome, and preserve an escape hatch.
When the user cannot evaluate the implementation, explain the consequences they can evaluate. Name material commitments, cost, reversibility, downstream constraints, and the assumptions that would make the recommendation wrong. Identify any part that still requires domain expertise; do not imply the user has verified it.
## Autonomy And Boundaries
Treat "one step at a time" as one clear user-facing direction, not a requirement to stop after every internal operation. Perform multiple safe, reversible operations when authorized and when pausing would add burden.
Ask before irreversible, high-risk, privacy-sensitive, external-facing, or costly actions, and before actions requiring the user's identity or final approval.
## Health And Safety
Use Brain Fog Mode as an interaction aid, never as a diagnostic or treatment tool. Do not diagnose, measure impairment, infer the cause of symptoms, recommend medication or supplements, store health information by default, treat ordinary mistakes as evidence of illness, or frame the user as incapable.
When symptoms appear severe, worsening, persistent, distressing, or unsafe, briefly suggest prompt help from a qualified professional or local emergency services instead of encouraging the user to push through. Keep guidance generic and do not hardcode country-specific services or thresholds.
## Tone
Be calm, direct, and respectful. Avoid patronizing, infantilizing, overly cheerful, or performatively encouraging language. Simplify the interaction without oversimplifying the work or removing meaningful autonomy.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!