Analyze previous divrei torah to discover patterns, avoid repetition, or extract a writing template. Use when reviewing writing history or basing a new piece on a previous one.
/dvar-torah:previous → scan all, show patterns + recommendations
/dvar-torah:previous --base → list files for selection, extract template
output/divrei-torah/ and returns pattern analysis, recommendations for new topics, underused thinkers, and style observations.--base: Lists previous divrei torah for selection, then extracts a writing template (structure, register, citation density) from the selected files.Pipeline usage from the compose orchestrator is unchanged.
מיומנות שמנתחת דברי תורה ופוסטים שנכתבו בעבר.
שני מצבים:
mode: "avoid" — זיהוי דפוסים, מניעת חזרות, המלצה על כיוונים חדשים (התנהגות קיימת)mode: "base_on" — חילוץ סגנון ומבנה מדברי תורה נבחרים, שימוש כתבנית לכתיבה חדשהFLAG = "$ARGUMENTS[0]" # --base | (none)
if FLAG == "--base":
mode = "base_on"