From a68a1bd52ba269bfdd620505523b1d079bf6ec05 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Sun, 8 Feb 2026 11:47:40 +0100 Subject: [PATCH] docs: add Agent Teams Quick Start Guide (v3.23.2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- CHANGELOG.md | 11 + README.md | 2 +- VERSION | 2 +- guide/architecture.md | 4 +- guide/cheatsheet.md | 4 +- guide/ultimate-guide.md | 8 +- guide/workflows/agent-teams-quick-start.md | 580 +++++++++++++++++++++ guide/workflows/agent-teams.md | 2 + machine-readable/reference.yaml | 31 +- 9 files changed, 619 insertions(+), 25 deletions(-) create mode 100644 guide/workflows/agent-teams-quick-start.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3d547..4bc1c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.23.2] - 2026-02-08 + ### Documentation - **Claude Code Releases**: Updated tracking v2.1.33 → v2.1.37 @@ -15,6 +17,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added +- **Workflows**: Agent Teams Quick Start Guide (`guide/workflows/agent-teams-quick-start.md`) + - Practical 8-10 min guide vs 30 min full documentation + - 5-minute setup walkthrough (prerequisites → first test) + - 4 copy-paste patterns for real projects (Guide pre-release review, landing sync, multi-file doc updates, RTK security PR review) + - Decision matrix with 10+ scenarios (when YES, when NO, when MAYBE) + - Success metrics framework (convergence rate, unique insights, false positive rate, time saving, bug catch rate) + - Minimal workflow template (bash + prompt examples) + - Red flags section (when NOT to use agent teams to avoid waste) + - **Slash Commands**: `/audit-agents-skills` command for quality auditing of agents, skills, and commands - 16-criteria framework (Identity 3x, Prompt 2x, Validation 1x, Design 2x) - Weighted scoring: 32 points max for agents/skills, 20 points for commands diff --git a/README.md b/README.md index 9ffb5a7..543aa5b 100644 --- a/README.md +++ b/README.md @@ -499,7 +499,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. --- -*Version 3.23.1 | February 2026 | Crafted with Claude* +*Version 3.23.2 | February 2026 | Crafted with Claude*