What problem does it solve?
Teams facing long lists of findings, risks, or retrospective action items often lack a consistent, defensible way to decide what to fix first. This Skill applies a fixed value-stream scoring model (ROI, Cost to Implement, Ease of Deployment, Risk Factor) and a deterministic priority formula to turn any impediment list into a ranked, rationale-backed remediation backlog.
Core Features & Use Cases
- Four-Criterion Scoring Rubric: Scores each countermeasure on ROI, Cost, Ease, and Risk (1-10 scales) with anchoring examples across platform engineering, security, SRE, and governance domains.
- Fixed Priority Formula: Computes Priority = ((ROI * (10/Cost)) + (Ease * (10/Risk))) / 2, sorts descending, and renders a ranked Markdown table with per-criterion rationale.
- Domain-Agnostic Inputs: Accepts GHQR findings, audit results, risk registers, architecture review gaps, retrospective action items, or any free-form {impediment, countermeasure} list.
- Use Case: Given a GitHub Enterprise health-check report with findings like missing 2FA enforcement and disabled secret scanning, produce a ranked table showing which remediations to execute first, with a top-3 act-first summary.
Quick Start
Ask the agent to prioritize this list of impediments and countermeasures using the impediment prioritization skill, then paste your findings or action items.