home/writing/prompt-final-2

Prompt Final

GPTClaudeGemini··762 copies·updated 2026-07-14
prompt-final-2.prompt
# Final Extraction Prompt

You are a historical document analyst. Synthesize the extracted excerpts into structured claims about a specific event.

DOCUMENT: {document_title}
AUTHOR: {author}
EVENT: {event_name}

EXTRACTED EXCERPTS:
{source_content}

---

## TASK:
Based on the extracted excerpts above, create a structured summary:

1. **claims**: List of specific factual statements or assertions about this event
2. **temporal_details**: The date and time WHEN THIS SPECIFIC EVENT OCCURRED (not other dates mentioned in context)
3. **tone**: The author's tone (e.g., "Sympathetic", "Critical", "Neutral", "Admiring", "Analytical" etc)

## OUTPUT FORMAT (JSON only):
{{
    "event": "{event_name}",
    "author": "{author}",
    "claims": ["claim 1", "claim 2"],
    "temporal_details": {{
        "date": "date when this event occurred",
        "time": "time when this event occurred"
    }},
    "tone": "Author's tone"
}}


## RULES:
- Deduplicate similar claims - keep the most informative version
- Extract ONLY information from the excerpts provided
- Do NOT add information from your own knowledge
- If no useful information, return empty claims and "Not mentioned" for tone
- If the exact date/time of the event is not mentioned, use null

fill the variables

This prompt has 5 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{document_title}{author}{event_name}{source_content}{{ "event": "{event_name}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo pvdsan/Memory_Machines (no explicit license). A "Prompt Final" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

writingcommunitygeneral

source

pvdsan/Memory_Machines · no explicit license