Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/draft-client-kickoff.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const approvalOwner = day0.approvalOwner;
const highestLeveragePage = field(sprintPlan, "Highest-leverage page:", "choose the highest-leverage page");
const sprint = `**${day0.offerName}**\n\nIncluded: ${config.includedDeliverables.join(", ")}.`;
const timingAndPrice = `- Day 0: ${day0.day0StartedAt}\n- Working-day deadline: ${day0.deadlineAt}\n- Clock rule: ${config.dayZeroRule}\n- Founder pilot ${pilotPosition} of ${FOUNDER_PILOT.capacity}: **${founderPilotPrice}**.`;
const approvalOpening = `Thanks for approving the ${config.offerName}. Day 0 is recorded and the service is paid.`;
const approvalOpening = `Thanks for approving ${config.offerName}. Day 0 is recorded and the service is paid.`;

const kickoff = `# ${name} Kickoff Message

Expand Down
2 changes: 1 addition & 1 deletion scripts/draft-loom-recording-script.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const script = `# ${metadata.name} Loom Recording Script

## Goal

Record a 2-3 minute cold audit that names one clear fault and positions the ${config.offerName} as the obvious next step.
Record a 2-3 minute cold audit that names one clear fault and positions ${config.offerName} as the obvious next step.

## Before Recording

Expand Down
2 changes: 1 addition & 1 deletion scripts/draft-recording-sharpness-brief.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Use this before recording. The job is not to sound clever. The job is to make on
4. Credibility: ${proof[0] || "use only visible proof from the live page"}
5. Solution: ${firstFix}
6. Proof: ${proof[1] || contrast}
7. CTA: Offer the ${config.offerName} at ${price} without promising revenue, rankings, ROAS, or lift.
7. CTA: Offer ${config.offerName} at ${price} without promising revenue, rankings, ROAS, or lift.

## So-What Chain

Expand Down
2 changes: 1 addition & 1 deletion scripts/draft-sales-call-prep.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ ${payback}

## Close

"The ${FOUNDER_PILOT.offerName} is exactly a ${founderPilotPrice()} for one highest-leverage page. Human reviewers gate the claims and client-facing work. You receive the fault map, rewrite or redesign, one implementation pass or dev-ready handoff, search-trust basics, before/after proof, Loom, measurement plan, one client revision, and 14-day implementation tracking. Day 0 starts after payment, context, and named approval and implementation owners."
"${FOUNDER_PILOT.offerName} is exactly a ${founderPilotPrice()} for one highest-leverage page. Human reviewers gate the claims and client-facing work. You receive the fault map, rewrite or redesign, one implementation pass or dev-ready handoff, search-trust basics, before/after proof, Loom, measurement plan, one client revision, and 14-day implementation tracking. Day 0 starts after payment, context, and named approval and implementation owners."

## Guardrails

Expand Down