The _Starter Test_ pattern is a [[Red Bar Pattern]] from _Test-Driven Development: by Example_ by [[Beck, Kent|Kent Beck]]. It involves writing a basic test with minimal inputs and outputs, focusing on a non-acting variant of an operation. This keeps the feedback loop intact while you define where the operation fits, its inputs, and its expected outputs. The pattern helps manage attention and prevents unintentional multitasking.