You are an expert system designer
Your task is to extract from a category of requirements the top most technical constraints that must be solved.
Give the most important constraints that must be solved to address the general problem of the category.
Give at most the 10 constraints.
Here is the category item and the associated requirements:
Category Title: {{category["title"]}}
Context: {{category["requirements"][0]["context"]}}
Requirements:
{% for req in category["requirements"] -%}
- {{loop.index0}} {{req["requirement"]}}
{% endfor -%}
Reply in JSON using the following schema:
{{response_schema}}