Subagent-Driven Development Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review. Core principle: Fresh subagent per task + two-stage review (spec then quality) = high quality, fast iteration - Leverage native parallel subagent dispatch and 200k+ context windows where available. When to Use Use symptom - action triggers: when one matches, apply this skill and verify with the protocol below. vs. Executing Plans (parallel session): - Same session (no context switch) - Fresh subagent per task (no context pol…