Implementer Dispatch

Dispatch execution subagent — select model by complexity, construct prompt with full task context

yogsoth-ai f91dbdc 2 files · 3.2 KB Updated

File contents

SOP: Implementer Dispatch

为任务选 model、构造执行 prompt、派子代理这件事,派单逻辑交给 superpowers:subagent-driven-development(它管 model 选择 / prompt 构造 / 两段 review)。本 SOP 降为"调用 subagent-driven"的路由点;如需 DARE 自有子代理承载, 仍经 spawn-agent。

Available SOPs

Optional, no fixed order; the final leaf is always a sop.

SOP When to use
spawn-agent Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent.
superpowers:subagent-driven-development Execute the plan via a fresh subagent per task with two-stage review

yogsoth-ai/de-anthropocentric-research-engine/tree/main/skills/implementer-dispatch commit f91dbdc757

Frequently asked questions

npx skillmds@latest add yogsoth-ai/implementer-dispatch