Steal these. Seriously.
AI prompts, code snippets, checklists and tools I actually use. Curated as I find them, free to grab.
Type
ShowAdded
Client discovery interview prompt
Paste this into your AI of choice before a client call. It turns rough project ideas into a structured brief with goals, constraints and red flags.
You are a senior product strategist. Interview me about my project idea one question at a time. After 8 questions, produce: goals, audience, scope, risks, and a one-line brief.
Brand voice extractor
Feed it three pieces of your existing copy and it returns a reusable voice guide: tone, vocabulary, sentence rhythm and words to avoid.
Analyze the three writing samples below. Output a brand voice guide: tone in 3 adjectives, vocabulary rules, sentence rhythm, and 10 words this brand would never use.
GSAP scroll reveal, the polite way
The reveal pattern used on this site: transform and opacity only, plays once, and fully respects reduced motion.
if (!matchMedia('(prefers-reduced-motion: reduce)').matches) { gsap.utils.toArray('[data-reveal]').forEach(el => gsap.from(el, { y: 28, opacity: 0, duration: .7, ease: 'power3.out', scrollTrigger: { trigger: el, start: 'top 86%', once: true } })); }