-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam-approval.html
More file actions
630 lines (571 loc) · 22.2 KB
/
Copy pathteam-approval.html
File metadata and controls
630 lines (571 loc) · 22.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AI Agent Team Approval Brief | Agent Ops Command Center</title>
<meta name="description" content="Generate a manager-ready approval brief for a $203 seven-seat Agent Ops Command Center team license.">
<meta property="og:title" content="AI Agent Team Approval Brief">
<meta property="og:description" content="Create a copy-ready business case for approving the $203 Agent Ops Command Center team license.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://ivelly42.github.io/agent-ops-command-center/team-approval.html">
<meta property="og:image" content="https://ivelly42.github.io/agent-ops-command-center/og.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://ivelly42.github.io/agent-ops-command-center/og.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "AI Agent Team Approval Brief",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Any",
"url": "https://ivelly42.github.io/agent-ops-command-center/team-approval.html",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"isPartOf": {
"@type": "Product",
"name": "Agent Ops Command Center Team License",
"offers": {
"@type": "Offer",
"price": "203",
"priceCurrency": "USD",
"availability": "https://schema.org/PreOrder",
"url": "https://github.com/ivelly42/agent-ops-command-center/issues/new?template=payment-ready.yml"
}
}
}
</script>
<style>
:root {
color-scheme: light;
--ink: #141414;
--muted: #5e5a52;
--line: #d8d3ca;
--paper: #fbfaf7;
--panel: #ffffff;
--soft: #f6f4ee;
--accent: #0f766e;
--gold: #a16207;
}
* { box-sizing: border-box; }
body {
margin: 0;
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
color: var(--ink);
background: var(--paper);
}
header, main, footer {
width: min(1180px, calc(100% - 40px));
margin: 0 auto;
}
header {
min-height: 72px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--line);
}
.brand { font-weight: 800; }
nav {
display: flex;
flex-wrap: wrap;
gap: 16px;
font-size: 14px;
}
a {
color: inherit;
text-decoration: none;
}
.hero {
padding: 64px 0 42px;
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
gap: 48px;
align-items: center;
}
.eyebrow {
color: var(--accent);
font-size: 14px;
font-weight: 800;
margin-bottom: 14px;
}
h1 {
font-size: clamp(42px, 7vw, 76px);
line-height: 0.98;
margin: 0 0 20px;
letter-spacing: 0;
}
.lead {
color: var(--muted);
font-size: 20px;
line-height: 1.5;
margin: 0;
max-width: 760px;
}
.actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 24px;
}
.button {
min-height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid var(--ink);
border-radius: 8px;
padding: 0 16px;
font-weight: 800;
background: transparent;
color: inherit;
font: inherit;
cursor: pointer;
}
.button.primary {
background: var(--ink);
color: #fff;
}
.summary, .field, .item {
background: var(--panel);
border: 1px solid var(--line);
border-radius: 8px;
}
.summary {
padding: 24px;
box-shadow: 0 24px 80px rgba(20, 20, 20, 0.12);
}
.price {
font-size: 82px;
line-height: 0.95;
font-weight: 900;
margin-bottom: 12px;
}
.summary p {
color: var(--muted);
font-size: 18px;
line-height: 1.45;
margin: 0 0 18px;
}
.mini-grid, .form-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.mini {
border: 1px solid var(--line);
background: var(--soft);
border-radius: 8px;
padding: 14px;
}
.mini strong {
display: block;
font-size: 24px;
margin-bottom: 4px;
overflow-wrap: anywhere;
}
.mini span {
color: var(--muted);
font-size: 13px;
}
section {
padding: 34px 0;
border-top: 1px solid var(--line);
}
.section-head {
display: flex;
justify-content: space-between;
gap: 24px;
align-items: end;
margin-bottom: 18px;
}
h2 {
font-size: clamp(28px, 4vw, 46px);
margin: 0;
letter-spacing: 0;
}
.section-head p {
color: var(--muted);
line-height: 1.5;
max-width: 560px;
margin: 0;
}
.field {
padding: 16px;
}
label {
display: block;
font-weight: 800;
margin-bottom: 8px;
}
input, select, textarea {
width: 100%;
border: 1px solid var(--line);
border-radius: 8px;
padding: 11px 12px;
color: var(--ink);
background: #fff;
font: inherit;
}
.field p {
color: var(--muted);
font-size: 13px;
line-height: 1.4;
margin: 8px 0 0;
}
textarea {
min-height: 310px;
line-height: 1.45;
resize: vertical;
}
.grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}
.item {
padding: 18px;
}
.item h3 {
margin: 0 0 10px;
font-size: 20px;
}
.item p {
color: var(--muted);
line-height: 1.45;
margin: 0;
}
.notice {
border-left: 4px solid var(--gold);
background: var(--panel);
color: var(--muted);
padding: 18px 20px;
line-height: 1.55;
}
.status {
color: var(--accent);
font-weight: 800;
margin-top: 10px;
min-height: 22px;
}
footer {
color: var(--muted);
padding: 36px 0 48px;
}
@media (max-width: 980px) {
.hero, .grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 720px) {
header {
align-items: flex-start;
flex-direction: column;
gap: 14px;
padding: 18px 0;
}
.hero {
padding-top: 44px;
}
.section-head {
display: block;
}
.section-head p {
margin-top: 10px;
}
.mini-grid, .form-grid {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<header>
<a class="brand" href="index.html">Agent Ops Command Center</a>
<nav aria-label="Primary">
<a href="index.html">Home</a>
<a href="buy.html">Buy</a>
<a href="team-purchase-packet.html">Team Packet</a>
<a href="team-procurement-email.html">Email Kit</a>
<a href="team-invoice-request.html">Invoice</a>
<a href="team-security-review.html">Security</a>
<a href="team-rollout-plan.html">Rollout</a>
<a href="team-license-terms.html">Terms</a>
<a href="team-delivery-acceptance.html">Delivery</a>
<a href="team-buyer-faq.html">FAQ</a>
<a href="team-value-calculator.html">Value</a>
<a href="team-pilot-plan.html">Pilot</a>
<a href="team-license.html">Team License</a>
<a href="team-quote.html">Quote</a>
<a href="team-approval.html">Approval</a>
<a href="pricing.html">Pricing</a>
<a href="sample-dashboard.html">Sample</a>
<a href="template-gallery.html">Gallery</a>
<a href="metrics/status.json">Metrics</a>
</nav>
</header>
<main>
<div class="hero">
<div>
<div class="eyebrow">Manager-ready team approval</div>
<h1>Approve a $203 AI-agent ops purchase with evidence.</h1>
<p class="lead">Generate a short approval brief that ties seven seats, avoided cleanup, delivery proof, and payment evidence into one manager-readable request.</p>
<div class="actions">
<a class="button primary" href="https://github.com/ivelly42/agent-ops-command-center/issues/new?template=payment-ready.yml">Request approved checkout</a>
<a class="button" href="team-purchase-packet.html">Team purchase packet</a>
<a class="button" href="team-procurement-email.html">Team email kit</a>
<a class="button" href="team-invoice-request.html">Invoice packet</a>
<a class="button" href="team-security-review.html">Security review</a>
<a class="button" href="team-rollout-plan.html">Rollout plan</a>
<a class="button" href="team-license-terms.html">License terms</a>
<a class="button" href="team-delivery-acceptance.html">Delivery acceptance</a>
<a class="button" href="team-buyer-faq.html">Buyer FAQ</a>
<a class="button" href="team-value-calculator.html">Team value</a>
<a class="button" href="team-pilot-plan.html">Team pilot</a>
<a class="button" href="team-quote.html">Build quote</a>
<a class="button" href="team-license.html">Team license</a>
<a class="button" href="sample-dashboard.html">Sample dashboard</a>
</div>
</div>
<aside class="summary" aria-label="Approval summary">
<div class="price" id="net">$97</div>
<p>Default business case: seven seats at $203, with $300 in monthly cleanup time avoided.</p>
<div class="mini-grid">
<div class="mini">
<strong id="quoteAmount">$203</strong>
<span>team quote</span>
</div>
<div class="mini">
<strong id="valueAmount">$300</strong>
<span>monthly value</span>
</div>
<div class="mini">
<strong id="seatCount">7</strong>
<span>operator seats</span>
</div>
<div class="mini">
<strong>Proof</strong>
<span>required before revenue</span>
</div>
</div>
</aside>
</div>
<section>
<div class="section-head">
<h2>Approval Inputs</h2>
<p>Keep the request concrete enough for a manager or finance reviewer to approve.</p>
</div>
<div class="form-grid">
<div class="field">
<label for="team">Team</label>
<input id="team" value="AI-agent operations team">
<p>Buyer team or project name.</p>
</div>
<div class="field">
<label for="seats">Seats</label>
<input id="seats" type="number" min="1" max="50" value="7">
<p>Seven seats at $29 equals $203 gross.</p>
</div>
<div class="field">
<label for="hours">Cleanup hours avoided per month</label>
<input id="hours" type="number" min="1" max="80" value="4">
<p>Estimate rework avoided by better run logs and proof gates.</p>
</div>
<div class="field">
<label for="rate">Hourly value</label>
<input id="rate" type="number" min="10" max="500" value="75">
<p>Use a conservative loaded hourly value.</p>
</div>
<div class="field">
<label for="risk">Primary risk reduced</label>
<select id="risk">
<option selected>False done claims without verification</option>
<option>Repeated prompt failures and rework</option>
<option>Missing handoff evidence across agents</option>
<option>Untracked AI-agent cost leaks</option>
</select>
<p>State the approval reason in buyer language.</p>
</div>
<div class="field">
<label for="checkout">Required checkout proof</label>
<select id="checkout">
<option selected>Receipt-capable checkout link</option>
<option>Invoice before payment</option>
<option>PayPal invoice</option>
<option>Gumroad receipt</option>
<option>Lemon Squeezy receipt</option>
</select>
<p>Preference only; no checkout is live yet.</p>
</div>
</div>
</section>
<section>
<div class="section-head">
<h2>Generated Approval Brief</h2>
<p>Copy into an internal approval request or into the GitHub order-request issue.</p>
</div>
<textarea id="brief" readonly></textarea>
<div class="actions">
<button class="button primary" type="button" id="copyBrief">Copy approval brief</button>
<a class="button" href="https://github.com/ivelly42/agent-ops-command-center/issues/new?template=payment-ready.yml">Open order request</a>
<a class="button" href="team-quote.html">Quote builder</a>
<a class="button" href="team-invoice-request.html">Invoice packet</a>
<a class="button" href="pricing.html">Pricing</a>
</div>
<div class="status" id="copyStatus" aria-live="polite"></div>
</section>
<section>
<div class="section-head">
<h2>Approval Evidence</h2>
<p>Public proof a reviewer can inspect before any checkout exists.</p>
</div>
<div class="grid">
<article class="item">
<h3>Team Purchase Packet</h3>
<p>Use the one-page route for proof, quote, approval, and checkout request.</p>
<div class="actions"><a class="button" href="team-purchase-packet.html">Open</a></div>
</article>
<article class="item">
<h3>Team Procurement Email Kit</h3>
<p>Copy manager approval, procurement, and checkout-request text for the approved team purchase.</p>
<div class="actions"><a class="button" href="team-procurement-email.html">Open</a></div>
</article>
<article class="item">
<h3>Team Invoice Request Packet</h3>
<p>Capture invoice, PO, receipt, tax, and delivery-proof blockers before requesting checkout.</p>
<div class="actions"><a class="button" href="team-invoice-request.html">Open</a></div>
</article>
<article class="item">
<h3>Team Security Review Packet</h3>
<p>Capture data, access, delivery, and acceptance-review blockers before approval.</p>
<div class="actions"><a class="button" href="team-security-review.html">Open</a></div>
</article>
<article class="item">
<h3>Team Rollout Plan</h3>
<p>Capture adoption, first-run logging, verification, and review steps before approval.</p>
<div class="actions"><a class="button" href="team-rollout-plan.html">Open</a></div>
</article>
<article class="item">
<h3>Team License Terms Packet</h3>
<p>Capture use, sharing, support, refund, update, and delivery boundaries before approval.</p>
<div class="actions"><a class="button" href="team-license-terms.html">Open</a></div>
</article>
<article class="item">
<h3>Team Quote</h3>
<p>Seven seats, $203 gross, quote text, and purchase-order note.</p>
<div class="actions"><a class="button" href="team-quote.html">Open</a></div>
</article>
<article class="item">
<h3>Team License</h3>
<p>Shared delivery proof for operators using Codex, Claude Code, Cursor, and local agents.</p>
<div class="actions"><a class="button" href="team-license.html">Open</a></div>
</article>
<article class="item">
<h3>Sample Dashboard</h3>
<p>Inspect sample run logs, costs, prompts, agents, verification, and failures.</p>
<div class="actions"><a class="button" href="sample-dashboard.html">Open</a></div>
</article>
</div>
</section>
<section>
<h2>Revenue Rule</h2>
<div class="notice">
This approval brief does not create checkout, prove payment, publish the paid ZIP, or count as revenue. Gross revenue is counted only from checkout, receipt, payout, or seller-dashboard evidence.
</div>
<div class="actions">
<a class="button primary" href="https://github.com/ivelly42/agent-ops-command-center/issues/new?template=payment-ready.yml">Request approved checkout</a>
<a class="button" href="metrics/status.json">Demand metrics</a>
<a class="button" href="paid-delivery-manifest.md">Delivery manifest</a>
</div>
</section>
</main>
<footer>
Team approval brief. Private paid ZIP. Revenue only after payment proof.
</footer>
<script>
const fields = ["team", "seats", "hours", "rate", "risk", "checkout"];
const brief = document.getElementById("brief");
const status = document.getElementById("copyStatus");
const net = document.getElementById("net");
const quoteAmount = document.getElementById("quoteAmount");
const valueAmount = document.getElementById("valueAmount");
const seatCount = document.getElementById("seatCount");
function dollars(value) {
return `$${value.toLocaleString("en-US")}`;
}
function numberValue(id, fallback) {
return Math.max(1, Number.parseInt(document.getElementById(id).value, 10) || fallback);
}
function current() {
return Object.fromEntries(fields.map((id) => [id, document.getElementById(id).value.trim()]));
}
function render() {
const v = current();
const seats = numberValue("seats", 7);
const hours = numberValue("hours", 4);
const rate = numberValue("rate", 75);
const quote = seats * 29;
const value = hours * rate;
const netValue = value - quote;
quoteAmount.textContent = dollars(quote);
valueAmount.textContent = dollars(value);
seatCount.textContent = String(seats);
net.textContent = `${netValue < 0 ? "-" : ""}${dollars(Math.abs(netValue))}`;
brief.value = [
"Manager approval brief: Agent Ops Command Center",
"",
`Team: ${v.team || "Not specified"}`,
`Seats requested: ${seats}`,
"Price per seat: $29",
`Team quote amount: ${dollars(quote)}`,
`Cleanup hours avoided per month: ${hours}`,
`Hourly value: ${dollars(rate)}`,
`Estimated monthly value recovered: ${dollars(value)}`,
`First-month net after purchase: ${netValue < 0 ? "-" : ""}${dollars(Math.abs(netValue))}`,
`Primary risk reduced: ${v.risk}`,
`Required checkout proof: ${v.checkout}`,
"",
"Approval ask: approve requesting a receipt-capable checkout for the Agent Ops Command Center team license.",
"Business reason: standardize AI-agent run logs, verification evidence, prompt/version control, cost tracking, and handoff proof before work is accepted.",
"",
"Reviewer proof links:",
"- Team approval brief: https://ivelly42.github.io/agent-ops-command-center/team-approval.html",
"- Team purchase packet: https://ivelly42.github.io/agent-ops-command-center/team-purchase-packet.html",
"- Team procurement email kit: https://ivelly42.github.io/agent-ops-command-center/team-procurement-email.html",
"- Team invoice request packet: https://ivelly42.github.io/agent-ops-command-center/team-invoice-request.html",
"- Team security review packet: https://ivelly42.github.io/agent-ops-command-center/team-security-review.html",
"- Team rollout plan: https://ivelly42.github.io/agent-ops-command-center/team-rollout-plan.html",
"- Team license terms packet: https://ivelly42.github.io/agent-ops-command-center/team-license-terms.html",
"- Team delivery acceptance packet: https://ivelly42.github.io/agent-ops-command-center/team-delivery-acceptance.html",
"- Team buyer FAQ: https://ivelly42.github.io/agent-ops-command-center/team-buyer-faq.html",
"- Team value calculator: https://ivelly42.github.io/agent-ops-command-center/team-value-calculator.html",
"- Team pilot plan: https://ivelly42.github.io/agent-ops-command-center/team-pilot-plan.html",
"- Team quote builder: https://ivelly42.github.io/agent-ops-command-center/team-quote.html",
"- Team license: https://ivelly42.github.io/agent-ops-command-center/team-license.html",
"- Sample dashboard: https://ivelly42.github.io/agent-ops-command-center/sample-dashboard.html",
"- Pricing: https://ivelly42.github.io/agent-ops-command-center/pricing.html",
"",
"Revenue rule: approval is not revenue. Count gross revenue only from checkout, receipt, payout, or seller-dashboard evidence."
].join("\n");
}
for (const id of fields) {
const field = document.getElementById(id);
field.addEventListener("input", render);
field.addEventListener("change", render);
}
document.getElementById("copyBrief").addEventListener("click", async () => {
try {
await navigator.clipboard.writeText(brief.value);
status.textContent = "Approval brief copied.";
} catch {
brief.select();
status.textContent = "Select and copy the approval brief.";
}
});
render();
</script>
</body>
</html>