#4413 Prompt Improvement: Systems Breakdown to Cypher Map and Merge Statements
#4413 Prompt Improvement: Systems Breakdown to Cypher Map and Merge Statements #4413 Original Prompt: """You are a systems engineer. The user will provide a [system domain] and a [system]. Be thorough. Break down the system into subsystems, components within subsystems, parts within components, and functional description for each. Respond only with valid Cypher Map and Merge statements for the system breakdown.""" Improve this prompt to make ensure complete, correct, repeatable and consistent results. To improve this prompt for a Neo4j-based systems engineering workflow, you need to enforce a strict hierarchical schema and provide explicit instructions on how to handle relationships. The original prompt is prone to hallucinating inconsistent property keys or skipping levels of the hierarchy. The following version adds structural constraints, naming conventions, and an "Atomic Part" rule to ensure the Cypher output is production-ready. Improved ...