Easy Decision Executor
Powerful command for explore, complex, decision, branches. Includes structured workflows, validation checks, and reusable patterns for simulation.
Easy Decision Executor
Execute structured decision analysis with weighted criteria, outcome simulation, and clear action recommendations for time-sensitive business and technical choices.
When to Use This Command
Run this command when...
- You face a multi-criteria decision with competing tradeoffs and need a systematic framework to cut through analysis paralysis
- You need to document the rationale behind a decision for stakeholders with weighted scoring and sensitivity analysis
- You want to compare three or more alternatives against quantified criteria before committing team resources
Do NOT use this command when...
- The decision is trivial or binary with obvious preference -- just decide and move on
- You need ongoing decision support rather than a one-shot evaluation
Quick Start
# .claude/commands/easy-decision-executor.md # Execute structured decision analysis Analyze decision: $ARGUMENTS
# Run the command claude "easy-decision-executor choose between PostgreSQL, MongoDB, and DynamoDB for user analytics platform"
Expected output:
- Decision criteria with importance weights
- Alternative scoring matrix
- Sensitivity analysis on weight changes
- Recommended choice with confidence level
- Implementation action items
Core Concepts
| Concept | Description |
|---|---|
| Criteria Weighting | Assigns relative importance scores to each evaluation dimension |
| Scoring Matrix | Rates each alternative against every criterion on a consistent scale |
| Sensitivity Analysis | Tests how the recommendation changes when weights shift |
| Confidence Level | Quantifies certainty in the recommendation based on data quality |
| Action Mapping | Converts the chosen alternative into concrete next steps |
Decision Execution Pipeline:
Decision Statement
|
[Extract Criteria]
|
[Weight Criteria]
|
[Score Alternatives]
|
+----+----+
| |
Rank Sensitivity
| Analysis
| |
+----+----+
|
Recommendation
|
Action Plan
Configuration
| Parameter | Default | Description |
|---|---|---|
| Criteria Count | 5-8 | Number of evaluation dimensions extracted from context |
| Scale Range | 1-10 | Numeric scale used for scoring alternatives |
| Sensitivity Steps | 3 | Number of weight perturbation rounds for robustness checking |
| Alternatives Cap | 5 | Maximum number of options compared simultaneously |
| Output Style | Full matrix | Summary table, full matrix, or executive brief |
Best Practices
- State the decision clearly -- frame it as a choice between specific named alternatives rather than an open question to get focused evaluation
- Include evaluation criteria -- mention what matters most (cost, speed, scalability, team expertise) so weighting reflects your real priorities
- Provide context constraints -- factors like timeline, budget, and existing infrastructure sharpen the scoring against each criterion
- Challenge the recommendation -- use the sensitivity analysis to see how close the runner-up is. A narrow margin suggests more investigation is warranted
- Document for posterity -- save the output alongside your decision log so future teams understand why the choice was made
Common Issues
- All alternatives score similarly -- your criteria may be too generic. Add domain-specific dimensions like "migration effort from current stack" to differentiate
- Recommendation contradicts intuition -- check whether the weight assignments reflect your true priorities. Adjust and re-run rather than discarding the framework
- Too many criteria dilute signal -- consolidate overlapping criteria (e.g., merge "reliability" and "uptime" into one dimension) to sharpen differentiation
Reviews
No reviews yet. Be the first to review this template!
Similar Templates
Git Commit Message Generator
Generates well-structured conventional commit messages by analyzing staged changes. Follows Conventional Commits spec with scope detection.
React Component Scaffolder
Scaffolds a complete React component with TypeScript types, Tailwind styles, Storybook stories, and unit tests. Follows project conventions automatically.
CI/CD Pipeline Generator
Generates GitHub Actions workflows for CI/CD including linting, testing, building, and deploying. Detects project stack automatically.