docs: add Agent Teams Quick Start Guide (v3.23.2)

Added practical 8-10 min guide for using agent teams in real projects.

Added:
- guide/workflows/agent-teams-quick-start.md (580 lines)
  - 5-minute setup walkthrough
  - 4 copy-paste patterns (Guide + RTK projects)
  - Decision matrix (10+ scenarios)
  - Success metrics framework
  - Red flags section

Updated:
- guide/workflows/agent-teams.md: Link to quick start
- guide/ultimate-guide.md: Section 9.20 with quick start link
- machine-readable/reference.yaml: agent_teams_quick_start entry
- CHANGELOG.md: Release v3.23.2
- VERSION: 3.23.1 → 3.23.2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-02-08 11:47:40 +01:00
parent 36880caf29
commit a68a1bd52b
9 changed files with 619 additions and 25 deletions

View file

@ -10,7 +10,7 @@
**Last updated**: January 2026
**Version**: 3.23.1
**Version**: 3.23.2
---
@ -4139,7 +4139,7 @@ The `.claude/` folder is your project's Claude Code directory for memory, settin
| Personal preferences | `CLAUDE.md` | ❌ Gitignore |
| Personal permissions | `settings.local.json` | ❌ Gitignore |
### 3.23.1 Version Control & Backup
### 3.23.2 Version Control & Backup
**Problem**: Without version control, losing your Claude Code configuration means hours of manual reconfiguration across agents, skills, hooks, and MCP servers.
@ -15991,7 +15991,7 @@ I'll decide based on our team context.
## 9.20 Agent Teams (Multi-Agent Coordination)
**Reading time**: 5 minutes (overview) | [Full workflow guide →](./workflows/agent-teams.md) (~30 min)
**Reading time**: 5 minutes (overview) | [Quick Start →](./workflows/agent-teams-quick-start.md) (8-10 min, practical) | [Full workflow guide →](./workflows/agent-teams.md) (~30 min, theory)
**Skill level**: Month 2+ (Advanced)
**Status**: ⚠️ Experimental (v2.1.32+, Opus 4.6 required)
@ -18218,4 +18218,4 @@ We'll evaluate and add it to this section if it meets quality criteria.
**Contributions**: Issues and PRs welcome.
**Last updated**: January 2026 | **Version**: 3.23.1
**Last updated**: January 2026 | **Version**: 3.23.2