--- name: Phase Commit and Push description: Commit and push after completing a spec phase task version: "1.0" trigger: type: manual --- When triggered manually after completing a phase: 1. Run `git add -A` 2. Ask the user for a commit message, suggesting format: `phase N: short description` 3. Run `git commit -m "{message}"` 4. Run `git push origin main` 5. Report the commit SHA and confirm push succeeded