1.16.0 — kickoff-patch skill
kickoff-patch — /kickoff patch
New skill: bring a Laravel project scaffolded from CleaniqueCoders Kickoff up to the latest Kickoff baseline.
How it works
- Latest = local install — requires
cleaniquecoders/kickoffinstalled globally (composer global require cleaniquecoders/kickoff); reads itsstubs/+StartCommand.phpas latest. - 3-way merge (base = original version, theirs = latest, mine = your files); 2-way fallback when the original-version base can't be obtained.
- Baseline detection via feature fingerprint + git-date heuristic with user confirmation; stamps
.kickoff-versionfor deterministic future runs. - Preview-first, approve-per-category; protects
.env, app domain code, product config, and custom routes.
Commands
/kickoff status— is this a Kickoff project + how far behind/kickoff check— dry-run drift report (writes nothing)/kickoff patch— preview → approve per category → apply → stamp → verify
Works on any Kickoff-based Laravel project.