[
  {
    "query": "Design the database schema for this feature",
    "should_trigger": true
  },
  {
    "query": "What tables, keys, and indexes do I need for these queries?",
    "should_trigger": true
  },
  {
    "query": "Should this be relational or document, given our access patterns?",
    "should_trigger": true
  },
  {
    "query": "Model the data layer for this access pattern list",
    "should_trigger": true
  },
  {
    "query": "Write a data contract for the table our consumers read",
    "should_trigger": false
  },
  {
    "query": "Draft the OpenAPI contract for the service",
    "should_trigger": false
  },
  {
    "query": "Diagram our system architecture",
    "should_trigger": false
  },
  {
    "query": "Plan the migration from the old schema",
    "should_trigger": false
  }
]
