# Decision

> Make structured decisions using the right decision mode

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

---


# Decision

Work through a decision for "$ARGUMENTS". Use the appropriate decision-making framework based on impact, urgency, and stakeholders.

## Prerequisites

None — utility skill, run anytime.

## Process

1. **Read context:**
   - Read `plugins/leadership/shared/decision-frameworks.md`
   - Ask: What's the decision? What are the options? Who's affected?

2. **Determine decision mode:**
   - Assess impact (high/low) and urgency (high/low)
   - Recommend: decide alone, consult, delegate, or consensus

3. **Analyze options:**
   - For each option: pros, cons, risks, effort, reversibility
   - Identify the key trade-offs
   - What information is missing?

4. **Make a recommendation:**
   - Which option and why
   - What to monitor after deciding
   - Rollback plan if it doesn't work

5. **Write the artifact** to `.metapowers/leadership/$ARGUMENTS/decision.md`

## Output

The decision analysis written to `.metapowers/leadership/$ARGUMENTS/decision.md`. Present the recommendation to the user.

