Dispatching Parallel Agents

Use when facing 2+ independent failures or tasks that can be worked on concurrently without shared state. Groups independent failures by component (frontend/backend/database), launches concurrent agents, integrates results, then runs full test suite. Triggers on multiple independent test failures, multi-component CI failures, or parallel feature work.

cleanexpo 6ce4385 6.8 KB Updated

File contents

cleanexpo/nodejs-starter-v1/tree/main/.skills/custom/dispatching-parallel-agents commit 6ce438598f

Frequently asked questions

npx skillmds@latest add cleanexpo/dispatching-parallel-agents