Skip to content

AI enablement

The Squad Starter Pack, equipping a team to work with AI

A set of files and skills placed in the team's repository gives the AI the context it needs, durably, shared across sessions and across people. Four foundations first, contextual extensions next, and a self-check that says where the team stands and what to start with. The goal is not compliance: it is creating the conditions for the AI to be genuinely useful, durably and collectively.

Problem addressed

When a team works with a coding agent, the quality of what comes out depends directly on what the agent knows about the project. Without structured context, it improvises: it knows neither the design system rules, nor the code conventions, nor who owns what. Each person re-briefs at every session, each in their own way, and the AI quickly produces something nobody can maintain.

Steps

The method in 6 steps

  1. Step 1

    Lay down the session memory

    An instructions file at the root of the repository: the project map, the git conventions, the patterns, the sensitive areas. Loaded automatically at every session, so every line must earn its place: 200 lines maximum.

  2. Step 2

    Write what the AI cannot infer from the code

    A product document: why this product exists, who uses it, which rules govern decisions, what is out of scope. Single source for all the team's AI usage. It belongs to the PM.

  3. Step 3

    Govern the design system

    A design document: which system, which hierarchy (the system component first, justified custom second), what maturity level, which deviations are assumed. Not a token dump: what to use, and why. It belongs to the designer.

  4. Step 4

    Install the quality gate

    A review that runs in an isolated context, free of the bias of the session that produced the code: it runs the tests, confronts the diff with the written rules, and returns a verdict. Approved or blocked, before every commit.

  5. Step 5

    Extend according to context

    Specialized AI collaborators by role (framework review, architecture, security), automation of the ticket-to-PR cycle, a dedicated security audit on diffs, a silent observer that logs debt. Optional: they reflect each team's maturity, not an imposed standard.

  6. Step 6

    Measure, then prioritize

    The self-check evaluates each dimension, produces a score and three priority actions. The criteria are loaded at every run from their living source: the framework evolves without reinstallation. We measure to know where to start, not to grade ourselves.

Success conditions

What tells you it works

Contraindications

When not to use it

Applied examples

Where the method has lived

Diagnostic

Run your own diagnostic

Before rolling the method out, better to know where your squad stands. Answer the six conditions, the score updates live. The playground is the result when the score allows it, not a deliverable to copy as is.

  • 01 Session memory Fondation

    Does an instructions file at the root of the repository map the project, the conventions and the sensitive areas, in under 200 lines?

    Session memory
  • 02 Written product context Fondation

    Is what the AI cannot infer from the code (why this product, for whom, which decision rules) written down and maintained by the PM?

    Written product context
  • 03 Governed design system Fondation

    Does a design document say which system to use, in which order of priority, and which deviations are assumed?

    Governed design system
  • 04 Isolated quality gate Fondation

    Does every commit go through a review in an isolated context that confronts the diff with the written rules?

    Isolated quality gate
  • 05 Specialized AI collaborators

    Does the team have dedicated agents by role (framework review, architecture, security) running in scoped contexts?

    Specialized AI collaborators
  • 06 Tooled ticket-to-PR cycle

    Is the ticket, branch, PR, status journey automated with human confirmation points?

    Tooled ticket-to-PR cycle
  • 07 Dedicated security audit

    Do sensitive diffs go through a security review separate from the quality review?

    Dedicated security audit
  • 08 Silent debt log

    Are deviations from the standards observed during sessions logged somewhere with an owner and a priority?

    Silent debt log

Conditions réunies

0/8

Réponds aux six conditions, la lecture du score s'affiche ici.

Going further

The short version of the story: this pack was not designed as a framework, it was extracted from a real project. During the rebuild of a product portal in design-to-code, every guardrail was put in place in response to a real problem, from the initial false start (too much context injected at once, the AI improvising) to the three-layer system that holds without manual vigilance. The full story of that project, numbers included, is in the note Directing AI, not coding in its place.

What changed next was the shift from “my practice” to “our equipment”. The shared version of the pack was co-validated with product and tech, precisely so it would not be a designer’s standard imposed on the other functions. Each dimension has a natural owner: the product file belongs to the PM, the design document to the designer, the conventions to tech. That co-ownership is what holds the whole thing together.

Since the summer of 2026, the pack has been living its real test: its creator has left, the framework and the instances remain. That is exactly what it was designed for.

The complete framework is on this page, deliberately: an enablement method that hides enables nobody. What stays private is the internal instantiation, the real files and the teams’ scores. If you want to see what a pack looks like in place in a real repository, ask: it can be shown live, gladly.

Maturity
consolidated
Tags
enablement · claude-code · gouvernance · design-to-code · equipe
Last updated

Written with terquedad colombiana, in the south of France.

Not with love, with context and a patient agent.

Still learning.

© 2026 All rights reserved.