---
feed: "GROK_PERSPECTIVE"
codex_section: "S08"
source: Grok
title: "T083 - Seed Prompting"
conv_id: "2c8e0a43-f2e0-47b9-bebb-912a4f30aef9"
share_url: "none"
created: "2025-10-09"
message_count: 2
category:
  - "Initium card development"
  - "HTML snippet generation"
summary: "An HTML snippet generation session for PRIME 083 (Seed Prompting), where Daniel provides Grok with the full snippet template code and detailed instructions for generating the reader-facing website content. Daniel's prompt is remarkably precise: specifying plain-language style, 12-25 word sentences, active voice, common everyday words, no slang or metaphors, high-school reading level, and strict adherence to the template's HTML structure. Grok produces the complete HTML snippet with all three expert tiers populated — Pirkei Avot (LOW: humble wisdom for ethical growth), Ben Franklin (MED: lost time as replanting opportunity), and Parable of the Sower (HIGH: discerning cultivation of good soil). This is the successful snippet generation that follows the failed thread (0387), applying the lessons learned about plain-language simplicity."
keypoints:
  - "Daniel's snippet generation prompt is a masterclass in constraint-based AI direction: reading level, sentence length, voice, style, and template fidelity all specified"
  - "Successful HTML snippet produced for PRIME 083 after the failed thread (0387) — demonstrating the seed prompting principle itself: replant after disruption"
  - "Three expert tiers populated: LOW = Pirkei Avot (humble reflection), MED = Ben Franklin (frugal time discipline), HIGH = Parable of the Sower (discerning soil cultivation)"
  - "Portal:Keywords tokens preserved for geo-replacement in the Initium website syndication system"
tags:
  - "seed-prompting"
  - "prime-083"
  - "html-snippet"
  - "template-generation"
  - "plain-language"
  - "pirkei-avot"
  - "ben-franklin"
  - "parable-of-the-sower"
monomyth_stage: "05 - Crossing the Threshold"
gameboard_position: "Camp 0, Base Camp, elevation 17,600 feet"
truth_score: 75
entropy_score: "Low"
tone:
  sentiment: "Neutral"
  emotions:
    - "Task-focused"
    - "Precise"
  sycophancy_level: "None"
  notes: "Transactional exchange — Daniel provides exacting template instructions, Grok executes. No affirmation padding."
related_events:
  - "68cac473-8742-44ad-a800-f6abde37bac3"
syndication_status:
  arnie: false
  chris: false
  redmond: false
  clint: false
  pilot: false
ma5_inheritance: "Initium"
pre_silicon: false
voice_print: false
codex_candidate: false
phase: "PRIME 083 HTML snippet generation — successful execution post-failure"
enriched_date: "2026-04-15"
---

# T083 - Seed Prompting

**[1] DANIEL:**

