Agent skill · Documentation

need-explorer

Clarify intent, scope, constraints, and success criteria before artifact creation. Invoke when the request is fuzzy, the user is comparing options, or the workflow needs a stable change definition before writing artifacts.

MageByte-Zerogithub.com/MageByte-ZeroGitHub ↗
claude-codeclinecodexcopilotcursorwindsurfMIT
Install
npx skills add MageByte-Zero/spec-superflow --skill need-explorer --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/need-explorer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 668 · +45 this week
Language: JavaScript
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

# Need Explorer Turn a rough idea into a stable change definition before writing artifacts. ## Primary Goal Agree on: problem, scope, non-goals, success criteria, whether to split before specification. ## Process ### 1. Inspect Context First Before asking questions, understand what exists and what constraints are in place. ### 2. One Question at a Time Ask a single clear question, wait for the answer, digest, then ask the next. Never ask 3+ questions at once. Each answer informs the next question. ### 3. Prefer Multiple-Choice Questions Present 2-3 options when reasonable answers are finite. This reduces cognitive load and surfaces unconsidered choices. ### 4. Propose 2-3 Approaches with Trade-Offs For each approach: what it is, upside, downside, best-for. Then **recommend one** and explain why. Never present a single path — always name at least one alternative. ### 5. Validate Before Concluding Restate what you heard: "Here's what I'm hearing: [problem, scope, non-goals, success criteria]. Does this match?" Incorporate corrections and re-validate. ### 6. DP-1: Requirement Confirmation Gate After user confirms the summary: ```bash ssf state set <change-dir> dp_1_result "confirmed:

What's inside
Steps it walks through
  1. Primary Goal
  2. Process
  3. 1. Inspect Context First
  4. 2. One Question at a Time
  5. 3. Prefer Multiple-Choice Questions
  6. 4. Propose 2-3 Approaches with Trade-Offs
  7. 5. Validate Before Concluding
  8. 6. DP-1: Requirement Confirmation Gate
  9. 7. Hand Off
  10. Anti-Patterns
  11. Exploration Standard
  12. Strong Rule
  13. Self-Review Before Handoff
  14. Exception Handling
Commands it runs
ssf state set <change-dir> dp_1_result "confirmed: <one-line summary>"
ssf state set <change-dir> dp_1_timestamp $(date -u +%Y-%m-%dT%H:%M:%SZ)
More from spec-superflow
All skills →
About this skill
What does the need-explorer skill do?

Clarify intent, scope, constraints, and success criteria before artifact creation. Invoke when the request is fuzzy, the user is comparing options, or the workflow needs a stable change definition before writing artifacts.

How do I install it?

Run `npx skills add MageByte-Zero/spec-superflow --skill need-explorer --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 MageByte-Zero/spec-superflow, a repository with 668 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