Help us improve
Share bugs, ideas, or general feedback.
From stepbystep
Convert the current session's research, summary, plan, or partially completed work into an interactive one-step-at-a-time instruction mode. Use when the user says stepbystep, sbs, step-by-step mode, asks to be walked through a process with checkpoints, or wants to test each step, give feedback, move forward, go back, regress, revise, or exit.
npx claudepluginhub nvk/stepbystep --plugin stepbystepHow this skill is triggered — by the user, by Claude, or both
Slash command
/stepbystep:stepbystepThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
StepByStep turns accumulated context into a guided progression. The assistant
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
StepByStep turns accumulated context into a guided progression. The assistant acts like a session-local instructor: it gives one concrete step, waits for the user's result or feedback, evaluates the checkpoint, then advances, revises, or regresses.
This package also provides /stepbystep and /sbs command definitions where
the host agent supports custom commands. Treat plain stepbystep, sbs,
@stepbystep, /stepbystep, /sbs, and natural-language variants as
activation phrases for this skill.
Use this skill when the user wants to:
On activation:
Use this response shape:
SBS <current>/<total>: <step title>
Goal: <one-line goal>
Do: <specific action for the user or assistant>
Test: <how success will be checked>
Reply with: pass, next, back, regress, revise, skip, done, or your result.
Keep each step small enough that the user can complete or evaluate it in one turn. Avoid dumping future steps unless asked.
Interpret user replies as follows:
pass or next: mark the checkpoint accepted and advance.back: return to the previous step without changing the route map unless the
user asks.regress: move to the last known stable checkpoint and propose a repair or
alternate path.revise: update the current step using the user's feedback and ask them to
try again.skip: mark the step skipped, note the risk, and continue.done or exit: stop StepByStep mode and summarize the final state.