Change Management Standard
Change Management Standard
| Field | Value |
|---|---|
| Document ID | STD-004 |
| Classification | Internal |
| Owner | Product Manager + CTO |
| Effective Date | April 2026 |
| Review Cycle | Quarterly |
| Parent Policy | Change Management Policy (POL-003) |
Role note: The CISO role is currently pending formal appointment. Until then, the CTO acts as interim CISO for change approvals that carry security weight.
1. Purpose
Implements the Change Management Policy (POL-003). Describes the concrete 8-stage process every change follows β from initial feedback through deployment and post-implementation review β plus the tooling, cadence, and emergency / scope-change procedures.
2. Process Flow
flowchart TD
A[Partner Feedback / Business Need] --> B[Business Team Analysis]
B --> C[Requirement Shared with Product Manager]
C --> D[PM Collaborates with CEO/CTO]
D --> E[Requirement Document Created]
E --> F{Design Required?}
F -->|Yes| G[Design Team β Figma]
G --> H[Design Review & Approval]
H --> I[Stakeholder Review]
F -->|No| I[Stakeholder Review]
I --> J[Planning & Resource Allocation]
J --> K[Planning Frozen]
K --> L[Development Begins β Plane tasks]
L --> M[Weekly Sprint Cycle]
M --> N[Sprint Review & Demo]
N --> O{Feature complete?}
O -->|No| M
O -->|Yes| P[QA & Testing]
P --> Q[Deployment & Release]
Q --> R[Post-Implementation Review]
3. Stage 1 β Requirement Intake
Responsible: Business team (Operations / Support / Tech)
Feedback sources: partner feedback, business analysis, customer support tickets, compliance-driven changes, market analysis.
Outputs: initial requirement summary, business impact estimate, stakeholder list.
4. Stage 2 β Requirement Documentation
Responsible: Product Manager (with CEO / CTO)
4.1 Review with leadership
PM reviews the requirement against product strategy; CEO / CTO weigh in on business alignment, technical feasibility, and architectural implications.
4.2 Design collaboration (when applicable)
For UI / UX changes:
- Design team consulted at requirement stage
- Figma mockups + prototypes created
- Design system alignment verified
- Figma links attached to the requirement document
4.3 Requirement document contents
- Executive summary β business need, success metrics, timeline
- Functional & non-functional requirements β user stories, acceptance criteria, performance / security / compliance constraints
- Design references β Figma links, design system components, responsive breakpoints
- Implementation plan β architecture, phases, milestones, risk / mitigation
- Testing strategy β unit, integration, UAT, performance, security, rollback
- Deployment plan β rollout strategy (phased / full), monitoring, success metrics, comms, docs
5. Stage 3 β Review and Approval
5.1 Reviewers
| Reviewer | Scope |
|---|---|
| Product Manager | Owner, business alignment |
| CTO | Technical feasibility, architecture |
| Business Team | Business validation |
| Compliance Team | Regulatory fit |
| Finance | Budget (when above threshold) |
5.2 Approval workflow
- Document distributed to reviewers
- 5-business-day review window
- Review meeting to resolve feedback
- Document revised
- Formal approval recorded
Approval authorities β see the Change Management Policy Β§4 (POL-003).
6. Stage 4 β Planning and Resource Allocation
6.1 Development planning
- Break requirements into engineering tasks
- Estimate effort and timeline
- Assign teams (Backend, Frontend, Mobile, DevOps)
- Identify external dependencies and infrastructure needs
6.2 Planning freeze
Once approved:
- Requirement document marked final
- Scope and timeline locked
- Further changes go through the Scope Change procedure (Β§12)
- Teams and stakeholders notified
7. Stage 5 β Development Implementation
7.1 Task management in Plane
Wealthy uses two Plane projects for traceability:
| Project | Audience | Content |
|---|---|---|
| Roadmap Project | Product Manager, stakeholders, business | Top-level features, business milestones |
| Engineering Board | Engineering teams, CTO | Technical tasks, bugs, code reviews, deployments |
7.2 Task creation flow
- PM creates high-level feature in Roadmap Project
- PM discusses with CEO/CTO β business alignment + technical approach + resources
- PM discusses with engineering β detailed technical scope
- Design integration (if UI/UX) β Figma links added to Roadmap feature + requirement doc + Engineering Board tasks
- Engineering teams break feature into tasks in Engineering Board
- All Engineering Board tasks link to the parent Roadmap feature β aggregated progress rolls up
8. Stage 6 β Sprint Cadence
Sprint duration: 1 week
8.1 Sprint Planning (every Monday)
- Participants: PM, Engineering Teams, QA
- Duration: β€ 2 hours
- Agenda:
- Previous sprint review (accomplishments from Engineering Board)
- Current sprint status and blockers
- Upcoming sprint tasks and priorities
- Roadmap update
- Dependencies and resource needs
8.2 Sprint Execution
- Daily coordination via Slack + ad-hoc meetings
- Real-time task updates in Engineering Board
- Feature progress auto-rolls-up to Roadmap Project
- Blockers escalated immediately to PM
8.3 Sprint Review
- Completed features demo-ready
- Sprint completion rate tracked in Engineering Board
- Roadmap updated
- Outstanding items re-prioritised into next sprint
9. Stage 7 β Quality Assurance and Testing
9.1 Development testing
- Unit tests, integration tests, code review (peer)
9.2 QA testing
- Functional, UAT (business validation), performance, regression
9.3 Compliance testing
- Regulatory, security, data privacy validation (where relevant)
10. Stage 8 β Deployment and Release
10.1 Deployment
- Dev environment for final validation
- Production via CI/CD pipeline (ArgoCD GitOps)
- Real-time monitoring of performance and error rates
- Documented rollback capability
10.2 Release communication
- Internal teams notified
- Partners informed
- Customer-facing comms (where applicable)
- Documentation updated
11. Stage 9 β Post-Implementation Review
11.1 Success metrics
- Business metrics vs target
- Technical metrics (performance, reliability)
- User adoption / usage
- Partner satisfaction
11.2 Lessons learned
- Process review
- Team retrospective
- Procedure updates where improvement identified
- Best practices shared
12. Scope Change Procedure
For changes to an already-approved requirement:
- Change Request document created (what, why, impact)
- Impact assessment β schedule, resources, budget
- Re-approval from affected stakeholders per Β§5.1 (same reviewers as original change)
- Project timeline and milestones updated
- Communication to all affected teams
13. Emergency Change Procedure
For production outage, security incident, regulatory deadline:
- Escalation: CTO (interim CISO) + PM notified directly
- Authorization: CTO authorises implementation
- Log: Change record created in tracking system immediately (may be concurrent with fix)
- Risk assessment: brief impact + rollback documented
- Resource reallocation: temporary reallocation from other projects as needed
- Post-hoc ratification: within 5 business days β full retrospective documentation and ISRMC awareness
- Frequency monitoring: emergency-change rate reviewed quarterly at ISRMC β excessive use = finding
14. Tools and Systems
| Tool | Purpose |
|---|---|
| Plane Roadmap Project | Feature-level tracking, stakeholder visibility |
| Plane Engineering Board | Sprint + task execution |
| Figma | Design mockups, prototypes (linked in Plane + requirement docs) |
| Slack | Coordination, blocker escalation |
| Git + ArgoCD | Version control, CI/CD, deployment |
| docs.wealthy.systems | Requirement and process documentation |
15. Metrics
Reported quarterly to ISRMC:
| Metric | Target |
|---|---|
| Change success rate (no rollback) | > 95% |
| Emergency-change rate (as % of total) | < 10% |
| Planned vs actual sprint completion | Track trend |
| Scope-change rate | Track trend |
| Bugs introduced per change | Track trend |
16. Related Documents
- Change Management Policy (POL-003) β parent policy
- Exception Management Policy (POL-013) β when an exception is needed
- Incident Response SOP (SOP-004) β security incidents that trigger emergency changes
- Incident Management SOP (SOP-003) β operational incidents
- Log Management Standard (STD-012) β change-record retention
Reviewed quarterly. Last revision: April 2026. Contact: security@wealthy.in.