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.
How 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
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.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub nvk/stepbystep --plugin stepbystep