decision clarity
npx skills add https://github.com/shanezzzz/decision-clarity-skill --skill decision-clarityCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
A reusable agent skill for improving decision quality in ambiguous, high-value, complexity-prone problems.
This skill helps an LLM clarify the real question, expose hidden assumptions, reason from fundamental facts, reduce unnecessary complexity, and end with a cleaner recommendation or next step.
It combines three complementary reasoning modes in a practical sequence:
This skill is designed to help agents:
Use this skill when the user asks things like:
It is especially useful for:
decision-clarity/
├── SKILL.md
├── Workflows/
│ ├── Clarify.md
│ ├── Deconstruct.md
│ ├── Simplify.md
│ └── Decide.md
└── references/
├── anti-patterns.md
├── business.md
├── content.md
├── examples.md
├── operations.md
├── output-patterns.md
├── product.md
└── trigger-questions.md
Identify the real question, clean up vague framing, and expose initial assumptions.
Reduce the problem into facts, constraints, mechanisms, and causal structure.
Remove unnecessary complexity and compare options by assumption load while preserving adequacy.
Convert the clarified, decomposed, and simplified reasoning into a practical recommendation, next move, or test.
Install from GitHub with the Skills CLI:
npx skills add shanezzzz/decision-clarity-skill
You can also inspect the package before installing:
npx skills add shanezzzz/decision-clarity-skill --list
This skill is meant to be both:
The goal is not to produce deeper-sounding analysis. The goal is to produce clearer decisions and better next steps.