Orchestrate Work

Split independent work items and run them in parallel through subagents. Use when a request names several areas that do not share files.

korchasa d130db7 2 files · 2.0 KB Updated

File contents

Orchestrate Work

Rules

Step-by-step

  1. Enumerate the work items named in the request.
  2. For each pair, decide whether they touch the same files.
  3. Dispatch every independent item to its own worker.
  4. Collect the workers' output and merge it.
  5. Report what each worker produced.

korchasa/flowai/tree/main/framework/engineering/skills/diagnose-benchmark-failure/acceptance-tests/raw-session/fixture/framework/engineering/skills/orchestrate-work commit d130db7881

Frequently asked questions

npx skillmds@latest add korchasa/orchestrate-work