title: "Team Adoption" last_updated: 2026-03-21 status: experimental difficulty: advanced prerequisites: [07-session-architecture]

Team Adoption

Coming in V3. This module is scaffolded with an outline.

Core Question

How does my team adopt agentic workflows?

Module Outline

Concepts

  1. The adoption curve — Most teams have a champion, a few early adopters, and a skeptical majority. Each group needs different things.

  2. Shared configuration — Creating team-wide CLAUDE.md / AGENTS.md files that encode team conventions. The config becomes a living style guide.

  3. The onboarding path — A structured sequence for new team members: install → first task → team config → team workflows.

  4. Standardized workflows — Defining team patterns for common tasks: PR review, bug triage, feature development, documentation updates.

  5. Knowledge sharing — How to capture and share what works: team pattern libraries, internal case studies, retrospectives.

  6. Governance — Who can modify team configs? How do you handle conflicting preferences? What's the review process for new patterns?

  7. Measuring impact — Metrics that matter: cycle time, defect rates, developer satisfaction. Metrics that mislead: lines of code, token usage alone.

  8. Common adoption failures — Mandating tools without training, ignoring security concerns, over-automating too fast, not measuring.

Tool-Specific Content

  • Claude Code: Team settings, shared hooks, org-level CLAUDE.md, enterprise features
  • Codex CLI: Team configuration, shared AGENTS.md, organization patterns

Exercises

  1. Audit your current team's development workflow for agentic opportunities
  2. Create a team CLAUDE.md/AGENTS.md that encodes your team's top 10 conventions
  3. Design an onboarding guide for a new team member's first week with agentic tools
  4. Run a team retrospective after 2 weeks of agentic workflow adoption