PD004 · neutron design brief · stage: proposal

Capability Supply — Curated Tool Sets per Vertical

A vertical agent is only as good as its hands. This brief turns capability acquisition from an ad-hoc admin task into a supply chain: discover, vet, trial, grant, watch. The MCP ecosystem is the catalog; Neutron's job is trust, curation, and lifecycle.

stage · proposal decided · MCP ecosystem is the catalog builds on · registry + vetting + per-user OAuth (shipped) unblocks · PD003 verticals · packs

1 · Problem

2 · The supply chain

flowchart LR
  D[discover
MCP registries · .mcpb bundles
admin-agent proposals] --> V[vet
deterministic analysis +
LLM adversarial pass · shipped] V --> T[trial
sandboxed smoke calls
capture tool list + schemas] T --> G[grant
trust tier + per-agent grants
per-user OAuth where needed] G --> W[watch
pin version · diff on update
re-vet on change · revoke]

3 · Trust tiers

TierMeaningDefault gate posture
built-inships with the product, unrevocable setper built-in policy
vettedvet verdict clean + trial passed + version pinnedgate on mutating tools
communityvet verdict caution, or unpinned upstreamgate on all tools
unvettedno recorded verdictdeny until vetted

Tiers set defaults; the existing tool-policy chain still applies on top, and hard gates remain unwaivable. A tier is data on the capability row — instances can tighten, never silently loosen.

4 · Capability sets

5 · Admin-agent flow

sequenceDiagram
  participant U as user
  participant A as admin agent
  participant S as supply chain
  participant O as owner inbox
  U->>A: "set up lead enrichment for the growth team"
  A->>S: search registries · propose capability + set change
  S-->>O: vet verdict + trial report + requested grants
  O->>S: approve (or deny)
  S-->>A: capability granted to growth pack
  A-->>U: workflow ready to wire (PD003)
  

6 · Phases

  1. Trust tiers + recorded verdicts (~3–4 sessions). Tier column, vet verdict persisted, tier-driven gate defaults, revoke-all.
  2. Trial + watch (~4–6 sessions). Sandboxed probe, tool-list baseline, version pinning, drift alerts to the owner inbox.
  3. Sets + discovery (~5–8 sessions). Capability sets, pack integration, registry search connector, admin-agent proposal flow.

7 · Acceptance