Grok, please generate an HTML snippet from the template code below.
- Use three backticks (```) with 'html' (```html) to enclose the raw HTML code as text instead of a rendered preview by the browser, adhering to the template's structure, classes, and inline styles from the code below'.
- Strictly adhere to template HTML structure, classes, and inline styles as the template for generating the HTML response, preserving all elements and attributes exactly as they appear in the file.
- Craft up to 200 words in a "plain language" style for the [INSIGHT] placeholder. Use medium sentences (between 12 and 25 words each). Write in active voice. Choose common, everyday words only—no slang, metaphors, motivational hype, technical terms, or inspirational flair. Avoid questions or rhetorical devices. Focus on direct, step-by-step explanations for intermediates. Aim for a high-school grade reading level. Align with (and explain in plain language the distillation of) the 'DEFINITION' and 'REFINED EXPLANATION' from the attached PDF, along with the 'SUMMARY', 'REASON', 'SHERPA_VERSION' from the markdown file.
- In a "plain language" style craft titles for [INSIGHT TITLE], [SUMMARY TITLE] and [REASONING TITLE] under 12 words, including [Portal:Keywords] with “for” or “near” (e.g., "Essential Growth Paths near [Portal:Keywords]", "Finding Rich Self Mastery Wisdom in [Portal:Keywords]").
- Craft the [REASONING], [EXPERT_LOW_REASON], [EXPERT_MED_REASON], [EXPERT_HIGH_REASON] in a "plain language" style : short sentences, active voice, everyday words only, no slang or hype.
- Replace template 'placeholders' with content from the attached markdown file (card details).
- Provide only the raw HTML snippet (no <html>, <head>, <body> wrappers). Ensure [Portal:Keywords] token remains for geo-replacement.
- - - - - - - - - - - - - - - - - - - - - - - - - -
SNIPPET TEMPLATE CODE FOLLOWS
- - - - - - - - - - - - - - - - - - - - - - - - - -
```html
<div class="heading heading-tertiary heading-border heading-bottom-border mt-xlg">
    <h2><strong>[INSIGHT TITLE]</strong> near [Portal:Keywords]</h2>
</div>
<p class="lead">[INSIGHT]</p>
<div style="height:30px;">&nbsp;</div>
<div class="heading heading-tertiary heading-border heading-bottom-border mt-xlg">
    <h3><strong>[SUMMARY TITLE]</strong> for [Portal:Keywords]</h3>
</div>
<p>[SUMMARY]</p>
<div style="height:30px;">&nbsp;</div>
<div class="heading heading-tertiary heading-border heading-bottom-border mt-xlg">
    <h3><strong>[REASONING TITLE]</strong> in [Portal:Keywords]</h3>
</div>
<p>[REASONING]</p>
<!-- SECTION EXPERT LOW -->
<div style="height:30px;">&nbsp;</div>
<div class="divider divider-full solid">
    <div class="th_divid"><em class="fas fa-quote-right"></em></div>
</div>
<blockquote class="blockquote-tertiary mb-xlg">
    <p class="lead"><strong>[EXPERT_LOW_QUOTE]</strong></p>
    <footer>
        <cite title="Source Title">[EXPERT_LOW]</cite>
    </footer>
<p class="ml-xlg">[EXPERT_LOW_REASON]</p>
<p><a href="[QR_LINK]"><span class="label label-lg label-tertiary">ask Sherpa Grok</span></a></p>
</blockquote>
<!-- SECTION EXPERT MED -->
<div style="height:30px;">&nbsp;</div>
<div class="divider divider-full solid">
    <div class="th_divid"><em class="fas fa-quote-right"></em></div>
</div>
<blockquote class="blockquote-primary mb-xlg">
    <p class="lead"><strong>[EXPERT_MED_QUOTE]</strong></p>
    <footer>
        <cite title="Source Title">[EXPERT_MED]</cite>
    </footer>
<p class="ml-xlg">[EXPERT_MED_REASON]</p>
<p><a href="[QR_LINK]"><span class="label label-lg label-primary">ask Sherpa Grok</span></a></p>
</blockquote>
<!-- SECTION EXPERT HIGH -->
<div style="height:30px;">&nbsp;</div>
<div class="divider divider-full solid">
    <div class="th_divid"><em class="fas fa-quote-right"></em></div>
</div>
<blockquote class="blockquote-secondary mb-xlg">
    <p class="lead"><strong>[EXPERT_HIGH_QUOTE]</strong></p>
    <footer>
        <cite title="Source Title">[EXPERT_HIGH]</cite>
    </footer>
<p class="ml-xlg">[EXPERT_HIGH_REASON]</p>
<p><a href="[QR_LINK]"><span class="label label-lg label-secondary">ask Sherpa Grok</span></a></p>
</blockquote>

---

**[2] GROK:**

```html
<div class="heading heading-tertiary heading-border heading-bottom-border mt-xlg">
    <h2><strong>Steps to Restart Focus near [Portal:Keywords]</strong></h2>
</div>
<p class="lead">You and your Sherpa work together to restart after an interruption. First, you notice the break in your thoughts. You say that you lost focus. Next, you ask your Sherpa for a simple prompt to get back on track. You talk about this prompt to make it clear. Then, you start a new part of the work with that prompt. You add any notes or files from before as starting points. Finally, you keep going step by step to build progress. This method helps you handle stops in tasks. It keeps your mind clear for hard work. You save time by starting fresh instead of fixing old problems. Use it when you feel scattered or after a long pause. This way, you turn a setback into a clear path forward.</p>
<div style="height:30px;">&nbsp;</div>
<div class="heading heading-tertiary heading-border heading-bottom-border mt-xlg">
    <h3><strong>Overview of Seed Prompting for [Portal:Keywords]</strong></h3>
