feat: add impediment-prioritization skill#1463
Open
aj-enns wants to merge 7 commits intogithub:stagedfrom
Open
feat: add impediment-prioritization skill#1463aj-enns wants to merge 7 commits intogithub:stagedfrom
aj-enns wants to merge 7 commits intogithub:stagedfrom
Conversation
…s been derived from Value Stream Mapping processing.
Contributor
🔍 Skill Validator Results✅ All checks passed
Summary
Full validator output```text Found 1 skill(s) [impediment-prioritization] 📊 impediment-prioritization: 2,249 BPE tokens [chars/4: 2,256] (detailed ✓), 11 sections, 2 code blocks ✅ All checks passed (1 skill(s)) ``` |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new impediment-prioritization skill to the skills/ collection, intended to rank impediments/countermeasures using a fixed value-stream scoring rubric and prioritization formula, and registers it in the skills index docs.
Changes:
- Added
skills/impediment-prioritization/SKILL.mddefining activation triggers, rubric, formula, method, and worked examples. - Added
skills/impediment-prioritization/references/scoring-rubric.mdwith 1/5/10 anchoring examples across multiple domains. - Updated
docs/README.skills.mdto include the new skill entry and reference.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| skills/impediment-prioritization/SKILL.md | New skill definition (front matter, scoring model, formula, procedure, templates/examples). |
| skills/impediment-prioritization/references/scoring-rubric.md | New reference rubric with anchored examples for scoring calibration. |
| docs/README.skills.md | Adds the skill to the generated skills list with its reference link. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
removed redundant code Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
agreed for accuracy Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…d enhance downstream integration details
…/awesome-copilot into impediment-prioritization # Conflicts: # skills/impediment-prioritization/SKILL.md
utkarsh232005
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new skill,
impediment-prioritization, that ranks any list of impediments and their countermeasures using a value-stream scoring model (ROI, Cost to Implement, Ease of Deployment, Risk Factor) and a fixed prioritization formula:Priority = ((ROI * (10 / Cost)) + (Ease * (10 / Risk))) / 2The skill is domain-agnostic. It works with:
{impediment, countermeasure}listIt derives from value-stream-mapping practice and the A3 / lean countermeasure tradition, but is not tied to any single tool or workflow. When used inside the GitHub Enterprise / GHQR / PAK workflow, it hooks into the existing
ghqr-analysisupstream andpak-report-formattingdownstream; for any other workflow the ranked table is the deliverable.What's included
skills/impediment-prioritization/SKILL.md— method, rubric, formula, two worked examples (GitHub Enterprise and generic retrospective), guardrails.skills/impediment-prioritization/references/scoring-rubric.md— 1 / 5 / 10 anchor examples across four domains (Platform/DevEx, Security, SRE/Ops, App Dev/Governance) with calibration tips.docs/README.skills.md— regenerated to list the new skill.Checklist
skills/impediment-prioritization/.)name:field are bothimpediment-prioritization; lowercase with hyphens; SKILL.md present;descriptionwrapped and within 10–1024 chars.)npm startand verified thatREADME.mdis up to date. (Rannpm run build;docs/README.skills.mdregenerated to include the new entry.)stagedbranch for this pull request.