Configure prompt in your Spinnaker pipeline
When you deploy your application, there might be some steps need your confirmation to ensure this stage is ok to proceed, Spinnaker provide “Judgment Configuration” mechanism to implement this.
When you add stage in your pipeline, you can select this functionality:

Below is my configuration:

Then when you deploy your application you will see the prompt, and you can decide whether proceed or not.

Reply