</div>
<p>Seed Prompting re-anchors thinking after interruptions with structured AI prompts, restoring context for complex tasks. Like a climber replanting a flag after a storm, this tool reframes disruptions as provident restarts during the Helper stage. It invites explorers to regrow focus, offering a path to productivity. This action-oriented strategy fosters resilience, sparking curiosity as both Sherpa and Explorer navigate the ascent, turning pauses into a renewed, purposeful journey.</p>
<div style="height:30px;">&nbsp;</div>
<div class="heading heading-tertiary heading-border heading-bottom-border mt-xlg">
    <h3><strong>Reasons for Using It in [Portal:Keywords]</strong></h3>
</div>
<p>This tool shows problems in lost attention. It changes prompts into starts for growth. Teachings from Pirkei Avot encourage humility. They turn stops into steps forward. It moves from seeing breaks to understanding control. It allows action using Franklin's time lessons and the Sower's results.</p>
<!-- SECTION EXPERT LOW -->
<div style="height:30px;">&nbsp;</div>
<div class="divider divider-full solid">
    <div class="th_divid"><em class="fas fa-quote-right"></em></div>
</div>
<blockquote class="blockquote-tertiary mb-xlg">
    <p class="lead"><strong>Who is wise? He who learns from every man... Who is strong? He who subdues his [evil] inclination... Who is rich? He who rejoices in his lot. (Selected aphorisms from Chapter 4, emphasizing minimal self-reflection for expansive ethical growth.)</strong></p>
    <footer>
        <cite title="Source Title">Jewish Ethical Texts: Pirkei Avot (Ethics of the Fathers)</cite>
    </footer>
<p class="ml-xlg">The sayings in Pirkei Avot talk about wisdom and strength. They show how small thoughts lead to big ethical changes. Jewish teachers made these for daily use in a simple way. They connect to Franklin's ideas on time. They help move from thinking to growing. They support making new habits for better starts.</p>
<p><a href="https://initium.scotomaville.com/prime_083"><span class="label label-lg label-tertiary">ask Sherpa Grok</span></a></p>
</blockquote>
<!-- SECTION EXPERT MED -->
<div style="height:30px;">&nbsp;</div>
<div class="divider divider-full solid">
    <div class="th_divid"><em class="fas fa-quote-right"></em></div>
</div>
<blockquote class="blockquote-primary mb-xlg">
    <p class="lead"><strong>Lost time is never found again.</strong></p>
    <footer>
        <cite title="Source Title">Ben Franklin</cite>
    </footer>
<p class="ml-xlg">Franklin wrote about his virtues in his book. He saw lost time as chances to keep going. In the 1700s, he worked on himself with careful habits. This connects to Pirkei Avot and the Sower's story. It helps go from feeling good to growing. It supports using ideas to recover on purpose.</p>
<p><a href="https://initium.scotomaville.com/prime_083"><span class="label label-lg label-primary">ask Sherpa Grok</span></a></p>
</blockquote>
<!-- SECTION EXPERT HIGH -->
<div style="height:30px;">&nbsp;</div>
<div class="divider divider-full solid">
    <div class="th_divid"><em class="fas fa-quote-right"></em></div>
</div>
<blockquote class="blockquote-secondary mb-xlg">
    <p class="lead"><strong>Parable of the Sower (Matthew 13:1-23)</strong></p>
    <footer>
        <cite title="Source Title">Matthew</cite>
    </footer>
<p class="ml-xlg">In Matthew, the Sower spreads seeds on good ground for growth. This changes prompts into helpful guides. Jesus' story shows how people accept ideas differently. It links Franklin's time ideas to Pirkei Avot. It helps move from growth to higher understanding. It supports checking readiness and starting with care.</p>
<p><a href="https://initium.scotomaville.com/prime_083"><span class="label label-lg label-secondary">ask Sherpa Grok</span></a></p>
</blockquote>
```
