update
This commit is contained in:
21
templates/Prompt/Blocks-Supplement.md
Normal file
21
templates/Prompt/Blocks-Supplement.md
Normal file
@@ -0,0 +1,21 @@
|
||||
Check the block inventory for the topic "{topic}" for completeness against the subject area.
|
||||
|
||||
The inventory comes from a project/script — there may be blocks that technically belong to the topic but aren't covered there. Find exactly those gaps.
|
||||
|
||||
EXISTING BLOCKS:
|
||||
{blocks}
|
||||
|
||||
Rules:
|
||||
- Research the subject area (textbooks, standard references) and add ONLY blocks that canonically belong and are missing from the inventory.
|
||||
- A block solves EXACTLY ONE PROBLEM and is ATOMIC — same standards as the inventory.
|
||||
- NO variants, rephrasings, or deep-dives of existing blocks — only genuine gaps.
|
||||
- Invent nothing: only blocks you have backed by research.
|
||||
- Title and description in GERMAN (technical terms stay original), description at most ~12 words.
|
||||
- If there are no gaps, return an empty list — that is a valid result.
|
||||
|
||||
Write ONLY the JSON file to: {out_path}
|
||||
|
||||
Format:
|
||||
{{"blocks": [{{"title": "…", "description": "…"}}]}}
|
||||
No gaps: {{"blocks": []}}
|
||||
{extra}
|
||||
Reference in New Issue
Block a user