|
| 1 | +# Adoption Trial Protocol |
| 2 | + |
| 3 | +## Purpose |
| 4 | + |
| 5 | +This protocol gives external maintainers a low-friction way to test the Agentic Enterprise Readiness Profile without claiming adoption, endorsement, certification, or foundation affiliation. |
| 6 | + |
| 7 | +Use it when a maintainer wants to answer a narrow question: |
| 8 | + |
| 9 | +> Does this profile help us expose the evidence an enterprise reviewer would need before trusting or extending our agentic AI repository? |
| 10 | +
|
| 11 | +## Trial Modes |
| 12 | + |
| 13 | +| Mode | Timebox | Output | |
| 14 | +| --- | --- | --- | |
| 15 | +| `read-only review` | 30-60 minutes | issue comment or checklist feedback | |
| 16 | +| `branch trial` | 1-3 hours | branch with draft `AGENTS.md`, boundary model, or readiness JSON | |
| 17 | +| `maintainer review` | 1-2 review cycles | maintainer feedback on whether the profile is useful, too heavy, or misaligned | |
| 18 | + |
| 19 | +A trial is not adoption. Adoption should be listed only after the maintainer explicitly asks to be listed in `docs/ADOPTION_REGISTRY.md`. |
| 20 | + |
| 21 | +## Minimal Read-Only Trial |
| 22 | + |
| 23 | +Review these files: |
| 24 | + |
| 25 | +- `README.md` |
| 26 | +- `PROFILE.md` |
| 27 | +- `docs/ADOPTER_GUIDE.md` |
| 28 | +- `templates/AGENTIC_BOUNDARY_MODEL.md` |
| 29 | +- one flagship example in `examples/` |
| 30 | + |
| 31 | +Answer: |
| 32 | + |
| 33 | +1. Which evidence categories already exist in your repository? |
| 34 | +2. Which evidence categories would be too heavy? |
| 35 | +3. Which missing category would be most useful to add first? |
| 36 | +4. Would a maintainer accept a small PR adding a boundary model or readiness JSON? |
| 37 | +5. Does any wording imply endorsement or certification too strongly? |
| 38 | + |
| 39 | +## Branch Trial |
| 40 | + |
| 41 | +Create a non-default branch in your repository and add one or more draft artifacts: |
| 42 | + |
| 43 | +- `AGENTS.md` |
| 44 | +- `docs/AGENTIC_BOUNDARY_MODEL.md` |
| 45 | +- `agentic-readiness.json` |
| 46 | + |
| 47 | +Keep the branch scoped. Do not rename the project, change runtime behavior, or add production claims. |
| 48 | + |
| 49 | +Recommended branch name: |
| 50 | + |
| 51 | +```text |
| 52 | +trial/agentic-readiness-profile |
| 53 | +``` |
| 54 | + |
| 55 | +## Trial Evidence To Share |
| 56 | + |
| 57 | +When opening an issue in this repository, include: |
| 58 | + |
| 59 | +- repository link |
| 60 | +- branch or PR link, if any |
| 61 | +- which trial mode you used |
| 62 | +- which profile files you reviewed or added |
| 63 | +- what was useful |
| 64 | +- what was too heavy |
| 65 | +- what was missing |
| 66 | +- whether the maintainer wants to be listed as trial evidence |
| 67 | + |
| 68 | +## Listing Rules |
| 69 | + |
| 70 | +The adoption registry can list a trial only when: |
| 71 | + |
| 72 | +1. A public maintainer or contributor provides a link. |
| 73 | +2. The repository or branch is public. |
| 74 | +3. The listing does not claim production readiness. |
| 75 | +4. The listing does not claim AAIF or Linux Foundation endorsement. |
| 76 | +5. The maintainer agrees to being listed, or the evidence is clearly a public review request. |
| 77 | + |
| 78 | +## Trial Closure States |
| 79 | + |
| 80 | +| State | Meaning | |
| 81 | +| --- | --- | |
| 82 | +| `useful` | The reviewer found a clear use case or adoption path. | |
| 83 | +| `too-heavy` | The profile is useful but too large for the repository today. | |
| 84 | +| `misaligned` | The profile does not fit the repository type. | |
| 85 | +| `needs-change` | The profile needs changes before another trial. | |
| 86 | +| `adoption-requested` | Maintainer wants registry listing or follow-up PR. | |
| 87 | + |
| 88 | +## Anti-Claim Language |
| 89 | + |
| 90 | +Use this wording when publishing a trial: |
| 91 | + |
| 92 | +```text |
| 93 | +This is an independent trial of the Agentic Enterprise Readiness Profile. It does not imply AAIF, Linux Foundation, or maintainer endorsement, and it does not certify production readiness. |
| 94 | +``` |
| 95 | + |
| 96 | +## Maintainer Ask |
| 97 | + |
| 98 | +The best request is narrow: |
| 99 | + |
| 100 | +> Would this profile make your repository easier or harder for enterprise developers to review? |
| 101 | +
|
| 102 | +That keeps the trial grounded in repository usefulness rather than promotion. |
0 commit comments