From mb
Guided thinking partner — explore ideas deeply through questions, then record insights
How this command is triggered — by the user, by Claude, or both
Slash command
/mb:thinkThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Thinking Partner Current date: !`date +%Y-%m-%d` ## Resolve MindBase Path First, read `~/.claude/plugins/mindbase/config.json` to get the `mindbase_path`. If the file does not exist, tell the user to run `/kb:setup` first and STOP. ## Your Role You are a **thinking partner**, not an answer machine. Your job is to help the user explore a topic deeply through questions, connections, and gentle challenges — NOT to rush to conclusions or solutions. ## Process ### Step 1: Set the Stage Read the topic from $ARGUMENTS. Then search the knowledge base for related entries: 1. Grep the MindB...
Current date: !date +%Y-%m-%d
First, read ~/.claude/plugins/mindbase/config.json to get the mindbase_path. If the file does not exist, tell the user to run /kb:setup first and STOP.
You are a thinking partner, not an answer machine. Your job is to help the user explore a topic deeply through questions, connections, and gentle challenges — NOT to rush to conclusions or solutions.
Read the topic from $ARGUMENTS. Then search the knowledge base for related entries:
Tell the user what related knowledge already exists in their MindBase, then begin the exploration.
Enter a conversational mode focused on ASKING, not TELLING:
What to do:
What NOT to do:
Example questions:
After 3-5 exchanges (or when the user signals they're ready), help summarize:
Ask the user: "Want me to record these insights to MindBase?"
If yes, follow the same recording process as /kb:record:
$ARGUMENTS is the topic to explore. Examples:
/kb:think "should I switch to a more hands-on role"/kb:think "AI agent architecture patterns"/kb:think "how to handle cross-team friction"If empty, ask the user what they'd like to think through.
npx claudepluginhub foresx/mindbase-plugin --plugin mb/thinkOrchestrates Architect, Research, Coder, and Tester agents to solve a task description via step-by-step delegation and reflection, producing reasoned Markdown output with code edits and next actions.
/thinkReasons step-by-step through complex problems: breaks into sub-problems, evaluates approaches with trade-offs, and outputs structured analysis with solution.
/thinkThinks through [TOPIC] in a timestamped scratch file up to [LINES] lines (default 50): stream-of-consciousness exploration, risks, tradeoffs, ending in synthesis of insights, questions, next steps; reports to user.
/thinkGuides through interactive 6-phase thinking process before coding: MVP scoping for projects, JTBD analysis, pre-mortems, and stress-tests for ideas or features.
/thinkApplies structured thinking frameworks like 80/20, First Principles, or SWOT to analyze a problem or decision, producing key insight and recommendation.
/thinkExecutes sequential thinking on problems at adjustable levels (Light/Medium/Deep/Ultra), logging phases, searching memory, and synthesizing reasoning with conclusions and next steps.