Subagent Mode Selection Continuous Vs Review Between

Use when starting a multi-task workflow via `superpowers:subagent-driven-development` (SDD) and the user must choose between two execution modes: (A) Continuous Execution — all tasks dispatched back-to-back without checkpoint (SDD default), or (B) Review-Between-Tasks — user inspects each task's output before authorizing the next. Mechanical-implementation tasks (TDD with complete code in plan, deterministic outcomes) are continuous-safe. Judgment-heavy tasks (forensics, interpretation of numbers, strategic decisions, architectural pivots based on subagent output) require review-between because the next task's prompt depends on prior outcome interpretation. Trigger phrases like "should I run continuous or with pauses between tasks", "review between steps", "subagent-driven with checkpoints", "pause after each task". Do NOT load for single-task workflows, non-SDD workflows, purely mechanical TDD with complete code in plan, or the very first task of a workflow.

Ed3Design 1428ac6 8.2 KB Updated

File contents

Ed3Design/ed3design-skill-bundles/tree/main/skill-system-meta/skills/subagent-mode-selection-continuous-vs-review-between commit 1428ac6691

Frequently asked questions

npx skillmds@latest add ed3design/subagent-mode-selection-continuous-vs-review-between