Promise.resolve(ctx)
    .then(initializeBaseContext())
    .then(checkPreconditions())
    .then(
      prompt(({ name, path, type, schema, authentication, isEntityService, feathers, lib, language }) => {