Skip to content

Baseline and Operations

This page summarizes release governance and readiness execution across modules. For detailed implementation guidance, use Capability Guide: Baseline, Impact, and Operations.

Page scope

This is the summary page for cross-module release/readiness behavior. For detailed step-by-step execution and failure handling, use Capability Guide: Baseline, Impact, and Operations.

Baseline to Readiness Sequence

sequenceDiagram
    autonumber
    participant Req as requirements_mgmt
    participant Baseline as baseline_mgmt
    participant Impact as impact_assessment
    participant Ops as ops_mgmt
    participant Gov as portfolio_mgmt

    Req->>Baseline: Requirement and trace snapshot
    Baseline->>Impact: Release candidate for assessment
    Impact->>Ops: Impact-driven readiness implications
    Ops->>Gov: Readiness status and milestone updates
    Gov-->>Baseline: Governance decision feedback

Functional Composition (Summary)

Module Scope
baseline_mgmt baseline compare/history and release packs
impact_assessment impact analysis and reporting
ops_mgmt readiness actions, milestones, dependencies
portfolio_mgmt governance context and release decisions

Closed Feedback Loop

flowchart TD
    Candidate["Release Candidate"] --> ImpactEval["Impact Evaluation"]
    ImpactEval --> Backlog["Readiness Backlog"]
    Backlog --> Milestone["Milestone Planning"]
    Milestone --> Decision["Governance Decision"]
    Decision --> Candidate
docker compose run --rm app sh -c "pytest baseline_mgmt/tests impact_assessment/tests ops_mgmt/tests -v"
Go deeper

Use Capability Guide: Baseline, Impact, and Operations for detailed capabilities and implementation mapping.