conflict-resolution

Identifies and resolves conflicting genealogical evidence using GPS preponderance analysis.

3|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/PioneerAIAcademy/cowork-genealogy --skill conflict-resolution-pioneeraiacademy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: conflict-resolution
Source: https://github.com/PioneerAIAcademy/cowork-genealogy/tree/main/packages/engine/plugin/skills/conflict-resolution
Command: npx skills add https://github.com/PioneerAIAcademy/cowork-genealogy --skill conflict-resolution-pioneeraiacademy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Genealogy research inevitably produces contradictory records — two censuses giving different birth years, or two same-named people in one county. This Skill identifies those fact-level and identity-level conflicts, analyzes source independence, weighs the evidence, and writes a defensible resolution rationale that satisfies GPS Element 4 (Resolution of Conflicting Evidence). ## Core Features & Use Cases - Conflict Detection and Tracking: Scans research.json assertions, person_evidence, and timelines to find fact conflicts (e.g., birthplace disagreements) and identity conflicts (same-name ambiguity), recording each as a c_ entry in the conflicts section. - GPS-Standard Weighing: Applies source-independence analysis (Standard 46), the seven weighing factors (Standards 47-48), and the four defensible rationales, with calendar-conversion and place-distance checks to rule out artifactual discrepancies. - Structured Resolution Writing: Produces a four-part resolution rationale persisted to research.json, or honestly defers with named decisive record types when evidence is insufficient. - Use Case: A user says "these sources disagree on Patrick Flynn's birth year — 1845 on the census, 1843 on the delayed birth certificate." The Skill weighs contemporary census recordings against a decades-later filing, explains the discrepancy via memory degradation, and records the resolution. ## Quick Start Resolve the conflicting birth year assertions for Patrick Flynn in my research project and record the resolution rationale.

Frequently Asked Questions about conflict-resolution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resolve conflicting evidence in genealogy research?▼

Conflicting evidence is resolved by analyzing source independence, weighing seven factors like informant proximity and record format, then applying one of four GPS-defensible rationales. The resolution rationale is written in a four-part structure and persisted to the conflicts section of research.json.

How to tell if two same-named people in records are the same person?▼

Identity conflicts are tested by building candidate timelines, checking ages and locations for impossibilities, and applying rules like co-enumeration and patronymic mismatch analysis. Place distance calculations compare event locations against era travel norms to support or eliminate same-person claims.

What is the Genealogical Proof Standard for conflicting evidence?▼

GPS Element 4 requires all conflicting evidence to be resolved before a conclusion is proved. Standards 46-49 govern independence analysis, evidence weighing, defensible resolution rationales, and honest deferral when evidence is insufficient.

Can a conflict be left unresolved in genealogy research?▼

Yes, an unresolved conflict with documented analysis is acceptable and honest under Standard 49. The Skill records the independence and weighing analyses performed, names the specific record types that would be decisive, and keeps status unresolved rather than forcing a premature conclusion.

Why do genealogy records show different dates for the same event?▼

Date discrepancies often stem from Julian-to-Gregorian calendar transitions, census age estimation, memory degradation over decades, or deliberate misstatement. The convert_calendar tool checks whether two dates differ by exactly a jurisdictional calendar offset, revealing artifactual rather than substantive disagreements.