Mysti — Summary
Mysti is a VS Code extension that orchestrates 12 AI coding agent CLIs (Claude Code, Codex, Gemini, GitHub Copilot, Cline, Cursor, OpenClaw, OpenCode, Qwen Code, Manus, Ollama, LocalAI) through a unified chat UI with "Brainstorm Mode" as its flagship feature: select any two of the 12 agents and have them collaborate using one of 5 strategies (Quick synthesis, Debate, Red-Team, Perspectives, Delphi). It also offers 16 developer personas, 12 toggleable behavioral skills (concise, TDD, auto-commit, etc.), autonomous mode with safety classifier (conservative/balanced/aggressive), @-mention routing to specific agents, context compaction, and conversation history. Distributed via the VS Code Marketplace (ext install DeepMyst.mysti); v0.4.0 with 360 automated vitest tests. With 1,056 stars and 4 contributors, Mysti is unique in this batch as a VS Code extension that orchestrates terminal-based agent CLIs rather than building its own agent loop. Compared to the seeds, Mysti is closest to BMAD-METHOD (multiple persona files, brainstorm mode) but runs inside VS Code as a panel rather than as Claude Code skills.