Use when a build is too big for one session and must be run as many small, resumable sessions — a staged or milestone rollout with cross-session progress tracking, a persistent plan that must not drift, and stop/resume freely over hours or days. Covers decomposing a large project into a .plan/ folder of dependency-ordered stages with an evidence ledger, and executing one stage per fresh session. NOT for single-session tasks, quick fixes, or work of roughly three sessions or less — the scaffold has a floor cost that only pays off on genuinely large, decomposable builds.
$npx -y skills add by-carlos/claude-plugins --skill staged-rolloutInstalls into the current project.
Run `npx skills use "https://github.com/by-carlos/claude-plugins" --skill "by-carlos/claude-plugins/staged-rollout"` 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/by-carlos/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/by-carlos/claude-plugins"` and select the relevant skills, then follow their instructions.