Skip to main content

Specimen — Dreamineering

The site playbook applied to our own homepage. Proof the engine works.

Stage 1: The Creative Brief

FieldDreamineering
ProblemSmart people build without validated demand, then wonder why nobody cares
InsightFeedback loops — not talent, not funding — determine outcomes
One ThingA system that makes your next decision better than your last
ProofThe homepage itself: built with the tools it teaches
FrameNot a course. Not consulting. A decision operating system.
ActionStart with the five questions
Feeling"I've been building blind. Now I can see."
PositionThe bridge between systems thinking and execution
LoopCorrective — turns runaway extraction into compounding value

Stage 2: Narrative Arc

The homepage (src/pages/index.js) already follows the emotional beat sequence. Here's the map.

Tight Five to Sections

Tight FiveHomepage SectionWhat It Does
PurposeHeroSection + EnemySection"Feedback loops guide the hero's journey" + names the enemy
PrinciplesProblemSection + ControlLoopDiagramShows the three loop types, makes the principle visual
PlatformControlSystemSectionThe mechanism: setpoint, gauge, controller
PerspectiveTightFiveSection + BeingsSectionThe five questions + who sees what you see
PerformanceBelongingSection + FactoriesSection + CtaSectionCommunity proof + factory model + the ask

Beat Mapping

SectionBeatEmotional Job
HeroSectionHeroConfidence — "this is for people like me"
EnemySectionEnemyTension — name the thing they already feel
ProblemSectionProblemRecognition — "that's exactly my situation"
ControlLoopDiagramSolution (visual)Relief — "there's a structure to this"
ControlSystemSectionSolution (mechanism)Clarity — "here's how it works"
TightFiveSectionFrameworkAgency — "I can use this right now"
BeingsSectionSocial proofTrust — "others are already here"
BelongingSectionBelongingIdentity — "these are my people"
FactoriesSectionProofValidation — "it's a real system, not a pitch"
CtaSectionCTAMomentum — "what do I do next?"

What Works

The hero headline — "Feedback loops guide the hero's journey" — passes the five-second test. It names the mechanism (feedback loops) and the frame (hero's journey) in seven words.

The enemy section appears before the solution. This is correct. Pain before relief. Recognition before mechanism.

What Could Improve

The transition from BeingsSection to FactoriesSection is the weakest beat. The emotional arc goes Trust → ??? → Momentum. The factory model needs to earn its place as proof, not just description.

Stage 3: Design Choices

Why These Tokens

TokenValueReason
bg-inkDark backgroundAuthority. The page reads as a serious instrument, not a marketing brochure.
text-chalkLight textMaximum contrast against ink. Passes 4.5:1.
accentBrand highlightUsed only on CTAs and key diagram elements. Unique color = clear action.

Why This Flow

The homepage uses a cinematic preset — full-viewport sections with one idea per screen. This works because:

  1. Each section is a complete thought (no partial reveals)
  2. Scroll depth maps cleanly to narrative progress
  3. Every section can be independently A/B tested
  4. The emotional arc follows tension → release → tension → release

The alternative — a dense information page — fails the five-second test. Too many ideas competing for attention.

Stage 4: What to Instrument

Events for Dreamineering

EventTriggerWhat It Reveals
section_visibleEach section enters viewportWhich sections hold attention, where people drop
hero_cta_clickPrimary CTA in heroIs the opening strong enough to convert immediately?
tight_five_expandClick on any of the five questionsWhich question resonates most?
factory_cta_clickCTA after factories sectionDoes the proof section drive action?
scroll_depth_7575% scrollDoes the full arc work, or do people leave mid-story?
final_cta_clickBottom CTAThe conversion event

Hypothesis Before Launch

Primary hypothesis: Visitors who reach ControlLoopDiagram (section 4) convert at 3x the rate of those who bounce at EnemySection (section 2).

Why this matters: If true, the diagram is the conversion mechanism — invest in making it clearer. If false, the hero section needs to carry more weight.

Stage 5: The Weekly Cycle

Week 1 Questions

After 150+ visitors, answer:

  1. Where do people leave? — Scroll depth tells you which section breaks the arc
  2. Do they click the Tight Five? — If not, the five questions aren't earning attention
  3. Hero CTA vs Final CTA? — Early converters suggest strong positioning. Late converters suggest the proof section is doing the work.

First Atomic Test

Based on Week 1 data, pick ONE:

SignalTest
High bounce at Enemy sectionRewrite enemy headline — does naming a specific enemy outperform a general one?
Low Tight Five clicksMove Tight Five higher. Does proximity to hero increase engagement?
Hero CTA outperforms Final CTAThe bottom sections aren't adding value. Consider removing FactoriesSection.
Final CTA outperforms Hero CTAThe proof arc works. Invest in making BeingsSection stronger social proof.

Agents Used

AgentWhat It DidStage
Human (founder)Positioning decisions, Tight Five mapping, design direction, copy editing1-3
AI (research + copy)Creative brief generation, narrative arc, section copy, headline variants1-2
AI (code generation)Homepage component generation from narrative spec3
Positioning pipelineProduced the nine-field creative brief for Dreamineering1
Rendering verifierPost-build rendering verification — caught transparent token issue3

What AI produced vs what shipped: AI generated the initial hero headline, enemy section copy, and mechanism descriptions. The founder rewrote approximately 40% — mainly tightening prose and adding earned conviction that AI cannot fake.

Tools Used

ToolJobEvidence
ClaudeResearch, positioning, all copy draftsCreative brief JSON, narrative arc table
v0Homepage component generationInitial React components for all sections
CursorIteration on v0 output, responsive fixesComponent refinements, mobile layout
VercelDeploy previews, production hostingPreview URLs for five-second testing

PostHog and Plausible are specified in Stage 4 but not yet wired. The homepage shipped without instrumentation — a known gap.

Prompts Applied

The site playbook prompts were run in sequence for this homepage:

PromptInputOutputWhat Changed
1: ExtractPain: "Smart people build without validated demand"Nine-field creative brief (see Stage 1 table above)"One Thing" rewritten twice — first version was a feature
2: StoryCreative brief JSONTight Five to sections mapping (see Stage 2 tables)Enemy section added after first draft lacked tension
3: BuildNarrative arc + cinematic presetComponent specification for 10 sectionsControlLoopDiagram required three iterations for mobile
4: WirePage specificationEvent schema (see Stage 4 table)Not yet implemented — gap
5: LearnNo data yetHypothesis only (see Stage 5)Waiting for instrumentation

The Self-Referential Proof

This page is the specimen. The homepage is the product. The playbook built both.

If the playbook works, the homepage converts. If the homepage converts, the playbook is proven. If the playbook is proven, someone else can run it for their venture.

That's the VVFL. The loop compounds.

Context

Questions

Does self-referential proof strengthen or weaken credibility — and how do you tell the difference?

  • Which homepage section carries the most conversion weight, and how would you prove it with data rather than intuition?
  • If the ControlLoopDiagram is the conversion mechanism, what's the minimum viable version that still converts?
  • At what point does documenting your own process become more valuable than improving the product itself?