Octto banner
vtemian vtemian

Octto

Design community

Description

Interactive brainstorming UI for OpenCode agents - multi-question forms, decisions, and real-time feedback

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

octto

An interactive browser UI for AI brainstorming. Stop typing in terminals. Start clicking in browsers.

https://github.com/user-attachments/assets/9ba8868d-16f3-4451-9b73-6b7e1fc54655

When you describe your idea, octto opens an interactive UI:

  • Click options instead of typing
  • See all questions at once
  • Answer in any order
  • Watch follow-ups appear instantly
  • Review the final plan visually

**10 minutes of terminal typing → 2 minutes of clicking.**

Quick Start

Add to `~/.config/opencode/opencode.json`:

{ "plugin": ["octto"] }

Select the **octto** agent:

I want to add a caching layer to the API

A browser window opens. Click your answers. Done.

The Interactive UI

Rich Question Types

No more typing everything. Pick from 14 visual input types:

Type What You See
pick_one Radio buttons
pick_many Checkboxes
confirm Yes/No buttons
slider Draggable range
rank Drag to reorder
rate Star rating
thumbs Thumbs up/down
show_options Cards with pros/cons
show_diff Side-by-side code diff
ask_code Syntax-highlighted editor
ask_text Text input (when needed)
ask_image Image upload
ask_file File upload
emoji_react Emoji picker

Live Updates

  • Questions appear as you answer previous ones
  • Progress indicator shows remaining questions
  • Completed answers visible for context
  • Final plan rendered as reviewable sections

Parallel Branches

Your request is split into 2-4 exploration branches. All initial questions appear at once:

         ┌─ Branch 1: [question card]
Request ─┼─ Branch 2: [question card]
         └─ Branch 3: [question card]
                ↓
        Answer any, in any order

Each branch goes as deep as needed. Some finish in 2 questions, others take 4.

How It Works Behind the Scenes

3 Agents

Agent Job
bootstrapper Splits