afrexai-devops-engine
Installation
SKILL.md
DevOps & Platform Engineering Engine
Complete system for building, deploying, operating, and observing production software. Covers the entire DevOps lifecycle — not just CI/CD, not just one cloud.
Phase 1: Repository & Branch Strategy
Git Flow Decision Matrix
| Team Size | Release Cadence | Strategy | Branches |
|---|---|---|---|
| 1-3 | Continuous | Trunk-based | main + short-lived feature/ |
| 4-15 | Weekly/biweekly | GitHub Flow | main + feature/ + PR |
| 15+ | Scheduled releases | Git Flow | main + develop + feature/ + release/ + hotfix/ |
| Regulated | Audited releases | Git Flow + tags | Above + signed tags + audit trail |