rank_backlog
Score every initiative from the active adapter and return the top-N descending based on a deterministic rationale. Use filters for status/label, choose method, and set limit. Results are archived for trend analysis.
Instructions
Score every initiative the active adapter exposes and return the top-N descending. Pure arithmetic, no LLM call — the rationale string is generated from the breakdown so the output stays deterministic. Optional filters mirror list_initiatives: status, label. method defaults to 'rice'; limit defaults to 10. Auto-archives a snapshot to .mk-plan-master/history/.json so get_planning_history / get_decision_signature can compute trend deltas across cycles (debounced to 5 minutes by default). Returns {method, count, ranking[]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | rice | |
| status | No | ||
| label | No | ||
| limit | No |