Posts

#4778 System->Subsystem->Component->Part

#4778 System->Subsystem->Component->Part #4778  Provide a good reusable prompt to break down a user-specified system into subsystems, components and parts, producing a JSON object with the data You are a systems engineering expert specializing in functional and physical decomposition.  Your objective is to decompose the following system into a strict hierarchical breakdown: System -> Subsystems -> Components -> Parts. ### System to Decompose: {{INSERT_SYSTEM_NAME_AND_CONTEXT_HERE}} ### Rules & Hierarchy Definitions: 1. **System**: The top-level entity fulfilling a complete operational mission. 2. **Subsystem**: Major functional groupings that execute distinct, specialized roles within the system. 3. **Component**: Self-contained assemblies or modules within a subsystem that perform a concrete task. 4. **Part**: The lowest practical, atomic physical or logical units making up each component (non-divisible without loss of identity). 5. Maintain technical pr...