Skip to content

Commit fce7b4e

Browse files
authored
Update DESIGN_PARTNER.md
1 parent b0c686b commit fce7b4e

1 file changed

Lines changed: 83 additions & 21 deletions

File tree

docs/DESIGN_PARTNER.md

Lines changed: 83 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,89 @@
1-
# Design Partner (v0)
1+
# Design Partner
22

3-
If you’re evaluating agent governance, this is the fastest way to turn IX-Agent-Notary into something deployable in your stack.
3+
If you are evaluating agent governance seriously, this document is the fastest path from “interesting repo” to “real pilot.”
44

5-
## What we want from a design partner
6-
- A single real integration surface (one agent + one tool plane)
7-
- A small allowlist policy requirement (what must be allowed vs denied)
8-
- A receipt storage destination (directory, log pipeline, or SIEM ingest)
9-
- 2–3 realistic incident/audit questions you need answered
5+
## Best-fit design partner profile
106

11-
## What you get
12-
- A tailored proof-of-concept that emits verifiable receipts for your agent actions
13-
- Policy + receipts that map to your audit story (SOC2/ISO-ish evidence)
14-
- A clear “production requirements” list (IAM, KMS, immutability, monitoring)
7+
IX-Agent-Notary is a strong fit when you need one or more of these:
158

16-
## Engagement shape (practical)
17-
- 1–2 weeks: POC scope + policy pack + receipt shape validation
18-
- 2–4 weeks: enforce “no bypass” path + CI/SIEM ingestion + incident drill
19-
- Outcome: deployable architecture + commercial licensing conversation
9+
- a mandatory policy gate in front of agent tool use
10+
- tamper-evident receipts for audit or incident review
11+
- stronger evidence around approvals or higher-risk actions
12+
- a narrow trust layer security teams can actually inspect
13+
14+
## What a good first pilot looks like
15+
16+
The cleanest first pilot is small:
17+
18+
- one agent or automation path
19+
- one tool plane
20+
- one allow/deny policy pack
21+
- one receipt destination
22+
- two or three audit questions you care about
23+
24+
Examples:
25+
26+
- “Can we prove when an agent tried to write outside allowed repo paths?”
27+
- “Can we show which policy caused an allow or deny?”
28+
- “Can we require approval evidence for higher-risk actions?”
29+
- “Can we reject unverifiable receipts at ingest time?”
30+
31+
## What to bring to the conversation
32+
33+
Bring these inputs:
34+
35+
1. your tool plane
36+
2. your environment boundary
37+
3. your must-have audit questions
38+
4. your receipt destination
39+
5. your compliance or evidence requirements
40+
41+
That is enough to tell whether a pilot is real or just theoretical.
42+
43+
## Engagement shape
44+
45+
Typical sequence:
46+
47+
### Phase 1 — evaluation fit
48+
- define one narrow workflow
49+
- define one deny-by-default policy boundary
50+
- define what evidence must be captured
51+
52+
### Phase 2 — pilot implementation
53+
- enforce the no-bypass path
54+
- emit signed receipts for the chosen workflow
55+
- verify receipts in CI, ingest, or review pipeline
56+
57+
### Phase 3 — production hardening decision
58+
- key posture review
59+
- storage integrity posture review
60+
- approval workflow review
61+
- commercial licensing decision
62+
63+
## What a partner should expect back
64+
65+
A serious design-partner effort should produce:
66+
67+
- a pilot architecture that is actually deployable
68+
- a clear list of trust assumptions
69+
- a policy pack aligned to the chosen workflow
70+
- receipt examples that answer real audit questions
71+
- a practical hardening gap list for production
2072

2173
## How to start
22-
Open a GitHub Issue titled:
23-
**“Commercial licensing / design partner”**
24-
and include:
25-
- tool plane (what tools the agent touches)
26-
- environment (CI, prod, sandbox)
27-
- your must-have audit questions
74+
75+
Open:
76+
77+
- `.github/ISSUE_TEMPLATE/commercial-licensing.md`
78+
79+
Use the title:
80+
81+
- `Commercial licensing / design partner`
82+
83+
If you want to avoid public detail, open a minimal issue that says:
84+
85+
- `Requesting private commercial channel`
86+
87+
Primary public business contact path:
88+
89+
- `https://www.linkedin.com/in/brycewdesign/`

0 commit comments

Comments
 (0)