conversation-launcher

Launch seeded sidebar conversations from a persistent card with launch_conversation actions.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/autonomy-cloud/kairos-interface --skill conversation-launcher-autonomy-cloud
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: conversation-launcher
Source: https://github.com/autonomy-cloud/kairos-interface/tree/main/skills/conversation-launcher
Command: npx skills add https://github.com/autonomy-cloud/kairos-interface --skill conversation-launcher-autonomy-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you branch from a single ongoing conversation into multiple focused follow-up threads without resetting the user’s context or losing progress in the original chat.

Core Features & Use Cases

  • Persistent branching card UI: Renders one persistent card with multiple clickable buttons for launching spin-off conversations.
  • Fresh seeded side conversations: Each click spawns a new conversation seeded with a first-user-message payload, optionally anchored to a specific message.
  • Designed for multi-choice triage: Supports use cases like research fan-out, reply drafting options, and triaging multiple pending items.

Quick Start

Use the conversation-launcher skill to offer the user 3–5 alternative spin-off conversations as buttons on a single persistent card and end your turn immediately after emitting the card.

Frequently Asked Questions about conversation-launcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I branch into a new conversation without losing my place in the original chat?▼

To branch into a new conversation without losing your place, this Skill launches seeded sidebar threads from a persistent UI card. It renders a single card with clickable actions, allowing you to spawn new focused conversations while keeping the origin chat active.

How do I triage multiple pending items using seeded sidebar threads?▼

To triage multiple pending items using seeded sidebar threads, you present 3 to 5 alternative spin-off conversations as buttons on a persistent card. Each click spawns a new conversation seeded with a specific payload for independent triage workflows.

Can I anchor a new sidebar thread to a specific message in the chat history?▼

Yes, you can anchor a new sidebar thread to a specific message. When configuring the launch_conversation action on the persistent card, you include the optional anchorMessageId alongside the title and seedPrompt to link the new context.

What are the limitations when emitting a persistent card for conversation branching?▼

The limitation when emitting a card for conversation branching is that you must avoid post-render follow-up steps, HTTP requests, or additional UI updates. The Skill requires emitting exactly one persistent card with launch_conversation actions and ending the turn immediately.

Does conversation branching work for drafting multiple reply options at once?▼

Yes, conversation branching works for drafting multiple reply options. It is designed for multi-choice workflows like research fan-out and reply drafting, allowing each option to have its own dedicated conversational context via separate sidebar threads.