Development Workflow

Cycle

  • 2-week sprints with clear themes
  • Monday: sprint planning
  • Friday: demo + retro
  • Async standups via daily Slack check-in

Branching

  • main is always deployable
  • Feature branches: feat/short-description
  • PRs require 1 review (when team > 1)

Deployment

  • Merge to main triggers auto-deploy
  • Feature flags for gradual rollout
  • Rollback: revert commit + redeploy (< 5 min)
Last modified: 17 Mar 2026