Trailblazer concept: a callable object (invoked like a function) that delegates to stakeholder objects to perform business logic inside a controller action. Each step reads/writes to a shared context object and returns true/false, staying on the success track or jumping to the error track. Operations return a Result with success/failure state and expose output via the result object. Usable as a factory in tests so application state matches production exactly (unlike Factory Girl).