What problem does it solve?
This Skill allows users to have side conversations with the LLM without interrupting the main agent's ongoing tasks, enabling quick questions, planning, or clarifications.
Core Features & Use Cases
- Parallel Conversations: Engage in separate discussions with the LLM while the main agent is busy.
- Contextual Awareness: The side conversation can access main session messages and previous side-thread exchanges.
- Seamless Integration: Responses stream into a widget above the editor, and can be injected back into the main session.
- Use Case: While the agent is refactoring code, you can use
/btw to ask clarifying questions about the changes or plan the next steps for testing.
Quick Start
Ask a quick question in the side conversation by typing /btw what is the current task.