Divide Conquer

Split a large task into independent subtasks, delegate them to child sessions for parallel execution, and merge the results. Use when a task can be broken into non-overlapping pieces that don't depend on each other's output. Not for consensus/review (use consensus-delegation) or benchmarks (use bench). Triggers: "분할 정복", "병렬 처리", "parallel execution", "split and process".

fritzprix 006fc64 3 files · 7.3 KB Updated

File contents

fritzprix/libr-agent/tree/main/src-tauri/bundled_skills/divide-conquer commit 006fc641ce

Frequently asked questions

npx skillmds@latest add fritzprix/divide-conquer