Complete contribution workflow using git-town. Create branch → commit → PR → ship. Preflight at every step. TRIGGERS - contribute, feature branch, create PR, submit PR, git-town contribute.
/plugin marketplace add terrylica/cc-skills/plugin install git-town-workflow@cc-skills[feature-name] | --pr | --ship<!-- ⛔⛔⛔ MANDATORY: READ THIS ENTIRE FILE BEFORE ANY ACTION ⛔⛔⛔ --> # Git-Town Contribution Workflow — STOP AND READ **This workflow guides you through a complete contribution cycle using git-town.** ## ⛔ WORKFLOW ENFORCEMENT **YOU MUST USE GIT-TOWN COMMANDS. RAW GIT BRANCH COMMANDS ARE FORBIDDEN.** | Step | ✅ Correct | ❌ Forbidden | |------|-----------|--------------| | Create branch | `git town hack` | `git checkout -b` | | Update branch | `git town sync` | `git pull`, `git fetch`, `git merge` | | Create PR | `git town propose` | Manual GitHub UI | | Merge PR | `git town ship` | `git...