ring/default/skills/deck/templates/slide-content-paper.html
Fred Amaral 563de9a6a5
feat(deck): add skill to scaffold Lerian-branded presentations
feat(systemplane): refactor migration skill for lib-commons v5 API
docs(plugin): update skill counts and keywords for new deck skill
chore(plans): remove obsolete caching and dev-cycle plan documents
2026-04-19 21:07:19 -03:00

73 lines
3.5 KiB
HTML

<!-- ARCHETYPE: content-paper -->
<!-- Use for: Discussion / reflection slides. Paper background (#F2F2F2) + inline black -->
<!-- question card for visual pacing. Identical grid mechanics to slide-content.html. -->
<!-- In the reference this carries the 4 strategic debates in Act 04. -->
<section data-label="Discussion 01 &mdash; Cloud" class="slide paper">
<div class="meta">
<div class="left">
<span class="wordmark">lerian<span class="dot"></span></span>
<span>&middot; Act 04 &mdash; Strategic Discussion 01/04</span>
</div>
<div class="right"><span class="num"><span class="page-num"></span> / <span class="page-total"></span></span></div>
</div>
<div class="body">
<!-- Eyebrow + timing rule -->
<div style="display: flex; align-items: center; gap: 18px;">
<div class="eyebrow">Discussion 01</div>
<div style="height: 1px; flex: 1; background: var(--c-rule);"></div>
<div class="eyebrow">~12 min</div>
</div>
<h1 style="margin-top: 28px; max-width: 1700px;">Lerian Cloud &mdash; "Vercel for financial services."</h1>
<div style="display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; margin-top: 56px; flex: 1; min-height: 0;">
<!-- Context column -->
<div style="display: flex; flex-direction: column; padding-top: 4px;">
<div class="eyebrow" style="margin-bottom: 24px; color: var(--c-ink);">Context</div>
<ul class="ticks" style="flex: 1;">
<li><strong>70% of new logos</strong> enter directly through SaaS (vs. 100% BYOC 12 months ago).</li>
<li>Tenant-manager live since Q1/26. Clients deploy Lerian products <strong>and their own apps</strong> on Lerian infra &mdash; stickiness beyond traditional SaaS.</li>
<li><strong>No competitor offers this</strong> capability today.</li>
<li>BYOC clients already requesting migration to managed tiers &mdash; organic upsell motion.</li>
</ul>
</div>
<!-- Questions card (dark on paper) — uses canonical ul.numbered.questions -->
<div style="background: var(--c-ink); color: var(--c-ink-inv); padding: 40px 44px; border-radius: 4px; display: flex; flex-direction: column; gap: 24px; justify-content: space-between;">
<div class="eyebrow" style="color: var(--c-accent);">Questions for the board</div>
<ul class="numbered questions">
<li>
<span class="n">01</span>
<div>
<div class="t">Target profile &amp; reference case</div>
<div class="b">Enterprise gravitates hybrid, mid-market accepts full SaaS. Which segment builds the reference case for the other?</div>
</div>
</li>
<li>
<span class="n">02</span>
<div>
<div class="t">GTM timing</div>
<div class="b">70% already choose SaaS. BYOC migrating up. Is this the signal to go-to-market with Cloud now &mdash; or do we need a larger proof base?</div>
</div>
</li>
<li>
<span class="n">03</span>
<div>
<div class="t">Pricing strategy</div>
<div class="b">Clients running their apps on Lerian infra creates platform lock-in. How do we price platform vs. product without cannibalizing either during transition?</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="footer">
<div>Confidential &mdash; Lerian Board</div>
<div>April 22, 2026</div>
</div>
</section>
<!-- END ARCHETYPE: content-paper -->