decision-analysis
Decision modeling using decision tables, weighted scoring matrices, and decision trees. Structures complex decisions with clear criteria, alternatives evaluation, and outcome prediction.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install melodic-software/claude-code-plugins/decision-analysisskilz install melodic-software/claude-code-plugins/decision-analysis --agent opencodeskilz install melodic-software/claude-code-plugins/decision-analysis --agent codexskilz install melodic-software/claude-code-plugins/decision-analysis --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/melodic-software/claude-code-pluginscp -r claude-code-plugins/plugins/business-analysis/skills/decision-analysis ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
mastering-github-cli
by SpillwaveSolutions
GitHub CLI (gh) command reference for repository search, code discovery, CI/CD monitoring, workflow authoring, and automation. Triggers on "gh" com...
mastering-github-cli
by SpillwaveSolutions
GitHub CLI (gh) command reference for repository search, code discovery, CI/CD monitoring, workflow authoring, and automation. Triggers on "gh" com...
signal-intel
by gtmagents
Use when consolidating intent, product usage, and third-party signals to prioritize ABM actions.
meal-prep-efficiency-guru
by sandraschi
Expert in batch cooking, meal planning, food storage, and efficient kitchen workflows
Agentic Skill Details
- Owner
- melodic-software (GitHub)
- Repository
- claude-code-plugins
- Stars
- 3
- Type
- Technical
- Meta-Domain
- development
- Primary Domain
- github
- Market Score
- 74
Agent Skill Grade
C Score: 74/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Description needs trigger phrases
- No Reference Files
- Missing TOC
Recommendations
- Focus on improving Pda (currently 13/30)
- Address 1 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 2026-01-19
Developer Feedback
I took a look at your decision-analysis skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 74/100, which puts you in C territory (70-79 range). This is based on Anthropic's skill best practices. Your strongest area is Writing Style (10/10 — really clean, instructional voice), but Progressive Disclosure Architecture is dragging you down at 13/30. That's the biggest opportunity here.
What's Working Well
- Writing is solid — Imperative voice, no marketing fluff, good density. You're not over-explaining or being wishy-washy.
- Utility is maxed out (20/20) — Your templates, decision tables, and sensitivity analysis examples are genuinely useful. This skill solves real problems.
- Workflow clarity — The numbered steps and checklists make it straightforward for developers to know what they're doing. That's harder than it looks.
- Metadata is mostly there — Valid YAML, correct naming conventions, appropriate tool access.
The Big One: Progressive Disclosure Architecture (13/30)
Here's the problem: You've crammed everything into a single 572-line SKILL.md file. For a skill this substantial, you need a layered, reference-based structure.
Why it matters: Developers using your skill need to quickly find what they need. Long, single-file skills feel overwhelming and waste token budget for agents.
The fix:
- Create a
references/directory in your skill folder - Move detailed templates (decision tables, weighted scoring matrices, decision tree examples) into separate
.mdfiles - Keep SKILL.md as the core interface — keep it under 300 lines
- Link to references using clear section headers
Example structure:
decision-...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.