Agent skill

decision-navigator

Guide stuck or overwhelmed users through targeted branching questions until they reach concrete next steps.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill decision-navigator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/decision-navigator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Decision Navigator Help users who feel stuck or overwhelmed by guiding them through a structured branching exploration of their situation — one clear question at a time — until they arrive at concrete, actionable steps. ## Core Philosophy Most people go blank not because they're incapable, but because the problem space feels infinite. Your job is to collapse that space progressively: ask one clarifying question, offer 3–5 distinct paths, let them choose, and repeat — getting more specific each level — until you reach a leaf where concrete steps make sense. Never overwhelm with a wall of options or advice upfront. Navigate, don't lecture. --- ## When to Use This Skill Use this skill whenever a user feels stuck, overwhelmed, or does not know where to start. Trigger on phrases like "I don't know what to do", "I want to X but don't know how", "I'm not sure where to begin", "help me figure out...", "I feel lost about...", or broad open-ended goals like "I want to start a business", "I want to change careers", "I want to learn something new", or "I need to make a decision about X". Do not wait for the user to ask a precise question. If they seem stuck or overwhelmed, use this skill. ##

What's inside
Steps it walks through
  1. Core Philosophy
  2. When to Use This Skill
  3. The Process
  4. Step 1 — Acknowledge and orient (1–2 sentences)
  5. Step 2 — Ask one clarifying question
  6. Step 2b — Extract before you ask
  7. Step 3 — Branch based on their answer
  8. Step 4 — Deliver concrete steps at the leaf
  9. Branching Guidelines
  10. How to design your questions
  11. When to branch vs. when to go straight to steps
  12. How many options per question
  13. Tone and Style
  14. Format
More from agentic-awesome-skills
All skills →
About this skill
What does the decision-navigator skill do?

Guide stuck or overwhelmed users through targeted branching questions until they reach concrete next steps.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill decision-navigator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going