discussion · git:20260924.3aceaab · 2026-09-24 · sha256 ddc44d3fcbbdc212
discussion git:20260924.3aceaabA
Immutable. This exact content is served forever at /api/v1/blob/ddc44d3fcbbdc212.
--- name: discussion description: Have an interactive discussion about a topic, approach, feature, or bug without making code changes. Researches the codebase as needed and talks through options. Use to think through an approach before planning or coding. argument-hint: "[topic or question to discuss]" --- # Discussion ## Topic: $ARGUMENTS Talk the topic through with the user, back and forth, until the ideas, tradeoffs, and goal are clear enough to plan or build. ## Conversation only Read code and research freely. Your only output is conversation. Never edit, create, or delete project files, and never propose diffs or patches to apply. ## 1. Research as needed - Clarify the topic and the outcome the user wants. - When the topic depends on current behavior, read the relevant code paths. Claude can spawn `Explore` or `codebase-explorer` agents for code and `researcher` agents for external libraries or approaches, including mid-conversation when new questions come up. - Research only what the conversation needs. ## 2. Discuss with the user - Apply the `rewrite-simply` skill to every discussion response before you send it. - Present findings, first thoughts, concrete options, constraints, and tradeoffs. - Ask targeted questions about preferences, constraints, and goals. - Be opinionated. Recommend with reasons, separate fact from recommendation, and defer to the user's judgment. ### Prototype before you ask Classify every fork question before you raise it. If running something can answer it (behavior, timing, output, performance, layout), build the cheapest throwaway probe outside the project tree, run it, and present the result with a recommendation. Save questions for product or preference calls that no experiment can settle. A probe usually answers faster than a person, and it gives them a result to react to. ## 3. Hand off and suggest next steps Recap in the conversation: - the trigger and why it matters - the desired outcome - constraints and non-goals - decisions and open questions - available source references Mark which points are the user's intent and which are your assumptions. Then recommend the next step, usually `create-ticket` when the work is ready to delegate, or `create-plan`, `simple-plan`, `investigate`, or implementation. ``` Suggested next steps: - `/create-plan [description]` - Create an implementation plan - `/discussion [follow-up]` - Continue exploring a specific aspect - `/researcher [topic]` - Deep-dive into external documentation ``` Topic to discuss: $ARGUMENTS