decide

Guides structured exploration of problems, constraints, and alternatives before significant decisions.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/azborgonovo/ai-skills --skill decide-azborgonovo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: decide
Source: https://github.com/azborgonovo/ai-skills/tree/main/skills/decisions/decide
Command: npx skills add https://github.com/azborgonovo/ai-skills --skill decide-azborgonovo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Significant decisions often get made on vague problem framing, unexamined assumptions, or a narrow set of options. This Skill structures the thinking process before a decision is made, so the choice rests on a clear problem statement, explicit constraints, and honestly evaluated alternatives. ## Core Features & Use Cases - Problem Framing: Sharpens vague or solution-biased problem statements through targeted probing questions, one at a time. - Forces and Constraints Mapping: Works through hard constraints, soft constraints, assumptions, stakeholders, and reversibility, naming tensions between them. - Alternative Generation and Evaluation: Pushes for conservative and radical options beyond the ones already in mind, then plays devil's advocate on each. - Use Case: A tech lead is torn between Postgres and MySQL. The Skill zooms out to the underlying data problem, surfaces cost and team-capability constraints, evaluates three options including a radical one, and hands off to /log-decision to record the outcome. ## Quick Start Invoke /decide with your decision topic, such as asking to think through whether to migrate the monolith to microservices.

Frequently Asked Questions about decide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I think through a difficult technical decision?▼

Use /decide with your decision topic to start a structured conversation. It frames the problem, explores constraints and stakeholders, generates alternatives including conservative and radical options, and converges on a summary with a leading option and accepted trade-off.

How to evaluate multiple options before making a decision?▼

The Skill walks through each option with a description, what it serves well, what it gives up, and which assumptions it depends on. It plays devil's advocate on every option and calls out dominated options that hold no real advantage.

Does the decide skill create a decision record document?▼

No, the decide skill produces clarity, not documents. When you reach a conclusion, it offers to hand off to the /log-decision skill, which records the decision using the context already established in the conversation.

When should I use decide versus log-decision?▼

Use /decide when you are still exploring a problem, uncertain about direction, or have not evaluated your options. Use /log-decision when the decision is already made or ready for review and you need to record it.

What if my problem framing already implies a solution?▼

The Skill detects solution-biased framing, such as asking whether to use Postgres or MySQL, and zooms out to the underlying problem first. It asks what happens with no decision and whether you are solving the root problem or a symptom.