-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-report.html
More file actions
756 lines (718 loc) · 35.6 KB
/
Copy pathsample-report.html
File metadata and controls
756 lines (718 loc) · 35.6 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
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
<!-- DEMO: generated by the Render phase on anonymized data -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Marketing Dossier — LegalTech SaaS (Demo)</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,900;1,9..144,500&family=Spline+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
:root {
--ink: #1a2233;
--ink-soft: #3a4458;
--paper: #f4eee2;
--paper-2: #efe7d6;
--card: #fbf7ee;
--line: #d8cdb6;
--line-strong: #b8a988;
--gold: #b07d34;
--gold-bright: #d4a24a;
--seal: #8e2b21;
--green: #4f6b3a;
--blue: #355070;
--muted: #7a715f;
--shadow: 0 1px 0 rgba(26,34,51,.04), 0 18px 40px -24px rgba(26,34,51,.45);
--radius: 3px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
background:
radial-gradient(1200px 600px at 12% -8%, rgba(212,162,74,.12), transparent 60%),
radial-gradient(900px 500px at 100% 0%, rgba(53,80,112,.10), transparent 55%),
var(--paper);
color: var(--ink);
font-family: 'Spline Sans', system-ui, sans-serif;
font-size: 16px;
line-height: 1.55;
-webkit-font-smoothing: antialiased;
}
body::before {
content: "";
position: fixed; inset: 0;
pointer-events: none;
z-index: 0;
opacity: .5;
background-image:
repeating-linear-gradient(0deg, transparent, transparent 31px, rgba(26,34,51,.025) 31px, rgba(26,34,51,.025) 32px);
mix-blend-mode: multiply;
}
.grain {
position: fixed; inset: 0; pointer-events: none; z-index: 1; opacity: .035;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.wrap { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; padding: 0 28px 80px; }
/* ---------- Masthead ---------- */
.masthead {
padding: 46px 0 26px;
border-bottom: 3px double var(--line-strong);
margin-bottom: 0;
position: relative;
}
.kicker {
display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
font-family: 'JetBrains Mono', monospace;
font-size: 11.5px; letter-spacing: .28em; text-transform: uppercase;
color: var(--gold); font-weight: 500;
}
.kicker .dot { width: 6px; height: 6px; background: var(--seal); border-radius: 50%; }
.kicker .sep { color: var(--line-strong); }
h1.title {
font-family: 'Fraunces', serif;
font-weight: 900;
font-size: clamp(2.4rem, 5.6vw, 4.3rem);
line-height: .98;
letter-spacing: -.02em;
margin: 18px 0 10px;
color: var(--ink);
}
h1.title em { font-style: italic; font-weight: 500; color: var(--gold); }
.subhead {
max-width: 720px; font-size: 1.06rem; color: var(--ink-soft); margin: 0 0 22px;
}
.filebar {
display: flex; flex-wrap: wrap; gap: 10px 26px; align-items: baseline;
font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--muted);
}
.filebar b { color: var(--ink); font-weight: 700; }
.seal {
position: absolute; top: 36px; right: 6px;
width: 96px; height: 96px;
display: grid; place-items: center; text-align: center;
border: 2px solid var(--seal); color: var(--seal);
border-radius: 50%;
font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .14em;
line-height: 1.35; transform: rotate(-11deg);
opacity: .82;
box-shadow: inset 0 0 0 4px rgba(142,43,33,.08);
}
.seal b { display: block; font-size: 13px; letter-spacing: .04em; }
@media (max-width: 620px){ .seal { display: none; } }
/* ---------- Section scaffolding ---------- */
section { padding: 52px 0 8px; scroll-margin-top: 20px; }
.sec-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 26px; }
.sec-no {
font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 700;
color: #fff; background: var(--ink); padding: 4px 9px; border-radius: 2px;
letter-spacing: .1em; flex: none;
}
.sec-head h2 {
font-family: 'Fraunces', serif; font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.1rem);
margin: 0; letter-spacing: -.01em; line-height: 1.05;
}
.sec-head .rule { flex: 1; height: 1px; background: var(--line-strong); align-self: center; }
.sec-head .note { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); letter-spacing: .08em; }
/* ---------- North star + KPIs ---------- */
.dash { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap: 16px; }
@media (max-width: 880px){ .dash { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px){ .dash { grid-template-columns: 1fr; } }
.card {
background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
box-shadow: var(--shadow); padding: 22px 22px 20px; position: relative; overflow: hidden;
}
.northstar {
grid-row: span 1;
background:
linear-gradient(155deg, var(--ink) 0%, #232d44 64%, #2c3147 100%);
color: #f4eee2; border-color: #2a3248;
}
.northstar::after {
content: "★"; position: absolute; right: -14px; top: -22px; font-size: 130px;
color: rgba(212,162,74,.13); line-height: 1; transform: rotate(-8deg);
}
.ns-label { font-family:'JetBrains Mono',monospace; font-size: 11px; letter-spacing:.22em; text-transform: uppercase; color: var(--gold-bright); }
.ns-value { font-family:'Fraunces',serif; font-weight: 900; font-size: 4.6rem; line-height: .9; margin: 12px 0 4px; }
.ns-unit { font-size: 1rem; color: #d9cfba; font-weight: 400; }
.tag-hyp {
display: inline-flex; align-items: center; gap: 7px; margin-top: 12px;
font-family:'JetBrains Mono',monospace; font-size: 10.5px; letter-spacing:.12em; text-transform: uppercase;
color: #f4eee2; background: rgba(212,162,74,.2); border: 1px solid rgba(212,162,74,.5);
padding: 4px 10px; border-radius: 100px;
}
.kpi .k-label { font-family:'JetBrains Mono',monospace; font-size:10.5px; letter-spacing:.16em; text-transform:uppercase; color: var(--muted); }
.kpi .k-value { font-family:'Fraunces',serif; font-weight:900; font-size: 2.5rem; line-height: 1; margin: 10px 0 4px; color: var(--ink); }
.kpi .k-sub { font-size: .82rem; color: var(--ink-soft); }
.chip {
display:inline-block; font-family:'JetBrains Mono',monospace; font-size:9.5px; letter-spacing:.1em;
text-transform:uppercase; padding:3px 8px; border-radius:100px; margin-top:10px; border:1px solid;
}
.chip.target { color: var(--blue); border-color: rgba(53,80,112,.4); background: rgba(53,80,112,.07); }
.chip.hyp { color: var(--seal); border-color: rgba(142,43,33,.4); background: rgba(142,43,33,.06); }
.chip.live { color: var(--green); border-color: rgba(79,107,58,.4); background: rgba(79,107,58,.08); }
/* ---------- Bets strip ---------- */
.bets { display:grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top:16px; }
@media (max-width:760px){ .bets{ grid-template-columns:1fr; } }
.bet { background: var(--paper-2); border:1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius); padding: 16px 18px; }
.bet .b-no { font-family:'Fraunces',serif; font-weight:900; font-size:1.4rem; color: var(--gold); }
.bet p { margin: 4px 0 0; font-size: .95rem; color: var(--ink-soft); }
/* ---------- Chart cards ---------- */
.charts { display:grid; grid-template-columns: 1.35fr 1fr; gap: 18px; }
@media (max-width: 900px){ .charts { grid-template-columns: 1fr; } }
.chart-card { background: var(--card); border:1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px 20px 16px; }
.chart-card h3 { font-family:'Fraunces',serif; font-weight:600; font-size:1.12rem; margin:0 0 2px; }
.chart-card .ch-note { font-size:.82rem; color: var(--muted); margin: 0 0 14px; }
.chart-card code { font-family:'JetBrains Mono',monospace; font-size:.82em; color: var(--gold); background: rgba(176,125,52,.08); padding: 1px 5px; border-radius: 3px; }
.canvas-box { position: relative; width: 100%; }
.h-tall { height: 340px; }
.h-mid { height: 300px; }
.grid-2 { display:grid; grid-template-columns: 1fr 1fr; gap:18px; margin-top:18px; }
@media (max-width: 900px){ .grid-2 { grid-template-columns: 1fr; } }
/* ---------- RICE table ---------- */
.table-wrap { overflow-x:auto; border:1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); background: var(--card); }
table { width:100%; border-collapse: collapse; font-size: .92rem; min-width: 720px; }
thead th {
text-align:left; font-family:'JetBrains Mono',monospace; font-size:10.5px; letter-spacing:.12em;
text-transform: uppercase; color: var(--muted); padding: 14px 16px; border-bottom: 2px solid var(--line-strong);
background: var(--paper-2); white-space: nowrap;
}
thead th.num, tbody td.num { text-align: right; font-variant-numeric: tabular-nums; }
tbody td { padding: 13px 16px; border-bottom: 1px solid var(--line); vertical-align: middle; }
tbody tr:last-child td { border-bottom: none; }
tbody tr.top { background: linear-gradient(90deg, rgba(212,162,74,.12), transparent 70%); }
.t-title { font-weight: 600; color: var(--ink); }
.t-step { font-size: .78rem; color: var(--muted); margin-top: 2px; }
.dim {
font-family:'JetBrains Mono',monospace; font-size:9.5px; letter-spacing:.08em; text-transform:uppercase;
padding: 3px 8px; border-radius: 100px; border:1px solid var(--line-strong); color: var(--ink-soft); white-space: nowrap;
}
.rice-cell { font-family:'Fraunces',serif; font-weight:900; font-size:1.15rem; }
.rank-badge {
display:inline-grid; place-items:center; width:24px; height:24px; border-radius:50%;
font-family:'JetBrains Mono',monospace; font-size:11px; font-weight:700;
background: var(--ink); color:#f4eee2;
}
tr.top .rank-badge { background: var(--gold); color: var(--ink); }
/* ---------- Strategy details ---------- */
details.strategy {
background: var(--card); border:1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
padding: 4px 24px; margin-top: 4px;
}
details.strategy summary {
cursor: pointer; list-style: none; padding: 18px 0; display:flex; align-items:center; gap:14px;
font-family:'Fraunces',serif; font-weight:600; font-size:1.2rem;
}
details.strategy summary::-webkit-details-marker { display:none; }
.summary-icon { font-family:'JetBrains Mono',monospace; font-size:13px; color: var(--gold); transition: transform .25s ease; flex:none; }
details[open] .summary-icon { transform: rotate(90deg); }
.strategy-body { padding: 0 0 24px; border-top:1px solid var(--line); }
.strategy-body h4 { font-family:'Fraunces',serif; font-weight:600; font-size:1.05rem; margin: 22px 0 6px; color: var(--ink); }
.strategy-body p { margin: 0 0 4px; color: var(--ink-soft); }
.strategy-body .step-num { color: var(--gold); font-family:'JetBrains Mono',monospace; font-weight:700; }
/* ---------- Red team + facts ---------- */
.risk-grid { display:grid; grid-template-columns: 1.1fr 1fr; gap: 18px; }
@media (max-width: 820px){ .risk-grid { grid-template-columns: 1fr; } }
.risk-card { background: var(--card); border:1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px 24px; position: relative; }
.risk-card.counter { border-top: 4px solid var(--seal); }
.risk-card.facts { border-top: 4px solid var(--blue); }
.risk-card .rc-tag { font-family:'JetBrains Mono',monospace; font-size:10.5px; letter-spacing:.16em; text-transform:uppercase; color: var(--muted); }
.risk-card h3 { font-family:'Fraunces',serif; font-weight:600; font-size:1.18rem; margin: 6px 0 12px; }
.risk-card p.lead { color: var(--ink-soft); margin: 0 0 14px; font-style: italic; }
.assump { list-style:none; padding:0; margin: 0; }
.assump li { padding: 9px 0 9px 26px; position: relative; border-bottom:1px dashed var(--line); font-size: .92rem; color: var(--ink-soft); }
.assump li:last-child { border-bottom: none; }
.assump li::before { content:"\26A0"; position:absolute; left:0; color: var(--seal); font-size: .85rem; }
.verdict { display:flex; gap:10px; align-items:flex-start; background: var(--paper-2); border:1px solid var(--line); border-radius: var(--radius); padding: 12px 14px; margin-bottom: 14px; font-size:.9rem; }
.verdict .v-ico { color: var(--green); font-weight: 700; }
.claim-row { padding: 12px 0; border-bottom:1px solid var(--line); }
.claim-row:last-child { border-bottom: none; }
.claim-row .c-claim { font-weight:600; color: var(--ink); }
.claim-row .c-line { font-size:.85rem; color: var(--ink-soft); margin-top: 3px; }
.claim-row .c-fix { font-size:.85rem; color: var(--green); margin-top: 3px; }
.ev-source { font-family:'JetBrains Mono',monospace; font-size:11px; color: var(--blue); }
/* ---------- Footer ---------- */
.skills { display:flex; flex-wrap:wrap; gap:10px; margin-top: 56px; padding-top: 26px; border-top: 3px double var(--line-strong); }
.badge {
font-family:'JetBrains Mono',monospace; font-size:10.5px; letter-spacing:.1em; text-transform:uppercase;
padding: 6px 12px; border-radius:100px; border:1px solid var(--line-strong); color: var(--ink-soft);
background: var(--paper-2);
}
.badge b { color: var(--gold); }
footer { margin-top: 22px; font-size: .78rem; color: var(--muted); line-height: 1.7; }
footer .meta { font-family:'JetBrains Mono', monospace; }
footer code { color: var(--gold); }
/* reveal */
.reveal { opacity: 0; transform: translateY(14px); animation: rise .7s cubic-bezier(.2,.7,.2,1) forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce){ .reveal { animation: none; opacity:1; transform:none; } }
</style>
</head>
<body>
<div class="grain"></div>
<div class="wrap">
<!-- ============ MASTHEAD ============ -->
<header class="masthead">
<div class="seal"><span><b>DEMO</b>CASE<br/>FILE · 2026<br/>ANON DATA</span></div>
<div class="kicker">
<span class="dot"></span> Marketing Dossier
<span class="sep">/</span> 90-Day Operating Plan
<span class="sep">/</span> <span style="color:var(--seal)">Demonstration — anonymized</span>
</div>
<h1 class="title">AI Drafting Assistant<br/>for <em>small law firms</em></h1>
<p class="subhead">Not “another AI chat” but an assistant that drafts a lawsuit in minutes — for a lawyer without an in-house assistant. Win the “document drafting” niche in 90 days through one warm channel.</p>
<div class="filebar">
<span>SUBJECT <b>LegalTech SaaS</b></span>
<span>SEGMENT <b>Firms of 2–10, no assistant</b></span>
<span>HORIZON <b>4 sprints · 90 days</b></span>
<span>STATUS <b>Pre-launch hypotheses</b></span>
</div>
</header>
<!-- ============ 01 EXECUTIVE DASHBOARD ============ -->
<section id="sec-exec">
<div class="sec-head">
<span class="sec-no">01</span>
<h2>Executive dashboard</h2>
<span class="rule"></span>
<span class="note">north-star + KPIs</span>
</div>
<div class="dash">
<div class="card northstar reveal" style="animation-delay:.05s">
<div class="ns-label">North-star metric</div>
<div class="ns-value">30</div>
<div class="ns-unit">paying firms / month</div>
<span class="tag-hyp">◆ target · hypothesis (no baseline yet)</span>
</div>
<div class="card kpi reveal" style="animation-delay:.12s">
<div class="k-label">Focus segment</div>
<div class="k-value">2–10</div>
<div class="k-sub">people per firm · acute pain, fast cycle</div>
<span class="chip target">target ICP</span>
</div>
<div class="card kpi reveal" style="animation-delay:.19s">
<div class="k-label">Priority channel</div>
<div class="k-value">CRM</div>
<div class="k-sub">legal-CRM partnerships · warm path</div>
<span class="chip hyp">hypothesis</span>
</div>
<div class="card kpi reveal" style="animation-delay:.26s">
<div class="k-label">Offer wedge</div>
<div class="k-value">100%</div>
<div class="k-sub">first-month money-back guarantee</div>
<span class="chip live">defined</span>
</div>
</div>
<div class="bets">
<div class="bet reveal" style="animation-delay:.30s"><span class="b-no">01</span><p>Partnership with legal CRMs — a warm channel straight to buyers.</p></div>
<div class="bet reveal" style="animation-delay:.36s"><span class="b-no">02</span><p>Offer with money-back guarantee — removes the “it won’t work” fear.</p></div>
<div class="bet reveal" style="animation-delay:.42s"><span class="b-no">03</span><p>Content for lawyers’ informational queries — build topical authority.</p></div>
</div>
</section>
<!-- ============ 02 CHARTS ============ -->
<section id="sec-charts">
<div class="sec-head">
<span class="sec-no">02</span>
<h2>Priorities & the 90-day map</h2>
<span class="rule"></span>
<span class="note">RICE · roadmap · channels</span>
</div>
<div class="charts">
<div class="chart-card">
<h3>RICE landscape</h3>
<p class="ch-note">Bubble: x = effort, y = impact, size = reach. Top RICE bet highlighted in gold. Straight from <code>tasks</code>.</p>
<div class="canvas-box h-tall"><canvas id="cv-rice-bubble"></canvas></div>
</div>
<div class="chart-card">
<h3>RICE score ranking</h3>
<p class="ch-note">Bar = RICE score per task, highest first.</p>
<div class="canvas-box h-tall"><canvas id="cv-rice-bar"></canvas></div>
</div>
</div>
<div class="grid-2">
<div class="chart-card">
<h3>90-day roadmap</h3>
<p class="ch-note">Stacked bars = offset + duration per sprint (Sprint 0 → 3). Roadmap shape is an <b>estimate</b> derived from the strategy map.</p>
<div class="canvas-box h-mid"><canvas id="cv-roadmap"></canvas></div>
</div>
<div class="chart-card">
<h3>Channel mix</h3>
<p class="ch-note">Priority weighting across acquisition channels — <b>estimate</b> (paid traffic deferred).</p>
<div class="canvas-box h-mid"><canvas id="cv-channels"></canvas></div>
</div>
</div>
<div class="grid-2">
<div class="chart-card">
<h3>Acquisition funnel</h3>
<p class="ch-note">Illustrative funnel anchored on the north-star (30 paying firms/mo). Upstream stages are <b>estimates</b>.</p>
<div class="canvas-box h-mid"><canvas id="cv-funnel"></canvas></div>
</div>
<div class="chart-card">
<h3>Effort vs. reach by lever</h3>
<p class="ch-note">Radar of total reach and ease (inverse effort) per dimension — from <code>tasks</code>.</p>
<div class="canvas-box h-mid"><canvas id="cv-radar"></canvas></div>
</div>
</div>
</section>
<!-- ============ 03 RICE TABLE ============ -->
<section id="sec-backlog">
<div class="sec-head">
<span class="sec-no">03</span>
<h2>Top tasks — RICE backlog</h2>
<span class="rule"></span>
<span class="note">sorted by score</span>
</div>
<div class="table-wrap">
<table>
<thead>
<tr>
<th>#</th><th>Task</th><th>Lever</th>
<th class="num">R</th><th class="num">I</th><th class="num">C</th><th class="num">E</th><th class="num">RICE</th>
</tr>
</thead>
<tbody id="rice-table-body"><!-- injected --></tbody>
</table>
</div>
</section>
<!-- ============ 04 STRATEGY ============ -->
<section id="sec-strategy">
<div class="sec-head">
<span class="sec-no">04</span>
<h2>Full strategy</h2>
<span class="rule"></span>
<span class="note">expand to read</span>
</div>
<details class="strategy">
<summary><span class="summary-icon">▶</span> Strategy (demo) — positioning, segment, offer, channels, 90-day map</summary>
<div class="strategy-body">
<h4>1. Positioning</h4>
<p>For small-firm lawyers drowning in routine drafts — an AI assistant that produces a first draft in minutes. We compete not with large LegalTech platforms but with “doing it by hand” and “plain ChatGPT”.</p>
<h4>2. Focus segment</h4>
<p>Law firms of 2–10 people with no in-house assistant: acute pain, fast decision cycle.</p>
<h4>3. Offer</h4>
<p>A subscription with a first-month money-back guarantee removes the “it won’t work” fear.</p>
<h4>4. Channels</h4>
<p>Priority — partnerships with legal CRMs and niche communities; paid traffic deferred.</p>
<h4>5. 90-day map</h4>
<p><span class="step-num">S0</span> — analytics and offer page · <span class="step-num">S1</span> — partner channel · <span class="step-num">S2</span> — content · <span class="step-num">S3</span> — scale.</p>
</div>
</details>
</section>
<!-- ============ 05 RED TEAM + FACT CHECK ============ -->
<section id="sec-risk">
<div class="sec-head">
<span class="sec-no">05</span>
<h2>Red-team & fact-check</h2>
<span class="rule"></span>
<span class="note">adversarial review</span>
</div>
<div class="risk-grid">
<div class="risk-card counter">
<span class="rc-tag">Strongest counter-case</span>
<h3>Trust, not traffic, is the bottleneck</h3>
<p class="lead">“The bottleneck is not marketing but trust in draft quality: if a lawyer gets one bad draft, they won’t come back. Quality first, then acquisition.”</p>
<span class="rc-tag" style="display:block;margin-bottom:8px">Riskiest assumptions</span>
<ul class="assump">
<li>Lawyers will trust AI with drafts</li>
<li>Partner CRMs will open their base</li>
<li>The guarantee won’t attract freeloaders</li>
</ul>
</div>
<div class="risk-card facts">
<span class="rc-tag">Claims check</span>
<h3>Hypotheses flagged — no fabricated numbers</h3>
<div class="verdict"><span class="v-ico">✓</span><span>Demo: hypotheses are flagged, no fabricated numbers.</span></div>
<div class="claim-row">
<div class="c-claim">“target 30 firms/month”</div>
<div class="c-line"><b>Issue:</b> no baseline.</div>
<div class="c-fix"><b>Fix:</b> flag as hypothesis until first sales.</div>
</div>
<div class="claim-row">
<div class="c-claim">“LegalTech market is growing”</div>
<div class="c-line">Source <span class="ev-source">example.com</span> · confidence: medium</div>
<div class="c-fix"><b>Open question:</b> real willingness to pay?</div>
</div>
</div>
</div>
</section>
<!-- ============ SKILLS + FOOTER ============ -->
<div class="skills">
<span class="badge"><b>›</b> ai-seo</span>
<span class="badge"><b>›</b> pricing</span>
<span class="badge"><b>›</b> copywriting</span>
<span class="badge"><b>›</b> ajtbd</span>
<span class="badge"><b>›</b> marketing-psychology</span>
</div>
<footer>
<div class="meta">METHODOLOGY · Fan-out across ~9 marketing perspectives on a shared fact pack (Ground) → red-team → synthesis → RICE backlog → double fact-check → executive one-pager. RICE charts are computed strictly from the <code>tasks</code> array; roadmap, channel mix and funnel are estimates derived from the strategy map and are labeled as such.</div>
<div class="meta" style="margin-top:8px">DEMO REPORT · Generated by the Render phase on anonymized data · Charts: Chart.js · Not financial or legal advice.</div>
</footer>
</div>
<script>
/* ============ DATA (mirrors /tmp/demo-core-en.json) ============ */
const TASKS = [
{title:"Fix analytics: UTM and attribution", dim:"Analytics", step:"add UTM parsing", reach:8, impact:2, confidence:1, effort:1, rice:16},
{title:"Build offer page with guarantee", dim:"Offer", step:"draft the hero", reach:7, impact:2, confidence:1, effort:2, rice:7},
{title:"Ship first customer case study", dim:"Content", step:"book an interview", reach:6, impact:2, confidence:1, effort:2, rice:6},
{title:"A/B test the landing headline", dim:"Conversion", step:"write 2 variants", reach:7, impact:1, confidence:0.8, effort:1, rice:5.6},
{title:"Content cluster “AI for lawsuits”", dim:"Content", step:"collect 10 topics", reach:6, impact:2, confidence:0.8, effort:4, rice:2.4},
{title:"Partner with a legal CRM", dim:"Channels", step:"list 8 CRMs", reach:5, impact:3, confidence:0.5, effort:5, rice:1.5}
];
/* palette */
const C = {
ink:'#1a2233', inkSoft:'#3a4458', gold:'#b07d34', goldBright:'#d4a24a',
seal:'#8e2b21', green:'#4f6b3a', blue:'#355070', line:'#d8cdb6', muted:'#7a715f',
paper:'#fbf7ee'
};
const FONT = "'Spline Sans', system-ui, sans-serif";
const MONO = "'JetBrains Mono', monospace";
if (window.Chart) {
Chart.defaults.font.family = FONT;
Chart.defaults.color = C.inkSoft;
Chart.defaults.font.size = 12;
}
const sorted = [...TASKS].sort((a,b)=>b.rice-a.rice);
const topRice = sorted[0].rice;
/* ---- build RICE table ---- */
try {
const body = document.getElementById('rice-table-body');
if (body) {
sorted.forEach((t,i)=>{
const tr = document.createElement('tr');
if(i===0) tr.className='top';
tr.innerHTML =
'<td><span class="rank-badge">'+(i+1)+'</span></td>'+
'<td><div class="t-title">'+t.title+'</div><div class="t-step">first step · '+t.step+'</div></td>'+
'<td><span class="dim">'+t.dim+'</span></td>'+
'<td class="num">'+t.reach+'</td>'+
'<td class="num">'+t.impact+'</td>'+
'<td class="num">'+t.confidence+'</td>'+
'<td class="num">'+t.effort+'</td>'+
'<td class="num rice-cell" style="color:'+(i===0?C.gold:C.ink)+'">'+t.rice+'</td>';
body.appendChild(tr);
});
}
} catch(e){ console.warn('table', e); }
/* ============ CHART 1 — RICE bubble ============ */
try {
const el = document.getElementById('cv-rice-bubble');
if (el && window.Chart) {
const pts = TASKS.map(t=>({ x: t.effort, y: t.impact, r: 6 + t.reach*2.2, t }));
new Chart(el, {
type:'bubble',
data:{ datasets:[{
label:'Tasks',
data: pts,
backgroundColor: pts.map(p=> p.t.rice===topRice ? 'rgba(176,125,52,.55)' : 'rgba(53,80,112,.32)'),
borderColor: pts.map(p=> p.t.rice===topRice ? C.gold : C.blue),
borderWidth: pts.map(p=> p.t.rice===topRice ? 2.5 : 1.5),
hoverBackgroundColor: pts.map(p=> p.t.rice===topRice ? 'rgba(176,125,52,.75)' : 'rgba(53,80,112,.5)')
}]},
options:{
responsive:true, maintainAspectRatio:false,
scales:{
x:{ title:{display:true,text:'EFFORT → (lower = cheaper)', font:{family:MONO,size:10}, color:C.muted},
min:0, max:6, ticks:{stepSize:1, color:C.muted}, grid:{color:'rgba(26,34,51,.07)'} },
y:{ title:{display:true,text:'IMPACT ↑', font:{family:MONO,size:10}, color:C.muted},
min:0, max:4, ticks:{stepSize:1, color:C.muted}, grid:{color:'rgba(26,34,51,.07)'} }
},
plugins:{
legend:{display:false},
tooltip:{
backgroundColor:C.ink, titleColor:C.goldBright, bodyColor:'#f4eee2',
padding:12, titleFont:{family:'Fraunces',weight:'600'},
callbacks:{
title:(it)=> it[0].raw.t.title,
label:(it)=>{ const t=it.raw.t; return [
'Reach '+t.reach+' · Impact '+t.impact,
'Confidence '+t.confidence+' · Effort '+t.effort,
'RICE '+t.rice + (t.rice===topRice?' ◆ top':'')
]; }
}
}
}
}
});
}
} catch(e){ console.warn('rice bubble', e); }
/* ============ CHART 2 — RICE bar ============ */
try {
const el = document.getElementById('cv-rice-bar');
if (el && window.Chart) {
new Chart(el, {
type:'bar',
data:{
labels: sorted.map(t=> t.title.length>26 ? t.title.slice(0,24)+'…' : t.title),
datasets:[{
label:'RICE',
data: sorted.map(t=>t.rice),
backgroundColor: sorted.map((t,i)=> i===0 ? C.gold : 'rgba(53,80,112,.78)'),
borderColor: sorted.map((t,i)=> i===0 ? '#8c601f' : C.blue),
borderWidth:1, borderRadius:3, barThickness:18
}]
},
options:{
indexAxis:'y', responsive:true, maintainAspectRatio:false,
scales:{
x:{ beginAtZero:true, grid:{color:'rgba(26,34,51,.07)'}, ticks:{color:C.muted} },
y:{ grid:{display:false}, ticks:{color:C.inkSoft, font:{size:11}} }
},
plugins:{
legend:{display:false},
tooltip:{ backgroundColor:C.ink, titleColor:C.goldBright, bodyColor:'#f4eee2', padding:10,
callbacks:{ label:(it)=> 'RICE '+it.raw }
}
}
}
});
}
} catch(e){ console.warn('rice bar', e); }
/* ============ CHART 3 — 90-day roadmap (stacked offset+duration) ============ */
try {
const el = document.getElementById('cv-roadmap');
if (el && window.Chart) {
// estimate: offset (days from day 0) + duration (days)
const sprints = [
{name:'S0 · Analytics & offer page', offset:0, dur:18},
{name:'S1 · Partner channel', offset:18, dur:26},
{name:'S2 · Content', offset:40, dur:28},
{name:'S3 · Scale', offset:62, dur:28}
];
new Chart(el, {
type:'bar',
data:{
labels: sprints.map(s=>s.name),
datasets:[
{ label:'Start (offset, days)', data:sprints.map(s=>s.offset),
backgroundColor:'rgba(0,0,0,0)', stack:'r' },
{ label:'Duration (days)', data:sprints.map(s=>s.dur),
backgroundColor:[ 'rgba(53,80,112,.85)','rgba(176,125,52,.85)','rgba(79,107,58,.85)','rgba(142,43,33,.78)'],
borderRadius:3, stack:'r', barThickness:22 }
]
},
options:{
indexAxis:'y', responsive:true, maintainAspectRatio:false,
scales:{
x:{ stacked:true, min:0, max:90, title:{display:true,text:'DAYS (0 → 90)', font:{family:MONO,size:10}, color:C.muted},
ticks:{stepSize:15, color:C.muted}, grid:{color:'rgba(26,34,51,.07)'} },
y:{ stacked:true, grid:{display:false}, ticks:{color:C.inkSoft, font:{size:11}} }
},
plugins:{
legend:{ labels:{ filter:(l)=> l.text!=='Start (offset, days)', font:{size:10}, color:C.muted } },
tooltip:{ backgroundColor:C.ink, titleColor:C.goldBright, bodyColor:'#f4eee2', padding:10,
filter:(it)=> it.datasetIndex===1,
callbacks:{
title:(it)=> it[0].label,
label:(it)=>{ const s=sprints[it.dataIndex]; return 'Day '+s.offset+' → '+(s.offset+s.dur)+' ('+s.dur+'d) · estimate'; }
}
}
}
}
});
}
} catch(e){ console.warn('roadmap', e); }
/* ============ CHART 4 — Channels donut ============ */
try {
const el = document.getElementById('cv-channels');
if (el && window.Chart) {
new Chart(el, {
type:'doughnut',
data:{
labels:['Legal-CRM partnerships','Niche communities','Content / SEO','Paid traffic (deferred)'],
datasets:[{
data:[45,25,22,8],
backgroundColor:[C.blue, C.gold, C.green, 'rgba(122,113,95,.55)'],
borderColor:C.paper, borderWidth:3, hoverOffset:8
}]
},
options:{
responsive:true, maintainAspectRatio:false, cutout:'58%',
plugins:{
legend:{ position:'bottom', labels:{ boxWidth:11, padding:12, font:{size:11}, color:C.inkSoft } },
tooltip:{ backgroundColor:C.ink, titleColor:C.goldBright, bodyColor:'#f4eee2', padding:10,
callbacks:{ label:(it)=> it.label+': ~'+it.raw+'% (estimate)' }
}
}
}
});
}
} catch(e){ console.warn('channels', e); }
/* ============ CHART 5 — Funnel ============ */
try {
const el = document.getElementById('cv-funnel');
if (el && window.Chart) {
// anchored on north-star = 30 paying firms/mo; upstream are estimates
const stages = [
{name:'Reached via partners/content', v:1500},
{name:'Visited offer page', v:600},
{name:'Started trial', v:180},
{name:'Activated (first draft)', v:80},
{name:'Paying firms (north-star)', v:30}
];
new Chart(el, {
type:'bar',
data:{
labels: stages.map(s=>s.name),
datasets:[{
data: stages.map(s=>s.v),
backgroundColor:['rgba(53,80,112,.35)','rgba(53,80,112,.5)','rgba(176,125,52,.6)','rgba(176,125,52,.8)', C.green],
borderColor:'rgba(0,0,0,0)', borderRadius:3, barThickness:24
}]
},
options:{
indexAxis:'y', responsive:true, maintainAspectRatio:false,
scales:{
x:{ beginAtZero:true, grid:{color:'rgba(26,34,51,.07)'}, ticks:{color:C.muted} },
y:{ grid:{display:false}, ticks:{color:C.inkSoft, font:{size:10.5}} }
},
plugins:{
legend:{display:false},
tooltip:{ backgroundColor:C.ink, titleColor:C.goldBright, bodyColor:'#f4eee2', padding:10,
callbacks:{
label:(it)=> it.dataIndex===4 ? it.raw+' firms/mo · north-star target'
: '~'+it.raw+' · estimate'
}
}
}
}
});
}
} catch(e){ console.warn('funnel', e); }
/* ============ CHART 6 — Radar by lever ============ */
try {
const el = document.getElementById('cv-radar');
if (el && window.Chart) {
const dims = [...new Set(TASKS.map(t=>t.dim))];
const reachByDim = dims.map(d=> TASKS.filter(t=>t.dim===d).reduce((s,t)=>s+t.reach,0));
const effortByDim = dims.map(d=> TASKS.filter(t=>t.dim===d).reduce((s,t)=>s+t.effort,0));
const maxEffort = Math.max(...effortByDim);
const easeByDim = effortByDim.map(e=> +( (maxEffort+1) - e ).toFixed(1) ); // inverse effort = "ease"
new Chart(el, {
type:'radar',
data:{
labels: dims,
datasets:[
{ label:'Total reach', data:reachByDim,
backgroundColor:'rgba(53,80,112,.18)', borderColor:C.blue, pointBackgroundColor:C.blue, borderWidth:2 },
{ label:'Ease (inverse effort)', data:easeByDim,
backgroundColor:'rgba(176,125,52,.16)', borderColor:C.gold, pointBackgroundColor:C.gold, borderWidth:2 }
]
},
options:{
responsive:true, maintainAspectRatio:false,
scales:{ r:{
angleLines:{color:'rgba(26,34,51,.1)'}, grid:{color:'rgba(26,34,51,.1)'},
pointLabels:{font:{family:MONO,size:10}, color:C.inkSoft}, ticks:{display:false}, beginAtZero:true
}},
plugins:{
legend:{ position:'bottom', labels:{boxWidth:11, padding:12, font:{size:10.5}, color:C.inkSoft} },
tooltip:{ backgroundColor:C.ink, titleColor:C.goldBright, bodyColor:'#f4eee2', padding:10 }
}
}
});
}
} catch(e){ console.warn('radar', e); }
</script>
</body>
</html>