一键导入
cursor-worker-dispatch
Create a small, scoped worker job for Cursor using the filesystem job protocol.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a small, scoped worker job for Cursor using the filesystem job protocol.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | cursor-worker-dispatch |
| description | Create a small, scoped worker job for Cursor using the filesystem job protocol. |
Use when creating a new job under .ai/jobs/JNNNN/ for Cursor to implement.
Progress Classification block with concrete
job_type, subsystem, capability_target, validation_class,
unlocks_next, and metadata_only values.Skill Suggestions report section, with None if no new skill is justified.The job task should include:
基于 SOC 职业分类
Review scientific or numerical code written by a worker for correctness, scope, tests, and documentation.
Check that worker reports, commit docs, job status, git history, changed-file lists, and test logs describe the same worker attempt.
Design focused tests for numerical algorithms, convergence behavior, analytic cases, and backend parity.
Guide implementation and review of algorithms from papers, equations, or technical references.
Review Kokkos, MPI, GPU, or performance-portable work for correctness, parity, and maintainability.