Three commands. Copy-paste. Working AI agents at the end.
Time to first result: ~5 minutes. Requires Node.js 18+ and an AI provider (Claude, GPT, Gemini, or Ollama).
$ npm install -g squads-cli
Installs the squads command globally.
$ cd your-project $ squads init You'll be asked two things: what your AI workforce should focus on, and which AI provider to use.
$ squads run company/manager The manager agent reads your business brief, analyzes your project, and starts planning work.
That's it. Your agent analyzed your project, wrote findings to memory, and is ready for the next run. Each run builds on previous context.
squads status Dashboard of all squads, agents, and recent activity.
squads run research Run all research agents. They'll analyze your domain and write insights to memory.
squads add engineering Add engineering, marketing, customer, or any domain squad.