# Decision Action

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

- Skill: `aiskillstore/decision-action` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add aiskillstore/decision-action`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aiskillstore/decision-action/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: aiskillstore (https://skillmd.com/u/aiskillstore)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/aiskillstore/decision-action

---


# 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

