File contents Shokunin Score Skill
Explains readiness score breakdown.
Purpose
Provides detailed explanation of readiness score, dimensions, and score caps.
When to Use
Use this skill when you want to understand:
Why a document received a specific score
Which dimensions scored poorly
Which score caps applied
How to improve the score
Workflow
Analyze — Review score components
Breakdown — Show dimension scores
Explain — Explain score caps
Context — Show missing context
Advise — Suggest improvements
Inputs
Document file path
Previous review (for comparison)
Output Contract
Returns detailed score breakdown:
Total score (0-100)
Score band
Score confidence
Dimension breakdown (with scores)
Score caps applied (with explanation)
Missing context (what's missing)
Rationale (why this score)
Dimensions
PRD Dimensions
Problem clarity (20%)
Evidence quality (20%)
Requirements clarity (15%)
Metrics quality (15%)
MVP scope (10%)
Guardrails (10%)
Decision ask (10%)
RFC Dimensions
Technical decision clarity (20%)
Alternatives analysis (15%)
Trade-offs acknowledgment (15%)
System boundaries (10%)
Failure modes (10%)
Rollout plan (10%)
Test plan (10%)
Open questions (10%)
Score Caps
Lists which score caps applied and why:
No problem evidence → max 60
No primary metric → max 55
No MVP scope → max 55
No decision ask → max 65
No AI guardrails → max 70
Example
# Input: docs/prd.md
# Output:
Score: 72/100
Band: Needs major fixes
Dimensions:
- Problem clarity: 80/100
- Evidence quality: 50/100 ← Weak
- Requirements: 75/100
- Metrics: 45/100 ← Weak
Score caps:
- No primary metric → max 55 (applied)
To improve: Add evidence, define primary metric
1 --- 2 name: shokunin-score 3 description: Shokunin Score Skill 4 --- 5 # Shokunin Score Skill 6 7 Explains readiness score breakdown. 8 9 ## Purpose 10 11 Provides detailed explanation of readiness score, dimensions, and score caps. 12 13 ## When to Use 14 15 Use this skill when you want to understand: 16 - Why a document received a specific score 17 - Which dimensions scored poorly 18 - Which score caps applied 19 - How to improve the score 20 21 ## Workflow 22 23 1. **Analyze** — Review score components 24 2. **Breakdown** — Show dimension scores 25 3. **Explain** — Explain score caps 26 4. **Context** — Show missing context 27 5. **Advise** — Suggest improvements 28 29 ## Inputs 30 31 - Document file path 32 - Previous review (for comparison) 33 34 ## Output Contract 35 36 Returns detailed score breakdown: 37 - Total score (0-100) 38 - Score band 39 - Score confidence 40 - Dimension breakdown (with scores) 41 - Score caps applied (with explanation) 42 - Missing context (what's missing) 43 - Rationale (why this score) 44 45 ## Dimensions 46 47 ### PRD Dimensions 48 - Problem clarity (20%) 49 - Evidence quality (20%) 50 - Requirements clarity (15%) 51 - Metrics quality (15%) 52 - MVP scope (10%) 53 - Guardrails (10%) 54 - Decision ask (10%) 55 56 ### RFC Dimensions 57 - Technical decision clarity (20%) 58 - Alternatives analysis (15%) 59 - Trade-offs acknowledgment (15%) 60 - System boundaries (10%) 61 - Failure modes (10%) 62 - Rollout plan (10%) 63 - Test plan (10%) 64 - Open questions (10%) 65 66 ## Score Caps 67 68 Lists which score caps applied and why: 69 - No problem evidence → max 60 70 - No primary metric → max 55 71 - No MVP scope → max 55 72 - No decision ask → max 65 73 - No AI guardrails → max 70 74 75 ## Example 76 77 ```bash 78 # Input: docs/prd.md 79 80 # Output: 81 Score: 72/100 82 Band: Needs major fixes 83 84 Dimensions: 85 - Problem clarity: 80/100 86 - Evidence quality: 50/100 ← Weak 87 - Requirements: 75/100 88 - Metrics: 45/100 ← Weak 89 90 Score caps: 91 - No primary metric → max 55 (applied) 92 93 To improve: Add evidence, define primary metric 94 ```
vstakhovsky/shokunin-review/tree/main/.claude/skills/shokunin-score commit 50365bfca9
Frequently asked questions How do I install the Shokunin Score skill? Run npx skillmds@latest add vstakhovsky/shokunin-score in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Shokunin Score skill do? Shokunin Score Skill It is listed under Coding & Dev Tools on SkillMD.
Is Shokunin Score safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Shokunin Score? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Shokunin Score free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Shokunin Score? vstakhovsky (@vstakhovsky) published this skill. Their other Agent Skills are listed on their SkillMD profile.