From 1b3310c93e58da534c0089416ec459e4cb820cc0 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Tue, 13 Jan 2026 13:18:51 +0100 Subject: [PATCH] feat(docs): add adoption approaches guide addressing community feedback v3.0.5 - New adoption-approaches.md (~355 lines) with decision tree, turnkey quickstart, autonomous learning path, adoption checkpoints, anti-patterns, team guidelines - README.md: Added to "Not Sure Where to Start?" navigation - Addresses feedback: "turnkey setup" vs "autonomous learning" philosophies - Aligns with claude-code-reference.yaml patterns (decision trees, line refs) Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 24 +++ README.md | 3 +- adoption-approaches.md | 355 +++++++++++++++++++++++++++++++++++++++++ cheatsheet-en.md | 4 +- 4 files changed, 383 insertions(+), 3 deletions(-) create mode 100644 adoption-approaches.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 72e17f4..66ec48b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.0.5] - 2026-01-13 + +### Added +- **adoption-approaches.md** - Comprehensive adoption philosophy guide (NEW, ~355 lines) + - Addresses community feedback: "turnkey setup" vs "autonomous learning" approaches + - **Decision Tree** for immediate routing based on context (time, team size, uniqueness) + - **Turnkey Quickstart** (15 min) with 3 verifiable steps + - **Autonomous Learning Path** with 4 phases + time estimates + line references + - **Adoption Checkpoints** with pass/fail criteria (Day 1, Week 1, Week 2, Month 1) + - **Anti-patterns** table with symptoms and solutions + - **Team Size Guidelines** with config structures for solo/4-10/10+ developers + - **Scenario Decisions**: CTO evaluation, team disagreements, inherited configs, upgrade triggers + - **Quick Reference**: daily commands table + cost-conscious model selection + - Aligns with `claude-code-reference.yaml` patterns (decision trees, line refs, context zones) + +### Changed +- **README.md** - Added adoption guide to "Not Sure Where to Start?" navigation table + - New row: "Choosing turnkey vs. autonomous approach" → Adoption Guide → 5 min + +### Stats +- 1 new file created (adoption-approaches.md, ~355 lines) +- 1 file modified (README.md, +1 line) +- Focus on helping users choose the right adoption strategy for their context + ## [3.0.4] - 2026-01-13 ### Added diff --git a/README.md b/README.md index 976cf9b..e06e122 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ claude | Already use AI coding tools | [Senior Path](#-by-role-tailored-learning-paths) | 40 min | | Need to configure a team setup | [Power User Path](#-by-role-tailored-learning-paths) | 2h | | Need to evaluate/approve adoption | [PM Path](#-by-role-tailored-learning-paths) | 20 min | +| Choosing turnkey vs. autonomous approach | [Adoption Guide](./adoption-approaches.md) | 5 min | | Want to check your current setup | [Audit Your Setup](#-audit-your-setup) | 2 sec | | Want AI assistants to know Claude Code | [LLM Reference](#-llm-reference) | 1 curl | | Want personalized recommendations | [Deep Audit](#-deep-audit-personalized-recommendations) | 30 sec | @@ -478,7 +479,7 @@ If this guide saved you time, helped you master Claude Code, or inspired your wo --- -*Version 3.0.4 | January 2026 | Crafted with Claude* +*Version 3.0.5 | January 2026 | Crafted with Claude*