multiAI Summary Pending

decision-action

Use when the user needs to choose, prioritize, or make a go/no-go decision among options.

231 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/decision-action/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/bellabe/decision-action/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/decision-action/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How decision-action Compares

Feature / Agentdecision-actionStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Use when the user needs to choose, prioritize, or make a go/no-go decision among options.

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Decision Action Skill

## Purpose
Select an option and justify the choice using explicit tradeoffs.

## When to use
- “Which should we pick?”
- Prioritization
- Go / no-go decisions

Do NOT use for:
- execution plans (use planning-action)
- advice without a firm choice (use prescriptive-actions)

## Operating rules
1. Clearly define the decision.
2. Enumerate options (include “do nothing” if relevant).
3. Compare options using explicit criteria.
4. Make a clear recommendation.
5. State risks and revisit triggers.

## Outputs
### Decision statement
### Options comparison
### Recommendation
### Rationale & tradeoffs
### Risks
### Revisit triggers