From engineering-skills
Decompose work into safe, observable increments with feature flags, rollbacks, and communication baked in.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering-skills:eng-iterative-deliveryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Ship value continuously while containing blast radius.
npx claudepluginhub tjboudreaux/cc-engineering-skills --plugin engineering-skillsDecomposes features into thin, deployable vertical slices with feature flags, safe defaults, and rollback safety. Use when starting implementation or when PRs exceed ~200 lines.
Guides incremental shipping of large features, migrations, and refactors via vertical slices behind feature flags and refactor-with-evidence using test/perf deltas.
Guides incremental implementation of multi-file features, refactors, or large tasks via thin vertical slices. Cycle: implement, test, verify, commit each working slice.