Warning
๐ง Work in Progress: This page is currently under construction. Content may be incomplete or subject to change. To contribute, see the contribution guide.
Project Lifecycle
The Technology department follows a lightweight delivery process designed to balance agility with governance โ particularly important in an environment transitioning from waterfall to more iterative delivery.
Phases
flowchart LR A[๐ Kickoff] --> B[๐จ Development] B --> C[๐งช Staging & QA] C --> D[โ Go-live] D --> E[๐ง Operations]
| Phase | Key artifacts | Gate criteria |
|---|---|---|
| Kickoff | Kickoff checklist, scope doc, ADR (if architectural) | Stakeholder sign-off |
| Development | Code in feature branches, unit tests, PR reviews | All acceptance criteria met |
| Staging & QA | Deploy to staging, UAT, performance test | UAT sign-off, no P1/P2 bugs |
| Go-live | Production deploy, monitoring enabled | Go-live checklist completed |
| Operations | Runbook, documentation updated in this portal | Runbook reviewed by ops team |