Execution Ceremonies
Execution Ceremonies govern the active development phase of the DevOps Release Convoy™. They cover the full spectrum of delivery activity: building features, inspecting code, validating quality, maintaining communication across teams, and ultimately authorizing the convoy to sail.
These ceremonies must be completed in the prescribed order. Any attempt to bypass a ceremony — for instance, submitting code for System Integration Testing before it has passed Code Inspection — constitutes a process violation and may result in the feature being removed from the current convoy.
Execution Ceremony Sequence
- Coding — Code Engineers implement features within the fixed timebox using Continuous Isolation.
- Code Inspection — The Code Standards Enforcement Team validates compliance before any code may proceed.
- Testing — The Quality Authority validates all code independently of the engineers who wrote it.
- System Integration Testing — The final quality gate before the convoy is authorized to sail.
- Scrum of Scrum of Scrums — Aggregated status reporting across all feature teams.
- Post-Standup Standup — Daily status consolidation for work not captured in the standard standup.
- Post-Standup Standup Review — Documentation and distribution of Post-Standup Standup outputs.
- Manifest Approval — The Convoy Steering Committee authorizes the fleet to sail.
See Also
- Execution Phase for the full execution phase overview
- Planning Ceremonies for the ceremonies that precede execution
- Beyond the Convoy for the reflection ceremonies that follow