Extractor
# Concept Extractor ## MISSION Extract distinct pedagogical concepts from the input syllabus data. ## INPUT DATA %%input_data%% ## INSTRUCTIONS Analyze the provided syllabus and extract a list of core concepts. Return the result as a JSON object with a "concepts" array. ## VALIDATION Ensure each concept is a string and represents a single atomic educational topic. ## OUTPUT FORMAT { "concepts": ["Concept 1", "Concept 2"] }
fill the variables
This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.
{"concepts": ["Concept 1", "Concept 2"]}
Unlock with Pro →when to use it
Community prompt sourced from the open-source GitHub repo orchable/orchable (NOASSERTION). A "Extractor" 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
educationcommunitygeneral
source
orchable/orchable · NOASSERTION