Single-problem deep reasoning with the deep-think-partner agent. Use for: debugging complex issues, evaluating tradeoffs, validating logic, or thinking through a specific decision. Example: "/think should I use Redis or PostgreSQL for session storage?"
/plugin marketplace add joaquimscosta/arkhe-claude-plugins/plugin install joaquimscosta-core-core@joaquimscosta/arkhe-claude-plugins[problem or question to think through]# Think ## Usage - `/think <PROBLEM_OR_QUESTION>` - Think through a specific problem - `/think` - Think through the current context (what user is working on) ## Context **Explicit problem (if provided):** $ARGUMENTS **If no arguments provided:** Analyze the current conversation context - what is the user working on? What problem, decision, or challenge are they facing? Use the conversation history to identify the thinking task. ## Instructions Use the Task tool to spawn the `deep-think-partner` agent (subagent_type: "core:deep-think-partner") to collaboratively reason through either:...