IRIS Handoff Nov 28 2025

IRIS Website Generation – Handover Summary (Week 1)

Context

We’ve been setting up a repeatable way for IRIS to generate inbound‑focused web pages, so we can move FVG from outbound to inbound. Since you already knows the overall goal; this handover is about the concrete assets, workflow, and direction so you can take it forward.

The core idea is: IRIS doesn’t just get a prompt – it gets context + examples.
We define standards in text “context” files, back them with real code examples (components and full pages), and then ask IRIS to assemble new pages by following those patterns. Fine‑tuning happens by updating the context, not retraining the model.


1. Methodology

a) Context‑driven generation

b) Components + examples

c) Multi‑LLM friendly


2. Current Assets

3) Generic landing‑page components

4) Existing WordPress city templates (for reference)


3. Standard Workflow for Using IRIS

  1. Pick domain + context

    • Legal role page:
      • Use instructions legal.txt + paralegal01-sonnet.php as context/examples.
    • Generic landing page:
      • Use components/README.md + sample-page.html + all-components-sample.html.
  2. Provide source content

    • Role / service description document.
    • Any existing copy that must be preserved.
    • Constraints (jurisdiction, compliance, “must not say” items).
  3. Ask IRIS to generate a page

    • Feed IRIS:
      • The relevant instructions file (context).
      • At least one example file (legal page or component sample).
    • Prompt along the lines of:
      • “Generate a WordPress PHP template for [ROLE/SERVICE] following the IRIS structure and placeholders, do not invent facts, enforce hero/CTA and above‑the‑fold rules.”
  4. Review and correct

    • Check for:
      • All IRIS blocks present.
      • Hero + CTAs correct.
      • Placeholders wherever real data is missing (no invented testimonials/awards/prices).
      • For legal: boundaries/scope/security are accurate and non‑overreaching.
    • If you see recurring issues, change the context file, not just the one‑off prompt, so the fix generalizes.
  5. Integrate

    • For WP: drop the template into the theme and wire it as a page template.
    • For static / other stacks: map the HTML into the component system while keeping the same classes and block order.

4. Design / Model Strategy


5. Status After One Week

Completed


6. Where This Lives in the Repo



Revision #3
Created 28 November 2025 21:35:51 by Paddy Yoosin
Updated 28 November 2025 21:49:31 by Paddy Yoosin