sruthir28/ai-use-case-scorer
Score and prioritize AI use cases for your own job. Given a list of candidate use cases (or a description of your workflow), evaluates each on Value × Feasibility × Safety and tiers them — Do Now / Do This Quarter / Park / Avoid. Use when you've heard "we should use AI more" and need to figure out what to actually build first. Built for the individual IC, not org-wide rollout.
npx skills add https://github.com/sruthir28/enterprise-ai-skills --skill ai-use-case-scorer
Turns "I should be using AI more" into "here are the 3 things I'm building this week, here's why, and here's what I'm explicitly NOT doing." Built for the individual IC trying to figure out where to deploy AI in their own work.
Most AI-use-case lists are theater — pages of "potential" use cases that never get built. This skill compresses the call: of the use cases on your list, which 2–3 actually pay off this month, and which to ignore.
Built for the IC. If you're rolling AI out to a 50-person team, this is the wrong framework — that's change management, not personal scoring.
Each use case scored on three axes (1–5 scale).
| Score | Time saved | Quality lift | Strategic fit |
|-------|------------|--------------|---------------|
| 5 | >5 hrs/wk | Visibly better output | Hits a top-3 personal goal |
| 3 | 1–5 hrs/wk | Modest improvement | Adjacent to a goal |
| 1 | <1 hr/wk | Marginal | Not connected to goals |
Value score = round(avg of three sub-scores)
| Score | Tool maturity | Your skill / time |
|-------|---------------|-------------------|
| 5 | Mature off-the-shelf skill or tool exists | Ship in one sitting |
| 3 | Tools exist but need glue | A weekend project |
| 1 | Requires custom dev / new infra | Multi-week build |
Feasibility score = round(avg of two sub-scores)
| Score | Quality risk | Data risk | Trust risk |
|-------|--------------|-----------|------------|
| 5 | Errors easy to catch | No sensitive data | Team comfortable with AI |
| 3 | Errors land in internal docs | Some PII / internal data | Mixed signals from team |
| 1 | Errors land in customer / exec face | Confidential / regulated | Active resistance |
Safety score = round(avg of three sub-scores)
Range: 1 (don't bother) to 125 (perfect).
| Use case | V | F | S | Score | Tier |
|----------|---|---|---|-------|------|
| Auto-draft weekly update | 4 | 5 | 5 | 100 | Do Now |
| ... | | | | | |
For each: 1-line description, 1-line why-now, 1-line first step (must be doable in <1 hour).
Often more useful than the Do Now list — tells you what you're explicitly NOT building, and when to revisit.
Input
"I'm a senior PM at a B2B SaaS company. I want to use AI more in my week. Things I do a lot: draft PRDs, write status updates, prep for stakeholder reviews, analyze user-research transcripts, write release notes."
Output
| Use case | V | F | S | Score | Tier |
|----------|---|---|---|-------|------|
| Auto-draft weekly status update | 4 | 5 | 5 | 100 | Do Now |
| Synthesize user-research transcripts | 5 | 4 | 4 | 80 | Do Now |
| Stakeholder review prep | 4 | 4 | 5 | 80 | Do Now |
| PRD first-draft generator | 4 | 4 | 4 | 64 | Do Now |
| Release notes from PRs | 3 | 5 | 4 | 60 | Do Now |
| Auto-classify inbound customer feedback | 4 | 3 | 4 | 48 | Do This Quarter |
| Replace user interviews with AI personas | 3 | 2 | 1 | 6 | Avoid |
meeting-prep-kit skill; ~1 hr saved per review. First step: run meeting-prep-kit on your next exec review.decision-memo-builder for buy/build/partner)scpr-framework)decision-memo-builder — turn the top Do-Now pick into a memo if you need leadership buy-inprioritization — for non-AI use cases use RICE / Impact-Effort insteadmckinsey-critic — run your top-3 picks through the critic to stress-test your "Do Now" choicesTake sruthir28/ai-use-case-scorer from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.