From spec-superflow
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 this skill is triggered — by the user, by Claude, or both
Slash command
/spec-superflow:need-explorerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn a rough idea into a stable change definition before writing artifacts.
Turn a rough idea into a stable change definition before writing artifacts.
Agree on: problem, scope, non-goals, success criteria, whether to split before specification.
Before asking questions, understand what exists and what constraints are in place.
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.
Present 2-3 options when reasonable answers are finite. This reduces cognitive load and surfaces unconsidered choices.
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.
Restate what you heard: "Here's what I'm hearing: [problem, scope, non-goals, success criteria]. Does this match?" Incorporate corrections and re-validate.
After user confirms the summary:
npx --yes --package [email protected] ssf state set <change-dir> dp_1_result "confirmed: <one-line summary>"
npx --yes --package [email protected] ssf state set <change-dir> dp_1_timestamp $(date -u +%Y-%m-%dT%H:%M:%SZ)
DP-1 confirms scope, non-goals, and success criteria before artifact creation.
Once DP-1 is recorded, hand off to spec-writer.
You must leave exploration with: a usable change name, a crisp problem statement, scope boundaries, non-goals, success criteria, and a decomposition decision (one change or split).
Do not produce implementation code. This skill stabilizes intent, not builds.
npx claudepluginhub haroldhuanrongliu/spec-superflow2plugins reuse this skill
First indexed Jul 18, 2026
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.
Clarifies vague or ambiguous user requests by exploring the codebase first, then running an iterative Q&A loop until scope is clear.
Activates a thinking-partner mode for exploring ideas, investigating problems, and clarifying requirements without implementing any code.