Small Safe Steps (S3): breaks work into 1-3h increments with zero downtime. Use when asking "how do I implement/migrate/refactor", "what steps to do X", "plan safe migration", or handling risky DB/API changes. Applies expand-contract pattern for migrations, refactorings, schema changes.
$npx -y skills add nikeyes/stepwise-dev --skill small-safe-stepsInstalls into the current project.
Run `npx skills use "https://github.com/nikeyes/stepwise-dev" --skill "nikeyes/stepwise-dev/small-safe-steps"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nikeyes/stepwise-dev" that are relevant to the current task. Run `npx skills add "https://github.com/nikeyes/stepwise-dev"` and select the relevant skills, then follow their instructions.