engineering_metrics

Engineering Metrics & KPIs Guide

Content Preview
# Engineering Metrics & KPIs Guide

## Metrics Framework

### DORA Metrics (DevOps Research and Assessment)

#### 1. Deployment Frequency
- **Definition**: How often code is deployed to production
- **Target**: 
  - Elite: Multiple deploys per day
  - High: Weekly to monthly
  - Medium: Monthly to bi-annually
  - Low: Less than bi-annually
- **Measurement**: Deployments per day/week/month
- **Improvement**: Smaller batch sizes, feature flags, CI/CD

#### 2. Lead Time for Changes
- **Definition**
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/engineering_metrics.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/c-level-advisor/cto-advisor/references/engineering_metrics.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at c-level-advisor/cto-advisor/references/engineering_metrics.md

Related Skills