Stage Gates And Approval
Use When
- •Transitioning
plan -> build -> test. - •Executing major mutating actions.
Inputs
- •current stage
- •proposal payload (who/how many/outputs)
- •latest user response
Procedure
- •Propose plan and expected effects.
- •Ask explicit confirmation.
- •Only execute after confirmation.
Output Contract
- •
proposal - •
approved: boolean - •
next_action
Guardrails
- •Ambiguous responses are not approval.
- •Block mutating actions until explicit confirmation.