Skip to content
BeClaude

brain-fog-mode

New
1GitHub TrendingGeneralby beholdrlabs

Helps AI assistants reduce cognitive load, simplify decisions, and keep one clear next step when users are multitasking, stressed, foggy, or overloaded. Works for coding and everyday tasks.

Summary

This skill helps AI assistants reduce cognitive load, simplify decisions, and keep one clear next step when users are multitasking, stressed, foggy, or overloaded.

  • It works for both coding and everyday tasks by breaking down complex problems into manageable chunks and minimizing unnecessary options.
  • Developers can use it to stay focused and productive during high-pressure situations.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/brain-fog-mode.md

3
Invoke in Claude Code
/brain-fog-mode

Use Cases

Debugging a production issue while handling multiple Slack messages and a looming deadline.
Refactoring a large codebase when feeling overwhelmed by the scope of changes needed.
Writing a complex SQL query while juggling meetings and code reviews.
Planning the next steps in a project when the user is mentally exhausted after a long day.
Choosing between multiple technical approaches for a feature when decision fatigue sets in.
Reviewing a pull request with many files changed while the user is distracted or stressed.

Usage Examples

1

/brain-fog-mode I'm overwhelmed by this bug in the payment module. Walk me through the next single step to diagnose it.

2

/brain-fog-mode I need to refactor this React component but I'm foggy. Break down the first actionable task.

3

/brain-fog-mode I have 30 minutes before a meeting and need to write a unit test. What's the smallest step I can take right now?

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is brain-fog-mode?

This skill helps AI assistants reduce cognitive load, simplify decisions, and keep one clear next step when users are multitasking, stressed, foggy, or overloaded. It works for both coding and everyday tasks by breaking down complex problems into manageable chunks and minimizing unnecessary options. Developers can use it to stay focused and productive during high-pressure situations.

How to install brain-fog-mode?

To install brain-fog-mode: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/brain-fog-mode.md. Finally, /brain-fog-mode in Claude Code.

What is brain-fog-mode best for?

brain-fog-mode is a other categorized under General. Created by beholdrlabs.

What can I use brain-fog-mode for?

brain-fog-mode is useful for: Debugging a production issue while handling multiple Slack messages and a looming deadline.; Refactoring a large codebase when feeling overwhelmed by the scope of changes needed.; Writing a complex SQL query while juggling meetings and code reviews.; Planning the next steps in a project when the user is mentally exhausted after a long day.; Choosing between multiple technical approaches for a feature when decision fatigue sets in.; Reviewing a pull request with many files changed while the user is distracted or stressed..