Режим обсуждения без правок кода

★ 7.5 · general

talk is a Claude Code skill that switches the agent into conversation mode — discussing ideas, exploring approaches, and debating trade-offs without making any changes to the repository. It activates only when the user explicitly types `/talk` or `$talk`; the agent never auto-enters this mode in response to a natural-language question or design discussion. While active, the agent may read files, run read-only shell commands (`git log`, `git diff`, `ls`), search the web, launch Explore subagents, and clone external repositories into temporary directories for source inspection — anything that produces a well-researched answer. Editing, writing, and destructive git commands are fully blocked. The mode is designed for deep technical investigation before a decision is made, and ends when the user invokes an action skill such as `do`.