analyze_roadmap_balance
Analyzes roadmap initiatives by labeling them as feature, tech debt, or strategic, then calculates ratio and score share to provide a heuristic advisory on balance.
Instructions
Classify the top-N ranked initiatives into feature / tech_debt / strategic / unlabeled buckets by label, then surface ratio + score-share + a terse heuristic advisory. Use when a user asks 'is the roadmap balanced' / 'are we starving tech debt' / 'do we have any strategic bets'. Label vocabularies are configurable: feature_labels (default ['feature', 'product']), tech_debt_labels (default ['tech-debt', 'refactor', 'infra']), strategic_labels (default ['strategic', 'bet', 'moonshot']). Returns {method, totals, ratio_pct, score_share_pct, advisory}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | rice | |
| limit | No | ||
| feature_labels | No | ||
| tech_debt_labels | No | ||
| strategic_labels | No |