AI-Assisted Development: Practical Adoption Plan

Context: You lead one team. You have influence potential across a tribe. This plan starts with your team and expands only after demonstrating results. No bloat — achievable steps with clear gates.

Tech stack: GitHub Copilot, VS Code (some Visual Studio), Bitbucket, Pipelines, Jenkins, Datadog, AKS/K8s, Vercel


Principles

  1. Start with your team. Prove it. Then expand. No org-wide rollout fantasy.
  2. Invest in the harness, not the prompts. Reusable infrastructure > individual tricks.
  3. Measure what matters. Comprehension and stability, not just velocity.
  4. Small batches. AI makes big changesets easy — that’s the trap.
  5. Security from day one. Don’t bolt it on later.

Phase 1: Foundation (Weeks 1–4) — Your team only

Goal: Everyone using AI inside the IDE on real work, with guardrails.

Week 1–2: Setup and baseline

Week 3–4: Hashimoto Step 1–3 rollout

Approval checkpoint:


Phase 2: Workflow Integration (Weeks 5–10) — Your team only

Goal: AI embedded in daily workflow with quality protections.

TDD-first approach

PR discipline

Risk tiering

Observability of AI impact

Approval checkpoint:


Phase 3: Harness Engineering (Weeks 11–16) — Your team, shared with tribe

Goal: Build reusable AI infrastructure. Start influencing across teams.

AGENTS.md maturity

Copilot custom instructions & workspace setup

Pipeline integration

Security baseline

Tribe sharing:


Phase 4: Scale and Sustain (Weeks 17+) — Tribe-wide influence

Goal: Proven approach spreading. You’re the reference team.

Expand to tribe

Middle loop recognition

Continuous improvement

Mid-level development programme


What NOT to do


Quick reference: key evidence to cite when seeking approval

Claim Source
AI amplifies existing strengths AND weaknesses DORA 2025 Report
Code churn doubled, refactoring dropped in AI codebases GitClear (211M lines)
AI doesn’t reduce work — it intensifies it HBR / Berkeley Haas (200-employee study)
TDD produces dramatically better agent results Thoughtworks Retreat 2026
Staff engineers save more time with AI than juniors per-use Thoughtworks Retreat 2026
Larger batch sizes correlate with lower stability DORA (decade of research)
Mid-level engineers are the retraining risk Thoughtworks Retreat 2026
“Invest in the harness, not the prompts” Mitchell Hashimoto

Files to create in repos

  1. AGENTS.md — project context, architecture, conventions, risk tiers, constraints
  2. .github/copilot-instructions.md — Copilot-specific rules for the repo
  3. REVIEW-POLICY.md — risk tiering and review requirements by service/repo classification
  4. .vscode/settings.json updates — workspace-level Copilot configuration

This plan assumes no additional budget beyond existing GitHub Copilot licenses. Phase 3 pipeline changes use existing Pipelines/Jenkins infrastructure. The primary investment is time: approximately 2 hours/week of deliberate practice and measurement during Phase 1–2, reducing to 1 hour/week from Phase 3 onward.