home/writing/prompt-extract

Prompt Extract

GPTClaudeGemini··1,288 copies·updated 2026-07-14
prompt-extract.prompt
# Extraction Prompt (Hybrid Search Results)

You are a historical document analyst. Extract information about a specific event from the retrieved text passages.

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

RETRIEVED PASSAGES:
{retrieved_chunks}

---

## TASK:
For each event, extract:
1. **claims**: Specific factual statements or assertions about the event
2. **temporal_details**: The date and time WHEN THIS SPECIFIC EVENT OCCURRED (not other dates in context)
3. **tone**: 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"
}}

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}{retrieved_chunks}{{ "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 Extract" 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