Incremental Shipping

Use when implementing a non-trivial feature, migration, or refactor that would otherwise be a single large change. Activate for keywords like "feature flag", "incremental", "vertical slice", "migration", "rollout", "behind a flag", "ship small". Enforces vertical slicing, feature-flagged rollout, and refactor-with- evidence (behavior-preserving changes proved by test/perf deltas). Always ship the smallest reversible change -- never bundle unrelated improvements.

duthaho 7c87ba8 12.1 KB Updated

File contents

duthaho/claudekit/tree/main/skills/incremental-shipping commit 7c87ba8fd5

Frequently asked questions

npx skillmds@latest add duthaho/incremental-shipping