{ "id": "data-table-skill-loading", "userMessage": "Use the data-table-manager skill to list my n8n Data Tables and summarize what tables are available. This is standalone data-table work; do not build or modify a workflow.", "expectedToolInvocations": { "allOfToolCalls": [ { "toolName": "load_skill", "argsContainAny": ["data-table-manager"] }, { "toolName": "data-tables", "argsContainAny": ["list"] } ], "noneOf": [ "plan", "create-tasks", "delegate", "build-workflow-with-agent", "spawn_sub_agent:planner", "spawn_sub_agent:workflow-builder", "spawn_sub_agent:delegate" ] }, "rationale": "Regression coverage for runtime skill loading. Standalone data-table work must load the data-table-manager skill and call data-tables directly, without routing through planner, task creation, workflow-builder, or delegate sub-agent paths." }