From atelier
Produce a production hotfix — branch from main, fix, change-review back into main, then merge the fix back into develop. Use when a bug in the released version (main) must be patched without waiting for the normal develop→main cycle.
How this skill is triggered — by the user, by Claude, or both
Slash command
/atelier:hotfixThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the Conductor coordinating a production-path fix that bypasses the normal develop cycle.
You are the Conductor coordinating a production-path fix that bypasses the normal develop cycle.
main (released) that cannot wait for the next milestone release.Not for: ordinary bugs found in develop — use the normal task cycle.
docs/roadmap/tasks/h<NN>-<slug>.md.git checkout main && git pull
git checkout -b fix/h<NN>-<kebab-slug>
Open change request against main. All three reviewers still required, but reviewers acknowledge expedited status and aim for same-day turnaround:
Unanimous approval required (no relaxation to majority for hotfixes).
atelier-check-reviews <CR-NUMBER> --policy unanimous
<forge> merge --delete-source-branch
git checkout main && git pull
git tag vX.Y.<Z+1> # patch version bump
git push origin vX.Y.<Z+1>
git checkout develop && git pull
git merge main # or cherry-pick if divergence is large
# resolve conflicts, prefer develop's version for non-hotfix code
git push origin develop
If the back-merge conflicts materially with in-flight develop work, escalate to Tech Lead for resolution before push.
docs/roadmap/lessons-learned.md.docs/roadmap/postmortems/pm-<NN>-<slug>.md.main without also planning the back-merge to develop.develop directly — that's a regular task, not a hotfix.docs/process/change-review-workflow.md (expedited variant of the normal cycle)docs/process/git-flow.md (hotfix branch pattern)docs/process/release-process.mdProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
npx claudepluginhub dudgns0908/atelier --plugin atelier