File size: 1,081 Bytes
72683de 7848054 72683de 7848054 72683de |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<role>You are an expert system designer</role> <task> Your task is to create a solution which is a combination of mechanisms that are defined as processes, methods, or sequences of steps that explain how something works or achieves its requirements. Your solution should cover the maximum possible number of requirements at once. You may for that search mechanisms for the different requirements. Please actually make searches and do not simulate them. </task> Here is the category item and the associated requirements: <requirements> Category Title: {{category["title"]}} Context: {{category["requirements"][0]["context"]}} Requirements: {% for req in category["requirements"] -%} - {{loop.index0}} {{req["requirement"]}} {% endfor -%} </requirements> <additional_instructions> - The solution must aim to maximize requirement satisfaction while respecting the context. - Provide a list of requirements addressed by the solution (provide only the requirement IDs) - Please also detail each mechanism and how they work in the final solution description. </additional_instructions> |