Use this plugin when the user wants a maximum-effort reasoning workflow for a complex, high-stakes, or ambiguous task.
9881cffGoal: Activate the highest level of cognitive architecture for complex, multi-step, or ambiguous tasks where quality matters more than speed. Time: 5-15 minutes depending on complexity tier. When to use: Architecture decisions, multi-system changes, irreversible actions, anything where being wrong is expensive.
This is NOT /reason. /reason = "follow the reasoning engine checklist" (fast, lightweight). /deep-think = "maximum effort with structured thinking, research, gap analysis, multi-perspective debate, and adversarial review" (slow, thorough).
Before starting, classify the task:
| Tier | When | Phases Used | |------|------|-------------| | SIMPLE | Quick but thorough — single-domain analysis, clear question | Phases 1 + 5 only | | MEDIUM | Research + analysis — multi-source synthesis, comparison | Phases 1-5 | | COMPLEX | Full adversarial — architecture decisions, multi-system changes, irreversible actions | All 8 phases |
Load ALL available context before forming any opinion.
MEMORY.md, SESSION.md, or status logs)knowledge/gotchas.md if present)If any tool fails: Note "degraded mode" and continue with available sources. Do NOT stall.
Before solving, challenge the problem statement itself.
Gather evidence from multiple sources. Do NOT rely on training data alone.
.agent/skills/ or similar locations)WORKSPACE-AUTOMAP.md or equivalent)knowledge/conventions.md or local READMEs) for established patternsRule: Every factual claim must trace to a retrieved source, not memory.
For architecture and system tasks. Skip for pure analysis questions.
Evaluate the problem from multiple expert perspectives.
Break the recommendation into executable steps.
Execute the plan one step at a time.
After producing the result, attack it.
knowledge/gotchas.md)knowledge/conventions.md)knowledge/decisions.md)/reason for quick analysis — use /reason for fast reasoning engine activation./wrap./dream.Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/deep-think-maximum-cognitive-effort-protocol-mq8kvw92 · pinned to the source commit
# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/community/deep-think-maximum-cognitive-effort-protocol-mq8kvw92" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/community/deep-think-maximum-cognitive-effort-protocol-mq8kvw92" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/deep-think-maximum-cognitive-effort-protocol-mq8kvw92
Scanner static-checks@0.1.0 · commit 9881cff70e02. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.