|
| 1 | +# Maintainer Review Kit |
| 2 | + |
| 3 | +## Purpose |
| 4 | + |
| 5 | +This kit helps AAIF/LF-adjacent maintainers, AGENTS.md users, MCP/tooling maintainers, A2A contributors, gateway/platform teams, and enterprise reviewers evaluate the Agentic Enterprise Readiness Profile without adopting it or endorsing it. |
| 6 | + |
| 7 | +The expected outcome is a clear technical signal: |
| 8 | + |
| 9 | +- useful as-is |
| 10 | +- useful after changes |
| 11 | +- useful only for a specific ecosystem lane |
| 12 | +- not useful in its current form |
| 13 | + |
| 14 | +## Ground Rules |
| 15 | + |
| 16 | +- Reviewing this profile is not endorsement. |
| 17 | +- Trying this profile in a branch is not adoption. |
| 18 | +- Opening feedback is not a claim that AAIF or the Linux Foundation supports this project. |
| 19 | +- Open PRs and issues remain work under review until maintainers merge, accept, or explicitly adopt them. |
| 20 | + |
| 21 | +## 15-Minute Review Path |
| 22 | + |
| 23 | +1. Read the README purpose and anti-claim language. |
| 24 | +2. Read the level model in `PROFILE.md`. |
| 25 | +3. Skim `templates/AGENTIC_BOUNDARY_MODEL.md`. |
| 26 | +4. Inspect one flagship example in `examples/`. |
| 27 | +5. Compare the profile to your ecosystem lane below. |
| 28 | +6. Leave one issue or discussion comment with the smallest useful correction. |
| 29 | + |
| 30 | +## Ecosystem Review Lanes |
| 31 | + |
| 32 | +| Lane | Review Focus | Useful Signal | |
| 33 | +| --- | --- | --- | |
| 34 | +| AGENTS.md | Whether repo-local agent instructions, validation commands, and human review expectations are practical. | "This should be an example pattern", "too heavy", or "missing AI-assistance disclosure details". | |
| 35 | +| MCP or tool servers | Whether tool/action boundaries, side effects, identity, approval, and audit evidence are clear. | "This maps to server readiness", "needs auth metadata", or "should stay outside MCP". | |
| 36 | +| A2A and agent interoperability | Whether conformance fixtures, SDK compatibility, and cross-agent behavior need similar evidence. | "Useful for contribution fixtures", "needs protocol-specific fields", or "not relevant". | |
| 37 | +| Agent gateway or platform governance | Whether policy, authorization, routing, observability, and approval examples are concrete enough. | "Useful gateway use case", "needs enforcement model", or "should remain repository-level". | |
| 38 | +| Enterprise engineering | Whether a reviewer can see setup, risk, security, fallback, and runtime proof without private context. | "Good diligence shape", "missing production evidence", or "too documentation-heavy". | |
| 39 | +| OSS maintainership | Whether templates and registry rules avoid burden, false claims, and project confusion. | "Adoption path is acceptable", "issue templates need simplification", or "do not list external repos yet". | |
| 40 | + |
| 41 | +## Review Outputs |
| 42 | + |
| 43 | +Choose one output and make it public: |
| 44 | + |
| 45 | +1. **Comment:** leave feedback in the public discussion. |
| 46 | +2. **Issue:** open a focused external review issue. |
| 47 | +3. **Patch:** send a narrow PR improving wording, schema, examples, or reviewer ergonomics. |
| 48 | +4. **Trial:** add the profile to a branch in another repo and open an adoption review issue. |
| 49 | +5. **No-fit note:** document why this should not align with your ecosystem. |
| 50 | + |
| 51 | +Preferred public surfaces: |
| 52 | + |
| 53 | +- Discussion: https://github.com/kmishra1204/agentic-enterprise-readiness-profile/discussions/3 |
| 54 | +- External review issue: https://github.com/kmishra1204/agentic-enterprise-readiness-profile/issues/new?template=external_review.md |
| 55 | +- Adoption review issue: https://github.com/kmishra1204/agentic-enterprise-readiness-profile/issues/new?template=adoption_review.md |
| 56 | + |
| 57 | +## Trial Modes |
| 58 | + |
| 59 | +| Mode | What Changes | Adoption Claim | |
| 60 | +| --- | --- | --- | |
| 61 | +| Review only | No repository changes; reviewer comments on the profile. | No adoption. | |
| 62 | +| Shadow score | Reviewer scores a repo privately or in an issue without committing files. | No adoption unless maintainer says so. | |
| 63 | +| Branch trial | Maintainer adds `AGENTS.md`, boundary model, or `agentic-readiness.json` on a branch. | Trial only. | |
| 64 | +| Listed adoption | Maintainer asks to be listed with public evidence links. | Listed as `trial` or `adopted` in `docs/ADOPTION_REGISTRY.md`. | |
| 65 | + |
| 66 | +## Minimal Trial Bundle |
| 67 | + |
| 68 | +For a low-friction branch trial, add only: |
| 69 | + |
| 70 | +1. `AGENTS.md` |
| 71 | +2. `docs/AGENTIC_BOUNDARY_MODEL.md` |
| 72 | +3. `agentic-readiness.json` |
| 73 | + |
| 74 | +Optional but helpful: |
| 75 | + |
| 76 | +- `CONTRIBUTING.md` |
| 77 | +- `SECURITY.md` |
| 78 | +- `ROADMAP.md` |
| 79 | +- validation command output |
| 80 | +- OSS or self-hosted fallback notes |
| 81 | + |
| 82 | +## Questions To Answer |
| 83 | + |
| 84 | +Use these prompts when reviewing: |
| 85 | + |
| 86 | +- What evidence would make this profile more useful for your ecosystem? |
| 87 | +- Which field or template section is ambiguous? |
| 88 | +- Which requirement is too heavy for normal repositories? |
| 89 | +- Does the level model encourage honest maturity claims? |
| 90 | +- Should the first upstream alignment target be AGENTS.md, MCP/server readiness, A2A/conformance, agent gateway governance, or an independent profile? |
| 91 | +- What would block you from trialing this in one repo? |
| 92 | + |
| 93 | +## Maintainer-Friendly Response Template |
| 94 | + |
| 95 | +```text |
| 96 | +I reviewed the Agentic Enterprise Readiness Profile as a [lane] maintainer/user. |
| 97 | +
|
| 98 | +Useful: |
| 99 | +- ... |
| 100 | +
|
| 101 | +Unclear or too heavy: |
| 102 | +- ... |
| 103 | +
|
| 104 | +Missing: |
| 105 | +- ... |
| 106 | +
|
| 107 | +Suggested next step: |
| 108 | +- keep independent / align with AGENTS.md / align with MCP-server readiness / align with A2A conformance evidence / align with gateway governance / no fit right now |
| 109 | +
|
| 110 | +This is technical feedback only. It does not imply adoption, endorsement, AAIF status, or Linux Foundation status. |
| 111 | +``` |
| 112 | + |
| 113 | +## Anti-Claim Language For Trials |
| 114 | + |
| 115 | +If another repository trials the profile, use wording like: |
| 116 | + |
| 117 | +```text |
| 118 | +This repository is trialing the independent Agentic Enterprise Readiness Profile to document agent/tool boundaries and review evidence. This does not imply AAIF, Linux Foundation, or profile-maintainer endorsement. |
| 119 | +``` |
| 120 | + |
| 121 | +Avoid wording like: |
| 122 | + |
| 123 | +- "AAIF-approved" |
| 124 | +- "Linux Foundation-ready" |
| 125 | +- "enterprise-certified" |
| 126 | +- "official readiness score" |
| 127 | +- "adopted by the ecosystem" |
| 128 | + |
| 129 | +## Maintainer Response Rule |
| 130 | + |
| 131 | +Every serious review should result in one of: |
| 132 | + |
| 133 | +- accepted change |
| 134 | +- follow-up issue |
| 135 | +- documented non-goal |
| 136 | +- compatibility-policy note |
| 137 | +- adoption-registry update if a repository explicitly opts in |
0 commit comments