Change Management Standard

Operational implementation of the Change Management Policy β€” 8-stage process, Plane conventions, weekly sprint cadence, emergency change and scope-change procedures.

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

  1. Executive summary β€” business need, success metrics, timeline
  2. Functional & non-functional requirements β€” user stories, acceptance criteria, performance / security / compliance constraints
  3. Design references β€” Figma links, design system components, responsive breakpoints
  4. Implementation plan β€” architecture, phases, milestones, risk / mitigation
  5. Testing strategy β€” unit, integration, UAT, performance, security, rollback
  6. 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

  1. Document distributed to reviewers
  2. 5-business-day review window
  3. Review meeting to resolve feedback
  4. Document revised
  5. 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

  1. PM creates high-level feature in Roadmap Project
  2. PM discusses with CEO/CTO β€” business alignment + technical approach + resources
  3. PM discusses with engineering β€” detailed technical scope
  4. Design integration (if UI/UX) β€” Figma links added to Roadmap feature + requirement doc + Engineering Board tasks
  5. Engineering teams break feature into tasks in Engineering Board
  6. 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:

  1. Change Request document created (what, why, impact)
  2. Impact assessment β€” schedule, resources, budget
  3. Re-approval from affected stakeholders per Β§5.1 (same reviewers as original change)
  4. Project timeline and milestones updated
  5. Communication to all affected teams

13. Emergency Change Procedure

For production outage, security incident, regulatory deadline:

  1. Escalation: CTO (interim CISO) + PM notified directly
  2. Authorization: CTO authorises implementation
  3. Log: Change record created in tracking system immediately (may be concurrent with fix)
  4. Risk assessment: brief impact + rollback documented
  5. Resource reallocation: temporary reallocation from other projects as needed
  6. Post-hoc ratification: within 5 business days β€” full retrospective documentation and ISRMC awareness
  7. 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


Reviewed quarterly. Last revision: April 2026. Contact: security@wealthy.in.