Files
creator/templates/Prompt/Blocks-Supplement.md
2026-06-30 00:14:18 +02:00

22 lines
967 B
Markdown

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}