| name | add-gpu-op |
| description | Add a new operation to the OpenVINO GPU plugin — OpenCL kernel design, oneDNN-backed paths, sub-group/LWS tuning, and functional tests. |
Skill: Add GPU Op
When to use
When the Core OpSpec agent has produced a new op spec and you need to implement
GPU plugin support: kernel implementation, registration, and testing.
Steps
Execute in order — each step produces artifacts consumed by the next.
Entry point for orchestrated use
When invoked by the GPU Agent or Enable Operator Agent, start from
orchestrator.md — it selects the relevant subset of steps
based on the op type and available hardware.