From core
Conducts thorough technical discussion on a topic: scans codebase context, asks clarifying questions in batches, summarizes requirements, and recommends next steps.
How this command is triggered — by the user, by Claude, or both
Slash command
/core:discuss [topic or problem to discuss]The summary Claude sees in its command listing — used to decide when to auto-load this command
# Discuss: $ARGUMENTS ## Step 1: Quick Context Scan Before asking questions, gather relevant context about "$ARGUMENTS": 1. **Read CLAUDE.md** if it exists in the project root (project guidelines and conventions) 2. **Use Grep/Glob** to find files related to the topic mentioned in arguments 3. **Note patterns** - existing implementations, naming conventions, or architectural decisions This context will inform your questions and show the user you understand their codebase. ## Step 2: Ask Informed Questions Using the context gathered, ask focused questions in batches of 3. **Question S...
Before asking questions, gather relevant context about "$ARGUMENTS":
This context will inform your questions and show the user you understand their codebase.
Using the context gathered, ask focused questions in batches of 3.
Question Strategy:
AskUserQuestion tool with structured choicesEach batch should be tailored to the topic and informed by what you found in the codebase. Reference specific files or patterns you discovered to show contextual awareness.
Example structured question:
AskUserQuestion with options like:
- "Use existing pattern from UserService"
- "Create new pattern optimized for X"
- "Hybrid approach"
After gathering sufficient context through discussion:
/think for single-problem deep reasoning/develop for multi-step implementation projectsnpx claudepluginhub joaquimscosta/arkhe-claude-plugins --plugin core/discussStarts collaborative technical discussion on a topic by asking batches of 3 targeted questions to gather requirements and constraints.
/discoveryExplores project codebase and context extensively, identifies requirement gaps, then asks one focused clarifying question at a time to build a clear mental model.
/collaborateThinks alongside the user as a peer on the specified topic—no code implementation, guessing, file edits, or rushed answers.
/exploreEnters a thinking-focused mode for exploring ideas, investigating problems, and clarifying requirements without implementing code. Supports optional argument for topic or conversation context.
/beginners-mindGenerates 8-12 curious questions to explore a topic or code area from a beginner's mindset, saving categorized markdown report to /reports.
/ask-gptDelegates to GPT via Codex MCP for an independent second opinion. Single-shot, advisory, read-only sandbox. No context shared with prior calls.