{
  "skills": ["comprehensive-research"],
  "evaluations": [
    {
      "id": "research-01-basic",
      "query": "/research 'How does the authentication system work in this codebase?'",
      "files": [],
      "expected_behavior": [
        "Discovers relevant auth-related files across the codebase",
        "Identifies authentication patterns and flows",
        "Produces a structured research report with file:line references",
        "Assigns confidence score to findings"
      ]
    },
    {
      "id": "research-02-deep",
      "query": "/research 'Analyze payment processing implementation' --scope=codebase --depth=deep",
      "files": [],
      "expected_behavior": [
        "Runs parallel discovery agents (codebase-locator, research-locator, pattern-finder)",
        "Produces sequential analysis with evidence chains",
        "Identifies architectural decisions and constraints",
        "Generates actionable recommendations"
      ]
    },
    {
      "id": "research-03-synthesis",
      "query": "Research the database layer — what patterns are used, what are the constraints, and where are the bottlenecks?",
      "files": [],
      "expected_behavior": [
        "Discovers database-related files and configurations",
        "Identifies ORM patterns, query patterns, migration strategy",
        "Synthesizes findings into structured output with code references",
        "Flags potential bottlenecks or risks"
      ]
    }
  ]
}
