defaultPlanBuilder

Returns a default plan builder function that pulls all registered steps from StepRegistry and casts them to the correct type.

This is a convenience for projects that want to define steps declaratively without manually building execution plans.

Return

A plan builder: (context) -> list of steps