AI Prompt Library for Genealogists

View the Prompt Library here.

Crafting Your Family’s Past: An Infographic on AI-Powered Genealogy https://cdn.tailwindcss.com https://cdn.jsdelivr.net/npm/chart.js body { font-family: ‘Inter’, sans-serif; background-color: #f0f4f8; } .chart-container { position: relative; margin: auto; height: 300px; max-height: 400px; width: 100%; max-width: 600px; } @media (min-width: 768px) { .chart-container { height: 350px; } } .gradient-text { background: linear-gradient(to right, #00A0B0, #EB6841); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .kpi-card { background-color: white; border-radius: 0.75rem; padding: 1.5rem; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); text-align: center; border-left: 5px solid #00A0B0; } .flowchart-item { background-color: white; border-radius: 0.5rem; padding: 1rem; text-align: center; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); flex: 1; min-width: 150px; } .flowchart-arrow { font-size: 2rem; color: #00A0B0; margin: 0 1rem; align-self: center; }

Crafting Your Family’s Past

An Infographic on Using AI Prompts to Power Your Genealogy Research and Storytelling

The Power of a Well-Crafted Prompt Library

A structured prompt library is more than a list of questions; it’s a strategic toolkit. The analysis revealed several key strengths that make this approach highly effective for genealogists.

Comprehensive

Covers everything from research and data analysis to storytelling and image generation.

Context-Driven

Emphasizes providing specific details, which is crucial for accurate AI outputs.

Story-Focused

Transforms raw facts into compelling, narrative-driven family histories.

Educational

Teaches prompt refinement and iteration, improving the user’s AI fluency.

Your Prompting Compass: The AI Fluency Framework

Effective prompting follows a strategic process. This framework guides you from understanding your goal to taking ownership of the final AI-assisted output.

1. Delegation

Strategically divide work between yourself and the AI.

2. Description

Clearly define what you want the AI to create and how.

3. Discernment

Evaluate the quality and process of the AI’s output.

4. Diligence

Be thoughtful and transparent in your use of AI.

The Genealogist’s AI Toolkit

The prompt library is organized into distinct categories, each serving a unique purpose in the genealogical journey.

Focus of Narrative Prompts

This chart shows the relative importance and utility of different types of narrative prompts, helping you focus your efforts on what matters most for storytelling.

Prompt Category Strengths

Different prompt categories excel in different areas. This radar chart compares their effectiveness across key genealogical activities.

From Good to Great: Enhancing Your Prompts

The difference between a basic prompt and an enhanced one is detail and direction. Adding context and specifying the desired output dramatically improves results.

Basic Prompt

"Help me create a chapter outline for my great-grandfather's story, who migrated from Wales to Queensland in 1885."

Enhanced Prompt

"I'm writing a family history book and need a 6-8 chapter outline for my great-grandfather... Provide a title, main themes, historical context to research, and specific record types for each chapter. Here are the records I already have..."

Visualizing the Past: The Art of the Image Prompt

AI can create stunning, historically-inspired images. The key is providing exceptionally detailed prompts that guide the AI on style, setting, clothing, and mood.

Innovative Use Case: Age Progression

One of the most powerful uses is to visualize an ancestor in their later years based on a youthful portrait. This requires a prompt that is rich in detail.

Prompt Example: “Recreate this portrait as if the same person is now in their later years—aged naturally with features such as wrinkles, grey hair, and posture changes. They are posed in a studio setting, wearing period-appropriate Edwardian clothing that reflects their social status. Maintain a photo-realistic style with consistent lighting, pose, and background to match the original photo. Use a sepia tone and soft focus to evoke the feeling of an authentic, timeworn photograph.”

This infographic demonstrates the power of structured, detailed AI prompting in genealogy.
Start your own journey and bring your ancestors’ stories to life.

function wrapText(text, maxLen) { if (text.length maxLen) { lines.push(currentLine.trim()); currentLine = ”; } currentLine += word + ‘ ‘; } lines.push(currentLine.trim()); return lines; } const tooltipTitleCallback = (tooltipItems) => { const item = tooltipItems[0]; let label = item.chart.data.labels[item.dataIndex]; if (Array.isArray(label)) { return label.join(‘ ‘); } else { return label; } }; const chartDefaults = { plugins: { legend: { labels: { color: ‘#4A5568’, font: { family: “‘Inter’, sans-serif” } } }, tooltip: { callbacks: { title: tooltipTitleCallback } } }, scales: { y: { ticks: { color: ‘#4A5568’ }, grid: { color: ‘#E2E8F0’ } }, x: { ticks: { color: ‘#4A5568’ }, grid: { display: false } } } }; const narrativeCtx = document.getElementById(‘narrativePromptsChart’).getContext(‘2d’); new Chart(narrativeCtx, { type: ‘bar’, data: { labels: [‘Historical Context’, ‘Ancestor Character’, ‘Vivid Scenes’, ‘Story Angles’, ‘Life Timeline’, ‘Interview Questions’], datasets: [{ label: ‘Utility in Storytelling’, data: [95, 90, 85, 80, 75, 70], backgroundColor: [‘#00A0B0’, ‘#EB6841’, ‘#EDC951’, ‘#CC333F’, ‘#6A4A3C’, ‘#A9A9A9’], borderColor: ‘#ffffff’, borderWidth: 2 }] }, options: { …chartDefaults, indexAxis: ‘y’, scales: { y: { ticks: { color: ‘#4A5568’ }, grid: { display: false } }, x: { ticks: { color: ‘#4A5568’ }, grid: { color: ‘#E2E8F0’ } } }, maintainAspectRatio: false, } }); const strengthsCtx = document.getElementById(‘categoryStrengthsChart’).getContext(‘2d’); new Chart(strengthsCtx, { type: ‘radar’, data: { labels: [‘Storytelling’, ‘Research Aid’, ‘Visuals’, ‘Strategy’, ‘Creativity’], datasets: [{ label: ‘Narrative Prompts’, data: [9, 8, 3, 6, 9], fill: true, backgroundColor: ‘rgba(235, 104, 65, 0.2)’, borderColor: ‘#EB6841’, pointBackgroundColor: ‘#EB6841’, }, { label: ‘Image Prompts’, data: [7, 4, 10, 5, 8], fill: true, backgroundColor: ‘rgba(0, 160, 176, 0.2)’, borderColor: ‘#00A0B0’, pointBackgroundColor: ‘#00A0B0’, }, { label: ‘Foundational Prompts’, data: [5, 9, 2, 10, 6], fill: true, backgroundColor: ‘rgba(237, 201, 81, 0.2)’, borderColor: ‘#EDC951’, pointBackgroundColor: ‘#EDC951’, }] }, options: { …chartDefaults, scales: { r: { angleLines: { color: ‘#E2E8F0’ }, grid: { color: ‘#E2E8F0’ }, pointLabels: { font: { size: 12, family: “‘Inter’, sans-serif” }, color: ‘#4A5568’ }, ticks: { backdropColor: ‘#f0f4f8’, color: ‘#4A5568’ } } }, maintainAspectRatio: false, } });