How to create a runlist and run that runlist at chef client run

I have several recipes in a cookbook. i want to create a runlist and run that runlist at chef-client run so that all recipes execute in sequence.
how can i do this?

through chef manage i am creating the runlist but how will we run that and in chef manage i am not able to see the default recipe for the cookbook. how to do this

knife node run_list add NODE_NAME ‘recipe[COOKBOOK::RECIPE_NAME],recipe[COOKBOOK::RECIPE_NAME]’