vkorost/claude-certified-architect-guide

18 stars · Last commit 2026-05-29

Unofficial study guide for Anthropic's Claude Certified Architect (CCA-F) certification. Covers agentic loops, multi-agent systems, subagents, MCP servers, hooks, tool routing, CLAUDE.md hierarchy, slash commands, plan mode, and Claude Code CI/CD pipelines.

README preview

# Claude Certified Architect Foundations

A practitioner reference for the Anthropic CCA-F certification exam: patterns, pitfalls, and production trade-offs across all five exam domains. 12 chapters covering the agentic loop, tool design, configuration hierarchies, prompting discipline, context management, and reliability engineering for Claude Code and the Claude platform.

The editorial position is this: the CCA-F exam tests whether you understand why things work the way they do, not just what the correct configuration looks like. The book treats each exam domain as an engineering design space with trade-offs rather than a feature checklist with correct answers.

[**Video overview of the project**](https://youtu.be/Uu4Y1mq7ZY0)

## Why this exists

I wanted a structured understanding of Claude Code's architecture and the design decisions underneath it, specifically as preparation for the CCA-F certification exam. The official documentation is comprehensive but distributed across multiple sites and organized by feature rather than by the conceptual relationships between features. The fastest way to build a unified mental model was to assemble the primary sources into a research corpus and have Claude synthesize it under explicit editorial constraints. After reading what came out, I figured other practitioners preparing for the exam might find it useful, and put it here.

## How it was made

I used [site2vault](https://github.com/vkorost/site2vault), my own documentation-to-Obsidian converter, to pull down the primary documentation sources into structured, searchable local vaults with manifests for section-level reads.

The research corpus spans:

| Source | Type | Coverage |
|--------|------|----------|

View full repository on GitHub →