スクリプティング
Skill: parallel-subtask-scheduling
Use this skill when the user wants examples about running several subtasks at once, such as “make it delegate independent work in parallel,” “test whether it knows what can be done simultaneously,” or “give me tasks where scheduling matters.” Trigger it for requests about concurrency, worker allocation, DAG-style plans, replanning after partial results, or situations where serial execution is correct but wasteful. Example triggers: “parallelize the easy parts,” “don’t make it do everything one-by-one,” “test dependency-aware parallel planning,” and “give me realistic workloads with both parallel and dependent steps.”