[
  {
    "query": "Draft the OpenAPI spec for this API",
    "should_trigger": true
  },
  {
    "query": "Write the REST contract for these endpoints",
    "should_trigger": true
  },
  {
    "query": "I need an API contract with a proper error catalog and pagination decided",
    "should_trigger": true
  },
  {
    "query": "Turn this user story into an OpenAPI 3.1 definition",
    "should_trigger": true
  },
  {
    "query": "Define the contract for this Kafka topic our team publishes",
    "should_trigger": false
  },
  {
    "query": "Design the Postgres schema and indexes for this feature",
    "should_trigger": false
  },
  {
    "query": "What latency and availability targets should this service have?",
    "should_trigger": false
  },
  {
    "query": "Review this API implementation for security bugs",
    "should_trigger": false
  }
]
