decision-visualization

Solid

Decision-specific visualization skill for creating clear, actionable visual representations of analyses

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Decision Visualization ## Overview The Decision Visualization skill provides specialized visualization capabilities for decision support, creating clear, actionable visual representations that communicate analysis results effectively to decision-makers and stakeholders. ## Capabilities - Decision tree diagrams - Strategy tables and consequence matrices - Trade-off scatter plots - Value-of-information graphs - Confidence/uncertainty bands - Waterfall charts for sensitivity - Heat maps for MCDA - Interactive dashboards ## Used By Processes - Executive Dashboard Development - Structured Decision Making Process - Multi-Criteria Decision Analysis (MCDA) - Decision Documentation and Learning ## Usage ### Decision Tree Visualization ```python # Decision tree diagram configuration decision_tree_viz = { "type": "decision_tree", "data": decision_tree_structure, "options": { "node_shapes": { "decision": "square", "chance": "circle", "terminal": "triangle" }, "show_probabilities": True, "show_payoffs": True, "highlight_optimal_path": True, "color_scheme": "sequential", "orientation": "horizontal" } } ``` ### Strategy Table ```python # Strategy comparison table strategy_table = { "type": "strategy_table", "alternatives": ["Strategy A", "Strategy B", "Strategy C"], "criteria": ["Cost", "Time", "Quality", "Risk"], "data": performance_matrix, "options":...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

decision-tree-builder

Automated decision tree construction skill for structuring complex decisions with probabilities, payoffs, and expected value calculations

1,160 Updated today
a5c-ai
AI & Automation Listed

decision-analysis

Systematic framework for rigorous, situationally-grounded decision analysis. Use when evaluating options with competing benefits where stated values may diverge from actual situational worth, when structural constraints rule out entire categories of value, or when the user wants a documented analytical process rather than a quick answer. Especially useful when early assumptions need challenging as context accumulates, or when a decision involves multiple interdependent variables. Load alongside opinionated-software-engineering:software-engineer for technical and architectural decisions.

5 Updated today
Pyroxin
AI & Automation Solid

creating-data-visualizations

Generate plots, charts, and graphs from data with automatic visualization type selection. Use when requesting "visualization", "plot", "chart", or "graph". Trigger with phrases like 'generate', 'create', or 'scaffold'.

2,210 Updated 1 weeks ago
foryourhealth111-pixel
AI & Automation Listed

data-visualization

Guides data visualization with chart selection, dashboard layout design, visual encoding, and data storytelling best practices. Use when user asks about data visualization, chart selection, graph design, dashboard layout, infographic, data storytelling, 데이터 시각화, 차트, 대시보드, or 그래프.

3 Updated today
Yoodaddy0311
AI & Automation Solid

creating-data-visualizations

This skill enables Claude to generate data visualizations, plots, charts, and graphs from provided data. It analyzes the data, selects the most appropriate visualization type, and creates a visually appealing and informative graphic. Use this skill when the user requests a visualization, plot, chart, or graph; when data needs to be presented visually; or when exploring data patterns. The skill is triggered by requests for "visualization", "plot", "chart", or "graph".

2,274 Updated today
jeremylongshore