Ask a quick side question about your current work without derailing the main task. Answers from existing conversation context only — no tool calls, no file reads, single concise response. Use when you need a fast answer from what is already in this session.
<quick_start>
Parse the argument after /btw as the question. Answer it directly from context.
If no argument is provided, ask: "What did you want to know?"
If the question cannot be answered from current context (requires reading a file, running a command, or information not yet in the session), respond with: "I'd need to [read X / run Y / look up Z] to answer that — ask it as a normal prompt when you're ready." </quick_start>
<examples> **Good uses of /btw:** - `/btw what was the name of that config file again?` → answers from files already read in session - `/btw which branch are we on?` → answers from git context already established - `/btw did we already handle the null case in that function?` → answers from code already reviewed - `/btw what model does this use?` → answers from code or config already in context </examples>Not a good fit for /btw (suggest normal prompt):