Source: Godofprompt Seth Godin Personal Brand Prompts — thread by @godofprompt on X, 2026-04-01, extracted via browser automation 2026-04-12.

A six-prompt Claude workflow by @godofprompt that engineers a “complete fame system” by applying Seth Godin’s Purple Cow remarkability framework through five elements — Symbol, Slogan, Surprise, Salient idea, Story — culminating in an assembled deployment. Uses the same <role>/<task>/<steps>/<rules>/<output> XML skeleton as the Winston MIT presentation thread, making the pair a strong reference for portable prompt templates.

Key Takeaways

  • Five-element framework is shared with the Winston thread. Prompts 1–5 here use the exact same mnemonic as Winston’s Star (Symbol / Slogan / Surprise / Salient idea / Story). The thread labels it “Godin’s Purple Cow system” — an attribution worth questioning. Winston’s lecture is the standard citation for this specific naming. ^[ambiguous]
  • Prompt 6 is a combinator, not another individual prompt — it takes the outputs of prompts 1–5 and assembles them into one deployment plan. This is a chained-prompt pattern worth lifting as its own concept (mini → mini → mini → combinator).
  • Every rule set includes a behavioral test. “If someone sees it once, can they draw it from memory a week later?” / “Does this make someone screenshot it and send it to a friend?” / “After 90 days, can a stranger describe my brand in one sentence without prompting?” The tests operationalize remarkability — they turn subjective branding into verifiable output criteria.
  • Negative constraints name their failure modes specifically. “Never use buzzwords — ‘innovative,’ ‘disruptive,’ ‘game-changing’ are instant slogan killers.” This is explicit-criteria prompting at its sharpest.
  • The “ask first” interview pattern appears as step 1 in every prompt — same as the Winston thread. Reinforces that the @godofprompt template treats the interview step as non-optional.
  • Godin’s actual concepts referenced: Purple Cow (remarkability), permission marketing, smallest viable audience, “stories are how we make meaning,” tension-and-resolution. These are real Godin ideas; the five-element framing is the thread author’s synthesis on top.

The Six Prompts

Full prompt text in the source file: Godofprompt Seth Godin Personal Brand Prompts. Summary:

  1. Build Your Signature Symbol — 3 options, remarkability test, cross-content deployment.
  2. Create Your Signature Slogan — under 6 words, no buzzwords, survives out of context.
  3. Find Your Signature Surprise — counterintuitive truth that challenges widely accepted belief, with a tension-before-reveal delivery sequence.
  4. Build Your Salient Idea — smallest viable audience test, one idea only, every piece of content points back.
  5. Tell Your Signature Story — turning point, tension/resolution arc, universal truth, 3-minute script.
  6. Build Your Complete Fame System — assembles 1–5 into one deployment with a consistency checklist and 90-day test.

Pattern: Mini-Prompts + Combinator

Prompts 1–5 each produce one named artifact (Symbol / Slogan / Surprise / Salient idea / Story). Prompt 6 consumes all five as inputs and produces an integrated deployment plan. This is a chained-prompt architecture worth generalizing — when a domain has N independent sub-artifacts plus a combined deployment, structure your prompts as N minis + 1 combinator rather than one monolithic mega-prompt. See Prompt Engineering Essentials §Prompt Chaining for the underlying technique.

Try It

  • Run prompts 1–5 on your own brand — save the five artifacts to a single markdown file, then feed them to prompt 6 in one go.
  • Port the five-element framework to product positioning: Symbol / Slogan / Surprise / Salient idea / Story maps cleanly to a product as well as a person. The same prompt shell should work with minor role-swaps.
  • Build a /fame-system slash command that runs all six prompts in sequence, persisting artifacts between steps. Mirrors the subagents execution model.
  • Compare the attribution — run both the Winston thread’s prompt 3 (Ideas Unforgettable) and this thread’s prompts 1–5 against the same input. The output content overlap will reveal whether the “Star” mnemonic is really Winston’s, Godin’s, or the thread author’s own invention.
  • Winston MIT Presentation Prompts — same five-element mnemonic, attributed to Patrick Winston instead of Godin. Pair these two articles to see framework attribution drift.
  • LinkedIn Thought Leadership Prompts — the third God-of-Prompt thread in this family. Same five-slot skeleton, expressed with markdown headers instead of XML tags.
  • Prompt Engineering Essentials — the interview pattern, explicit criteria, and prompt-chaining techniques this thread applies.
  • CCA-F Technical Reference — Anthropic’s XML-tag conventions.
  • AI Marketing — personal branding is adjacent to marketing content work; some prompts here port directly to client brand positioning.

Open Questions

  • Is the five-element “Symbol / Slogan / Surprise / Salient idea / Story” mnemonic really Godin’s, or is it Patrick Winston’s rebranded? The thread author attributes it differently in the Winston thread — a clean citation audit would resolve this.
  • How does the mini + combinator chain compare to a single mega-prompt that produces all six outputs in one call? Cost, quality, and consistency tradeoffs worth measuring.
  • The “under 6 words,” “under 3 minutes,” “90-day” thresholds are stated without justification. Would relaxing them produce better output for specific domains (e.g., B2B brand work where a 7-word slogan survives better than a 4-word one)?