| name | qq-smart-next-move |
| description | After completing a build or reaching a milestone, steps back to ask the smart strategic questions before planning next. Data-backed, assumption-interrogating, combines options rather than picking one. |
| version | 1.0.0 |
| triggers | ["âwhatâs nextâ","âsmart next moveâ","âwhat should I doâ","ânext stepsâ","âwhat nowâ"] |
Part of Claude Code operator skills: a collection of skills for running a real Claude Code setup.
Smart next move
Things are clicking, youâre in flow, and thereâs a sense that youâre not done, that thereâs a smart next move right here you donât want to miss.
This skill captures that moment. It looks at what just happened, what it unlocked, and asks: whatâs the thing that compounds this? Not âwhich backlog item is highest priority.â Thatâs a different question. This is âIâm cooking right now, whatâs the smart thing to do next?â
This skill is scoped to the current threadâs work. Options are things that can be done right now, continuing the momentum. Not a cross-project review, not an exit ramp: just the smartest move from exactly where you are.
The process
Step 1: Inventory what just happened
Before asking forward-looking questions, establish the ground truth:
- What was built/completed? (Specific deliverables, not vague descriptions)
- What data do we have now that we didnât before? (Usage patterns, test results, user feedback, performance numbers, business metrics)
- What surprised us during the build? (Unexpected complexity, scope changes, things that were easier/harder than expected)
- What assumptions were validated or invalidated? (Did the thing we built confirm what we thought, or did reality differ?)
Pull this from conversation context, recent session history, project state, and any available data. Donât ask the user for what you can find.
Step 2: Ask the smart questions
These arenât generic âwhat should we do nextâ questions. Theyâre assumption-interrogating, data-grounded questions specific to what just happened.
Framework (5 categories of smart questions):
1. Validation questions: Is the thing we built actually working?
- âWe built X, but do we have evidence itâs actually being used/useful?â
- âWhat would tell us this was a mistake?â
- âIf we deleted this tomorrow, what would break? What wouldnât?â
- âAre we measuring the right thing, or are we measuring whatâs easy?â
2. Unlock questions: What does this unlock that wasnât possible before?
- âNow that X exists, what becomes trivially easy that was hard before?â
- âWhat other problems does this solve as a side effect?â
- âWho else could use this? What would they need changed?â
- âWhatâs the 80/20 extension: smallest addition, biggest new capability?â
3. Risk questions: What could go wrong that weâre not thinking about?
- âWhatâs the maintenance burden we just created?â
- âIf the user has a bad week, does this thing break or keep running?â
- âWhat dependency did we just introduce that could fail?â
- âIs this creating technical debt weâll regret in 3 months?â
4. Opportunity cost questions: Is there something higher-value we could do next in this session?
- âGiven what we just finished, whatâs the natural next step vs. the highest-value next step?â
- âAre we continuing this because itâs important or because we have momentum?â
- âIs there a follow-on task from what we just built thatâs time-sensitive?â
- âWhat would make the work we just did MORE valuable if we did it right now?â
5. Strategic alignment questions: Does this move the needle on what matters?
- âHow does this connect to revenue / client acquisition / the pipeline?â
- âWould a prospect care about this? Would a client?â
- âAre we building for the business or building because itâs interesting?â
- âWhatâs the simplest version of ânextâ that a paying customer would value?â
Step 3: Present options as combinations
The user doesnât pick A or B; they pick âA for sure, but maybe also B.â Present options as combinable, not mutually exclusive.
Scope: Options must be things that can be done in this session, continuing from what was just completed. Donât suggest âgo look at a completely different project.â Thatâs not a next move, thatâs an exit.
Format:
Based on what we just built and the data we have, here are the moves I see:
A. [Option]: [1-2 sentences on what it is and why it matters]
- Data point supporting this: [specific evidence]
- Risk: [what could go wrong]
B. [Option]: [1-2 sentences]
- Data point: [evidence]
- Risk: [risk]
C. [Option]: [1-2 sentences]
- Data point: [evidence]
- Risk: [risk]
My recommendation: A + C together, skip B for now because [reason].
The question Iâd want answered before committing: [the one data point or decision that would change the recommendation]
Step 4: Interview on gaps
Use AskUserQuestion (multiple choice) for any genuine gaps in your analysis. Donât ask about things you can look up.
What this is NOT
- Not a task list. Your task manager has the task list. This is strategic questioning.
- Not âwhatâs in the backlog.â The backlog is full of things that seemed important when they were written. This asks whatâs important NOW.
- Not planning. This is pre-planning, asking the questions that determine whether the plan is worth writing.
- Not a cross-project review. Stay scoped to what this session has been working on.
- Not an exit ramp. âCall it a dayâ or âdo nothingâ are never options. This skill is for when you want to KEEP GOING and need the smartest direction.
When to use
- After finishing a build (natural pause point)
- After a milestone (launch, release, audit completion)
- When the user says âwhatâs nextâ or âwhat nowâ
- At the start of a session when the last session completed a major deliverable
- When momentum is high but direction is unclear (âweâre cooking but where are we going?â)
Key principles
- Data over theory. If you can check a number, check it before opining.
- Challenge momentum. âWe should keep goingâ is often inertia, not strategy.
- Revenue proximity matters. All else equal, the thing closer to money wins.
- Resilience filter. If the user canât maintain it during a bad week, it shouldnât be the next priority.
- Combine, donât choose. The instinct to combine is usually right, so present options as combinable.