Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions content/enterprise-rollout/00-overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ title: "Overview"
weight: 1
bookCollapseSection: false
---

# Overview

Executive summary, architecture overview, and the financial case for stakeholder alignment.

- **[Executive Summary]({{< relref "enterprise-rollout/00-overview/executive-summary" >}})**
- **[Architecture Overview]({{< relref "enterprise-rollout/00-overview/architecture-overview" >}})**
- **[ROI Framework]({{< relref "enterprise-rollout/00-overview/roi-framework" >}})**
- **[Three-Year NPV Worksheet]({{< relref "enterprise-rollout/00-overview/three-year-npv-worksheet" >}})**
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ title: "Skill Gaps and Market Opportunity"
weight: 2
bookCollapseSection: false
---

# Skill Gaps and Market Opportunity

Where developer teams struggle today and the consulting engagement opportunity.

- **[Enterprise Claude Code Adoption -- Skill Gaps]({{< relref "enterprise-rollout/01-skill-gaps-and-market-opportunity/skill-gaps" >}})**
- **[Market Opportunity Analysis]({{< relref "enterprise-rollout/01-skill-gaps-and-market-opportunity/market-opportunity" >}})**
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,14 @@ title: "Phase 0: Infrastructure Foundation"
weight: 3
bookCollapseSection: false
---

# Phase 0: Infrastructure Foundation

Weeks 1--4. Stand up cloud provider infrastructure (Bedrock, Vertex AI, or Foundry) with private networking so all LLM traffic stays inside the customer's network.

- **[Amazon Bedrock Fundamentals]({{< relref "enterprise-rollout/02-phase-0-infrastructure-foundation/bedrock-fundamentals" >}})**
- **[Google Vertex AI Fundamentals]({{< relref "enterprise-rollout/02-phase-0-infrastructure-foundation/vertex-fundamentals" >}})**
- **[Azure Foundry Fundamentals]({{< relref "enterprise-rollout/02-phase-0-infrastructure-foundation/foundry-fundamentals" >}})**
- **[VPC Endpoint and PrivateLink Architecture]({{< relref "enterprise-rollout/02-phase-0-infrastructure-foundation/vpc-privatelink" >}})**
- **[LLM Gateway Design]({{< relref "enterprise-rollout/02-phase-0-infrastructure-foundation/llm-gateway" >}})**
- **[Security Constraint Clarification]({{< relref "enterprise-rollout/02-phase-0-infrastructure-foundation/security-constraint-clarification" >}})**
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,16 @@ title: "Phase 1: Platform Engineering"
weight: 4
bookCollapseSection: false
---

# Phase 1: Platform Engineering

Weeks 3--6. Configure managed settings, CLAUDE.md architecture, skills libraries, and developer environment standardization.

- **[Managed Settings and Security Policy]({{< relref "enterprise-rollout/03-phase-1-platform-engineering/managed-settings" >}})**
- **[Developer Environment Standardization]({{< relref "enterprise-rollout/03-phase-1-platform-engineering/developer-environment" >}})**
- **[CLAUDE.md Architecture -- Four-Layer Context Hierarchy]({{< relref "enterprise-rollout/03-phase-1-platform-engineering/claude-md-architecture" >}})**
- **[Skills vs. Slash Commands vs. Rules -- Decision Framework]({{< relref "enterprise-rollout/03-phase-1-platform-engineering/skills-commands-rules-decision-framework" >}})**
- **[Skills Library Design -- Three-Tier Architecture]({{< relref "enterprise-rollout/03-phase-1-platform-engineering/skills-library-design" >}})**
- **[Context Budget Worksheet]({{< relref "enterprise-rollout/03-phase-1-platform-engineering/context-budget-worksheet" >}})**
- **[Common Failure Modes]({{< relref "enterprise-rollout/03-phase-1-platform-engineering/failure-modes" >}})**
- **[What Developers See]({{< relref "enterprise-rollout/03-phase-1-platform-engineering/what-developers-see" >}})**
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ title: "Phase 2: Phased Rollout"
weight: 5
bookCollapseSection: false
---

# Phase 2: Phased Rollout

Weeks 5--12. Three cohorts of increasing size, each with a learning loop from platform engineers through early adopters to general availability.

- **[Phased Rollout -- Cohort Strategy]({{< relref "enterprise-rollout/04-phase-2-phased-rollout/cohort-strategy" >}})**
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ title: "Phase 3: Observability and Governance"
weight: 6
bookCollapseSection: false
---

# Phase 3: Observability and Governance

Ongoing. Cost tracking with token budgets, three-layer audit architecture, and security controls.

- **[Audit and Compliance -- Three-Layer Architecture]({{< relref "enterprise-rollout/05-phase-3-observability-and-governance/audit-compliance" >}})**
- **[Cost Tracking and Budgets]({{< relref "enterprise-rollout/05-phase-3-observability-and-governance/cost-tracking" >}})**
- **[Security Controls]({{< relref "enterprise-rollout/05-phase-3-observability-and-governance/security-controls" >}})**
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ title: "Implementation Support Ecosystem"
weight: 7
bookCollapseSection: false
---

# Implementation Support Ecosystem

Support landscape and recommendations for handling organizational pushback.

- **[Implementation Support Landscape]({{< relref "enterprise-rollout/06-implementation-support-ecosystem/support-landscape" >}})**
- **[Common Customer Requests -- Pushback Recommendations]({{< relref "enterprise-rollout/06-implementation-support-ecosystem/pushback-recommendations" >}})**
8 changes: 8 additions & 0 deletions content/enterprise-rollout/appendix/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ title: "Appendix"
weight: 8
bookCollapseSection: false
---

# Appendix

Build-out timeline, Cloud Foundry analogy map, and reference configurations.

- **[Build-Out Timeline -- 12-Week Implementation]({{< relref "enterprise-rollout/appendix/build-out-timeline" >}})**
- **[Cloud Foundry to Claude Code Analogy Map]({{< relref "enterprise-rollout/appendix/cf-analogy-map" >}})**
- **[Reference Configurations]({{< relref "enterprise-rollout/appendix/reference-configs" >}})**
Loading