For continuous delivery (CD), the focus on software inverts from the features per release, to releases per feature. You often deploy the code as soon as it's pushed to the deployment branch. For many Agile processes, you have an "iteration" or "sprint" and release the code at the end. Are some Agile processes, such as Kanban, better suited than Scrum or XP for use with CD or can CD be used seamlessly with Scrum or XP? (I have my thoughts on the matter, but I'm curious what others think).