What problem does it solve? It provides a safe conversation mode inside Claude Code where you can brainstorm, ask questions, and explore ideas without any risk of accidental commits, pushes, file edits, or deployments to your repository. ## Core Features & Use Cases - Read-only exploration: Inspect code with Read, Glob, and Grep to ground discussions in your actual codebase. - Web research: Use WebSearch and WebFetch to look up references and reason through problems. - Structured replies: Every response ends with a closing block (Good to know, Act later, Act next) that separates discussion from actionable follow-ups. - Use Case: You want to debate the trade-offs of two architectural approaches for a new feature before writing any code. Enter chat mode, discuss freely, then start a fresh session to implement the winning idea. ## Quick Start Run /chat followed by the topic or question you want to discuss, such as asking whether to use optimistic updates or server-driven state for a planned feature.