portfolio-triage

Rank fires across a portfolio using severity, acres, and phase multipliers.

Updated Dec 20, 2025
One-click install
npx skills add https://github.com/jvalenzano/ranger-twin --skill portfolio-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: portfolio-triage
Source: https://github.com/jvalenzano/ranger-twin/tree/main/agents/coordinator/skills/portfolio-triage
Command: npx skills add https://github.com/jvalenzano/ranger-twin --skill portfolio-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill ranks fires across a portfolio to support BAER prioritization by producing a prioritized list with confidence scores and reasoning.

Core Features & Use Cases

  • Automated triage scoring: Computes a priority score from severity, acres, and lifecycle phase multipliers to rank fires.
  • Portfolio prioritization: Provides a sorted list of fires with detailed reasoning to guide field deployment decisions.
  • Use Case: A coordinator needs to allocate BAER resources efficiently across multiple fires in a portfolio; this skill yields an actionable ranking and explanations.

Quick Start

Use the Portfolio Triage skill to rank fires by priority using the included fixture data or live portfolio feeds. The script accepts inputs:

  • fires: Array of fire objects with id, name, severity, acres, phase
  • top_n: Optional limit on number of results

Frequently Asked Questions about portfolio-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I rank fires across a portfolio for BAER prioritization?

Fire portfolio triage evaluates severity, acres, and lifecycle phase multipliers to produce a prioritized ranking. It calculates a composite score for each fire, yielding a sorted list with confidence scores and reasoning to guide resource allocation.

How do I allocate BAER resources efficiently across multiple fires?

You allocate BAER resources by running fire portfolio data through automated triage scoring, which calculates priority scores using severity, acres normalization, and phase multipliers. This yields a sorted ranking with confidence scores and reasoning for deployment decisions.

What data inputs do I need for fire severity ranking and prioritization?

Fire severity ranking requires an array of fire objects containing id, name, severity, acres, and phase. You can also provide an optional top_n parameter to limit the number of returned results in the prioritized list.

Can I limit the number of fires returned in a portfolio triage ranking?

Yes, you can limit portfolio triage ranking results by passing the optional top_n parameter to the script. This restricts the output to only the specified number of highest-priority fires for field deployment.

What factors are used in calculating fire priority scores for field deployment?

Fire priority scores are calculated using severity weights, acres normalization, and lifecycle phase multipliers. These factors combine to produce a triage score that ranks fires across the portfolio for field deployment.