Task: TRI-06 | Composite Aggregator
Estimated Hours: 1h | Owner: MK | Priority: P0 | Status: Completed
Definition:
Combines all five triage axis scores with their respective weights (deadline 30%, authority 25%, sentiment 20%, decay 15%, action 10%) into a single composite priority score 0–100. Maps to priority level (CRITICAL/HIGH/MEDIUM/LOW) and approval mode.
Acceptance Criteria:
Task: TRI-06 | Composite Aggregator
Estimated Hours: 1h | Owner: MK | Priority: P0 | Status: Completed
Definition:
Combines all five triage axis scores with their respective weights (deadline 30%, authority 25%, sentiment 20%, decay 15%, action 10%) into a single composite priority score 0–100. Maps to priority level (CRITICAL/HIGH/MEDIUM/LOW) and approval mode.
Acceptance Criteria:
composite = sum(axis.raw_score * axis.weight); result 0.0–1.0TriageResultwith all axes + composite score + priority + approval_mode