Optimize technical asset lifecycle portfolio
Choose exactly one retain, modernize, migrate or retire option per technical asset under common scenarios, unique value-stream capability coverage, full lifecycle cost and obsolescence loss, cross-option feasibility, budget/capacity and expected-loss/CVaR gates; return a cost-value-tail Pareto frontier with exact or optimistic-bound beam-search disclosure.
What it's for
Turns aging technical assets into a board-ready retain/modernize/migrate/retire portfolio while protecting the unique product value streams those assets jointly support.
What you give it
Inputs split into evidence read from your connected systems, calibration your team owns, and numerical controls that affect precision but never the result's meaning.
| Field | Type | Role | Required |
|---|---|---|---|
| beam_width | integer ≥ 1, ≤ 10000 | Numerical control | Optional |
| budget | number ≥ 0 | Your calibration | Yes |
| capacity_units | number ≥ 0 | Your calibration | Yes |
| exact_enumeration_limit | integer ≥ 1, ≤ 1000000 | Your calibration | Optional |
| lifecycle_options | array of objects (15 fields) ≥ 1 item | Evidence | Yes |
| max_detail_rows | integer ≥ 1, ≤ 500 | Numerical control | Optional |
| maximum_cvar_total_loss | any | Your calibration | Optional |
| maximum_expected_value_stream_loss | any | Your calibration | Optional |
| risk_aversion | number ≥ 0 | Your calibration | Optional |
| scenarios | array of objects (3 fields) ≥ 2 items | Evidence | Yes |
| tail_probability | number > 0, ≤ 0.5 | Your calibration | Optional |
| technical_assets | array of objects (2 fields) ≥ 1 item | Evidence | Yes |
| value_streams | array of objects (4 fields) ≥ 1 item | Evidence | Yes |
Each lifecycle_options
record
| Field | Type | Required |
|---|---|---|
| asset_id | string (non-empty) | Yes |
| available_scenario_ids | array of string | Yes |
| capability_ids | array of string | Yes |
| capacity_units | number (≥ 0) | Yes |
| decision | one of "retain", "modernize", "migrate", "retire" | Yes |
| dependency_option_ids | array of string | Yes |
| evidence_verified | boolean | Yes |
| exclusion_option_ids | array of string | Yes |
| id | string (non-empty) | Yes |
| is_current_state | boolean | Yes |
| operating_cost_scenarios | array of number (≥ 2 items) | Yes |
| residual_obsolescence_loss_scenarios | array of number (≥ 2 items) | Yes |
| stranded_carrying_value_scenarios | array of number (≥ 2 items) | Yes |
| transition_cost_scenarios | array of number (≥ 2 items) | Yes |
| upfront_cost | number (≥ 0) | Yes |
{
"budget": 25,
"capacity_units": 2,
"lifecycle_options": [
{
"asset_id": "api-asset",
"available_scenario_ids": [
"base"
],
"capability_ids": [
"public-api"
],
"capacity_units": 0,
"decision": "retain",
"dependency_option_ids": [],
"evidence_verified": true,
"exclusion_option_ids": [],
"id": "api-retain",
"is_current_state": true,
"operating_cost_scenarios": [
5,
5
],
"residual_obsolescence_loss_scenarios": [
0,
20
],
"stranded_carrying_value_scenarios": [
0,
0
],
"transition_cost_scenarios": [
0,
0
],
"upfront_cost": 0
},
{
"asset_id": "api-asset",
"available_scenario_ids": [
"base",
"stress"
],
"capability_ids": [ Truncated for display — the full payload is 143 lines.
What you get back
This is the actual output of running the example above — computed by the same function the platform calls, not an illustration.
{
"asset_diagnostics": [
{
"asset_id": "api-asset",
"current_option_id": "api-retain",
"option_count": 2,
"selected_decision": "modernize",
"selected_option_id": "api-modernize"
},
{
"asset_id": "data-asset",
"current_option_id": "data-retain",
"option_count": 1,
"selected_decision": "retain",
"selected_option_id": "data-retain"
}
],
"assumptions": [
"Each asset receives exactly one executable retain, modernize, migrate or retire option; capability availability, costs, residual obsolescence and stranded carrying value share one coherent scenario, currency and horizon.",
"A value stream is retained only when every required capability is supplied by an available selected option; if several capabilities are missing, that unique stream is still lost once. Upfront spend, transition, operating, obsolescence and stranded-value effects are complete and non-overlapping.",
"Exact mode certifies only the supplied finite model. Beam search uses a deterministic optimistic capability/cost bound but is not globally certified; neither mode establishes accounting impairment, causal action effectiveness, legal availability or permission to retire or migrate an asset.",
"Assets and value streams are aggregate technical/economic units, never proxies for employee, customer or vendor quality. Architecture, product, security, finance/controller and operating owners approve execution."
],
"constraints": {
"budget": 25,
"capacity_units": 2,
"maximum_cvar_total_loss": null,
"maximum_expected_value_stream_loss": null,
"risk_aversion": 0,
"tail_probability": 0.1
},
"decision": "technical_asset_lifecycle_portfolio_supported",
"lifecycle_pareto_frontier": [
{
"cvar_total_lifecycle_loss": 130,
"expected_net_value": 54,
"expected_unique_value_stream_loss": 30,
"risk_feasible": true,
"selected_option_ids": [
"api-retain",
"data-retain"
],
"upfront_cost": 0
}, Truncated for display — the full payload is 104 lines.
How it works
Constrained optimization — Pick the best feasible option under real limits — budget, headcount, dependencies, capacity — rather than ranking a list and hoping it fits.
- 1 Freeze assets, current states, executable lifecycle options, capability supply, unique value-stream requirements and common scenario economics on one decision horizon.
- 2 For each complete portfolio, enforce one option per asset plus dependencies/exclusions, form scenario-available capability coverage, and lose each uncovered unique value stream once even when several capabilities are missing.
- 3 Combine upfront, operating, transition, residual-obsolescence and stranded-value costs; enforce budget, capacity, expected stream-loss and CVaR gates; maximize risk-adjusted net value and disclose exact or deterministic optimistic-bound beam search.
Before you trust it
Every tool in the catalog ships with the conditions under which its answer is meaningful — and the conditions under which it should abstain instead of guessing.
Assumptions & guardrails
- Objectives use commensurable locally governed value units, constraints reflect real feasibility, and uncertainty covers plausible adverse inputs.
- Options are genuinely executable and mutually complete, capability requirements and availability are current, value streams are unique, and lifecycle cost categories do not overlap.
- The recommendation is optimal only for its stated objective, feasible set, evidence, and solver guarantee; it is not a universal management optimum.
- The selected portfolio is conditional on supplied scenarios and is not accounting impairment, causal proof, procurement authority, migration approval or a personnel decision.
Minimum evidence
- technical_assets: at least 1 rows/items
- lifecycle_options: at least 1 rows/items
- value_streams: at least 1 rows/items
- scenarios: at least 2 rows/items
- budget: required and organization-defined
- capacity_units: required and organization-defined
How to validate it
Backtest the chosen action against simple feasible baselines on held-out scenarios, sweep costs/constraints/risk tolerance, and require constraint feasibility under adverse inputs.
Calibrating it to your org
Same for everyone
The mathematical kernel, validation rules, method version, and JSON output semantics are organization-independent; no tenant-trained coefficients or company benchmark is embedded in the function.
Specific to you
- point-in-time multiple-choice lifecycle option registry joined to a versioned asset-capability-value-stream graph and finance-reconciled common scenarios, retaining every current state and excluding named-person or nominally available actions
- option executability and evidence, asset/capability/value-stream uniqueness, scenario availability and dependence, cost/value/carrying perimeter, dependencies/exclusions, budget/capacity, expected-loss/CVaR appetite, solver boundary and accountable architecture/product/security/finance/controller approval
Calibration workflow
- 1 Define the management decision, target outcome, aggregate unit, privacy boundary, cadence, and prediction/intervention horizon for this organization.
- 2 Build a tenant-scoped historical cohort using only information available before each prediction or decision; preserve zero periods, censoring, assignment probabilities, and unresolved outcomes when the method requires them.
- 3 Estimate statistical parameters on training history, but obtain costs, utilities, risk tolerance, practical-effect thresholds, capacity, and policy constraints from accountable decision owners.
- 4 Validate on later time windows or held-out aggregate units at the deployment grain, against a simple baseline and the function-specific validation strategy.
- 5 Deploy only if the returned decision clears evidence, overlap, calibration, robustness, and guardrail checks; warning, unsupported, schema-gap, and fallback decisions are abstentions.
- 6 Monitor realized outcomes, data drift, coverage, and decision regret; recalibrate at a governed cadence or after a detected regime/definition change, never merely because a stakeholder dislikes the result.
Call it from your AI
You don't wire up 388 tools in your MCP client. The GitRevio MCP server exposes 18 tools, three of which let an agent search the catalog, read a tool's schema, and run it — so the assistant finds this one on its own.
gitrevio_capabilities_search
{ "q": "choose exactly one retain modernize migrate" }
→ finds "optimize_technical_asset_lifecycle_portfolio"
gitrevio_capability_describe
{ "capability_id": "optimize_technical_asset_lifecycle_portfolio" }
→ returns the input schema and agent guidance shown on this page
gitrevio_capability_run
{ "capability_id": "optimize_technical_asset_lifecycle_portfolio", "arguments": { ... } }
→ returns the result shown above Works in Claude Desktop, Claude Code, Cursor, Cline, Continue.dev, Goose and Aider. See the MCP server.
Related tools
Audit technical asset lifecycle integrity
Audit technical-asset lifecycle and value lineage across placed-in-service, assessment and retirement events; detect orphan active assets, stale recoverability evidence, active value links after retirement, remaining book value on retired assets and duplicated value-source attribution without treating engineering activity as accounting evidence.
Forecast technical asset obsolescence
Forecast product retirement, technical obsolescence, security/compliance retirement and vendor/platform end as competing technical-asset risks using complete right-censored lifecycle episodes, age-specific empirical-Bayes Dirichlet hazards, coherent common scenarios and current-age simulation of stranded carrying value plus foregone contribution.
Audit benefit double counting
Reconcile business-case benefit claims to unique economic source pools and allocation fractions, exposing overallocated sources and claim-level mismatches before portfolio value is aggregated.
Audit cash flow timing consistency
Audit whether economic-event and cash-settlement timing obey governed lag rules across coherent scenarios, quantify the resulting NPV distortion, reconstruct scenario liquidity paths, and separate timing exceptions from liquidity-tail exposure without treating exceptions as wrongdoing.
Audit cost allocation consistency
Audit whether shared engineering, platform, cloud, vendor, or operating cost pools reconcile to source totals and follow their declared pro-rata allocation bases at every target.
Audit cost capitalization sensitivity
Audit whether permitted software-cost capitalization choices change reported project ROI and priority even though scenario cash NPV, downside, and economic rank are unchanged.