From book-skills
Knowledge base from "Accelerate: The Science of Lean Software and DevOps" by Nicole Forsgren, Jez Humble & Gene Kim. Use when applying the DORA four key metrics (deployment frequency, lead time for changes, MTTR, change failure rate), the 24 capabilities framework, Westrum organizational culture typology, or transformational leadership dimensions. Core lane: research-backed delivery performance — why speed and stability reinforce each other, how to measure and improve them, and the organizational practices (technical, management, cultural) that enable high-performing technology organizations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/book-skills:accelerate-devops [topic, capability name, chapter number, or 'index'][topic, capability name, chapter number, or 'index']This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Authors**: Nicole Forsgren, Jez Humble, Gene Kim | **Pages**: ~286 | **Chapters**: 16 + appendices | **Generated**: 2026-06-03
chapters/ch01-accelerate.mdchapters/ch02-measuring-performance.mdchapters/ch03-measuring-culture.mdchapters/ch04-technical-practices.mdchapters/ch05-architecture.mdchapters/ch06-infosec.mdchapters/ch07-lean-management.mdchapters/ch08-product-development.mdchapters/ch09-sustainable-work.mdchapters/ch10-employee-satisfaction.mdchapters/ch11-leaders-managers.mdchapters/ch12-15-research-science.mdchapters/ch16-transformation-ing.mdcheatsheet.mdglossary.mdpatterns.mdAuthors: Nicole Forsgren, Jez Humble, Gene Kim | Pages: ~286 | Chapters: 16 + appendices | Generated: 2026-06-03
deployment frequency, Westrum, burnout, CAB, trunk-based development, etc.; I find the relevant chapterch03 or ch07; I load that chapter fileFor details beyond Core Frameworks below, I will Read the relevant chapters/chNN-*.md, glossary.md, patterns.md, or cheatsheet.md files in this skill.
The central, research-verified finding: high performers do better on every metric simultaneously — faster deployments AND fewer failures AND faster recovery. The speed-vs-stability tradeoff is a false dichotomy. Building quality in enables both.
2017 data, high vs. low performers:
High performers are also 2× as likely to exceed organizational performance goals (profitability, productivity, market share). Software delivery performance is a business performance predictor.
Measure tempo and stability at the system level (not local/individual):
| Metric | What It Measures | High | Medium | Low |
|---|---|---|---|---|
| Deployment Frequency | Tempo; proxy for batch size | On demand (multiple/day) | Once/week – once/month | Once/month – once/6 months |
| Lead Time for Changes | Tempo; commit to production | < 1 hour | 1 week – 1 month | 1 month – 6 months |
| MTTR | Stability; incident recovery | < 1 hour | < 1 day | 1 day – 1 week |
| Change Failure Rate | Stability; quality | 0–15% | 0–15% | 31–45% |
Use these four metrics to benchmark, set targets, and track progress. Avoid vanity metrics (lines of code, velocity, utilization) — they measure outputs, not outcomes.
Culture is measurable via Likert survey items (1–7 scale). Three types:
| Dimension | Pathological | Bureaucratic | Generative |
|---|---|---|---|
| Cooperation | Low | Modest | High |
| Messengers | Shot | Neglected | Trained |
| Failure | → Scapegoating | → Justice | → Inquiry |
| Novelty | Crushed | → Problems | Implemented |
Generative culture predicts software delivery performance, organizational performance, and job satisfaction. Key mechanism: information flows freely, enabling better decisions and faster correction.
How to change culture: Don't try to change beliefs first. Change behaviors — implement CD and Lean management practices. Culture follows. "You can act your way to a better culture."
In 2016: 31% pathological, 48% bureaucratic, 21% generative.
Five categories. Each is independently measurable and improvable.
Continuous Delivery (8): Version control for all artifacts, deployment automation, CI, trunk-based development, test automation, test data management, shift left on security, CD.
Architecture (2): Loosely coupled architecture, architect for empowered teams (tool choice).
Product & Process (4): Customer feedback, flow visibility, small batches, team experimentation authority.
Lean Management & Monitoring (5): Lightweight change approval (peer review, not CAB), monitoring → business decisions, proactive system health, WIP limits, work visualization.
Cultural (5): Generative culture (Westrum), learning culture, cross-team collaboration, meaningful work/tools, transformational leadership.
Use capabilities, not maturity levels. Maturity models declare "done" and prescribe lock-step progression. Capability models drive continuous improvement tailored to each team's context.
Five CD principles: build quality in, work in small batches, automate repetitive tasks, relentlessly improve, everyone is responsible.
Key findings:
CABs are negatively correlated with lead time, deployment frequency, and restore time. No correlation with change failure rate. They are "worse than having no change approval process at all."
Replace CABs with: peer review (pair programming or PR review) + deployment pipeline. This satisfies segregation-of-duties requirements in regulated industries while improving performance.
Leadership influences performance indirectly — by enabling the technical and Lean practices that produce outcomes. Leaders amplify; they cannot substitute for capable practice.
Teams with leaders in the bottom third of these characteristics are half as likely to be high performers.
Top five burnout predictors (all organizational, not individual): pathological culture, deployment pain, ineffective leaders, low DevOps investment, poor organizational performance.
Investments in CD and Lean practices improve both delivery performance AND team wellbeing — they are the same investment. Microsoft Bing: work/life satisfaction jumped from 38% to 75% after implementing CD.
| # | Title | Key Frameworks |
|---|---|---|
| ch01 | Accelerate | Capabilities vs. maturity model, 24 capabilities overview |
| ch02 | Measuring Performance | Four DORA metrics, performance tiers table, speed/stability thesis |
| ch03 | Measuring and Changing Culture | Westrum typology, behavior-first culture change |
| ch04 | Technical Practices | Five CD principles, trunk-based dev, test automation, unplanned work data |
| ch05 | Architecture | Loose coupling, testability/deployability, inverse Conway, scaling law |
| ch06 | Integrating InfoSec | Shift left, DevSecOps, 50% less remediation time |
| ch07 | Lean Management | WIP limits, visual displays, CAB vs. peer review |
| ch08 | Product Development | Four Lean product capabilities, virtuous cycle |
| ch09 | Making Work Sustainable | Deployment pain, Maslach burnout model, five burnout factors |
| ch10 | Employee Satisfaction | eNPS, organizational identity, diversity data |
| ch11 | Leaders and Managers | Transformational leadership five dimensions, investment practices |
| ch12-15 | The Research (Science) | Inferential predictive analysis, latent constructs, survey methodology |
| ch16 | ING Case Study | Obeya, tribe/squad/chapter, catchball, learning organization |
This skill covers the book content (2018 edition). It does not include:
For current DORA benchmarks, consult the annual State of DevOps Report. For implementing the practices, combine with project-specific engineering skills.
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub andersonfpcorrea/andersonfpcorrea-skills --plugin book-skills