Claude Codecontext-managementbuilt-in
/btw
Ask a quick side question without adding it to the main conversation history.
Syntax
/btw <question>Example
/btw what does the --force flag do on git push?When to use
- ▸Asking a clarifying question without polluting the main task context
- ▸Quickly checking a fact mid-task
- ▸Getting a short answer that doesn't need to be part of the conversation
More Claude Code commands
parallel-agents
/agents
Manage agent configurations and monitor background agents running in parallel.
parallel-agents
/background
Detach the current session to run as a background agent and free this terminal. Optionally pass a final instruction before detaching.
parallel-agents
/batch
Orchestrate large-scale changes across a codebase in parallel. Decomposes work into 5–30 independent units, each in its own git worktree with its own PR.
session-management
/clear
Start a new conversation with empty context. The previous conversation stays available in /resume. Optionally name the previous conversation.