{
  "skill": "site-docs-authoring",
  "note": "Trigger-routing suite (gh#369). expect=trigger: the skill should fire on the prompt in a fresh session. expect=no-trigger: a near-miss owned elsewhere (owner named per case) or generic knowledge with no AdiaUI skill involved. Cases derived from evals/routing-corpus.json's phrases array (gh#355 vetted corpus) plus the SKILL.md description's own trigger/NOT-fence language.",
  "cases": [
    { "id": "t01", "prompt": "Review this site docs page for consistency with the others", "expect": "trigger" },
    { "id": "t02", "prompt": "This callout on the docs page reads as plain text, not a styled box, why?", "expect": "trigger" },
    { "id": "t03", "prompt": "Add a new pattern page under site/pages/patterns for the kanban-board pattern", "expect": "trigger" },
    { "id": "t04", "prompt": "Author a new getting-started guide page for theming dark mode", "expect": "trigger" },
    { "id": "t05", "prompt": "Write a new architecture explainer page for the docs site", "expect": "trigger" },
    { "id": "t06", "prompt": "Create a reference page documenting the MCP tools", "expect": "trigger" },
    { "id": "t07", "prompt": "Audit site/pages/guides for the same callout bug we found elsewhere", "expect": "trigger" },
    { "id": "t08", "prompt": "What's the shared skeleton every site docs page should follow?", "expect": "trigger" },
    { "id": "n01", "prompt": "Review this component's own demo gallery in its .examples.html file", "expect": "no-trigger", "owner": "primitive-authoring" },
    { "id": "n02", "prompt": "Fix this gen-ui training exemplar page under site/pages/examples", "expect": "no-trigger", "owner": "a2ui-maintenance" },
    { "id": "n03", "prompt": "Tune the zettel retrieval threshold for the chunk corpus", "expect": "no-trigger", "owner": "a2ui-maintenance" },
    { "id": "n04", "prompt": "Add a new prop to the button-ui primitive", "expect": "no-trigger", "owner": "primitive-authoring" },
    { "id": "n05", "prompt": "Cut the next npm release for the 9 @adia-ai packages", "expect": "no-trigger", "owner": "package-release" },
    { "id": "n06", "prompt": "Deploy the docs site to ui-kit.exe.xyz", "expect": "no-trigger", "owner": "site-deployment" }
  ]
}
