Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,31 @@ feedback, and improve with every cycle.

## Quick Start

**Install and initialize your AI workforce in under 60 seconds:**

```bash
npm install -g squads-cli
squads init
squads status
```

`squads init` creates a `.agents/` directory with 4 starter squads and
configures your environment.
You'll see:
```
Initialized .agents/ with 4 starter squads:
intelligence/ — market scanner, analyst
product/ — roadmap planner, spec writer
marketing/ — content writer, SEO researcher
company/ — evaluator (reviews all outputs)

Next: squads run intelligence -a scanner
```

**Run your first agent:**
```bash
squads run intelligence -a scanner
```

The scanner reads your business context and returns an intelligence brief.
That's your AI workforce, running its first shift.

## How It Works

Expand Down
Loading