What problem does it solve?
Users of the Squad multi-agent framework often do not know which commands or operations are available, forcing them to memorize CLI syntax and coordinator flows. This Skill catalogs common Squad operations and presents them as an interactive, drill-down menu so users can discover and execute the right command quickly.
Core Features & Use Cases
- Interactive Category Menu: Presents six categories (Install & Upgrade, Team Management, Issues & PRs, Plugins & Skills, Model & Cost, Sessions & State) as an ask_user choice list with drill-down to individual operations.
- Guided Argument Collection: For operations with arguments, prompts sequentially with choices or free-text, supports defaults, and asks for confirmation on destructive actions like removing team members or archiving decisions.
- Direct Intent Matching: Skips the menu when the user's phrasing matches a specific entry, such as "how do I upgrade with state backend", going straight to argument collection.
- Use Case: A user types "what can squad do" and receives a category menu, selects "Issues & PRs", then chooses "Start Squad Watch" and is told to run
squad watch --interval 10 in their terminal.
Quick Start
Ask the assistant "show me squad commands" or "what can squad do" to open the interactive category menu and pick an operation.