Resource library
Claude architecture study resources.
Use a guide to understand the decision pattern, then use fresh scenarios to test whether you can apply it. ClaudeQuest resources are independent preparation material, not official Anthropic certification content.
Featured guides
Free checklist
Claude system design checklist
Review goals, context, tools, permissions, limits, and evaluation before you ship a Claude workflow or agent.
Open resource →Start here
CCA-F study guide
Build a baseline, target weak decision patterns, and use a practical 30-day study rhythm.
Open resource →Workflow guide
Claude Code workflows guide
Study project guidance, permissions, reviewable automation, and CI boundaries as one engineering system.
Open resource →Architecture guide
MCP tool design guide
Design narrow tool contracts, preserve trust boundaries, and make side effects safe to recover from.
Open resource →Foundations guide
Prompt engineering guide
Move from vague requests to testable instructions, examples, output contracts, and evaluation loops.
Open resource →Reliability guide
Context management guide
Keep long-running work reliable with deliberate context selection, compaction, retrieval, and recovery paths.
Open resource →Safety guide
AI safety guide
Design trust boundaries, narrow permissions, approval steps, and safe recovery paths for Claude workflows.
Open resource →Systems guide
Agentic architecture guide
Choose workflows or autonomous agents deliberately, assign state ownership, and evaluate the full execution path.
Open resource →Trust standard
Editorial methodology
See how ClaudeQuest labels independent preparation material, verifies sources, and keeps content reviewable.
Open resource →Study plan
30-day challenge
Turn the study rhythm into focused daily tasks and track your progress over time.
Open resource →Practice by topic
Each topic includes original scenario questions, a concise study orientation, and a common architecture pitfall to watch for.
Prompt engineering
Instructions, examples, structured outputs, and evaluation criteria.
Context management
State, retrieval, summaries, context windows, and reliability.
Tool use
Tool contracts, validation, side effects, and failure recovery.
Safety & alignment
Trust boundaries, prompt injection, approvals, and safe escalation.
Cost optimization
Token efficiency, routing, caching, and quality-aware trade-offs.
Multi-agent systems
Delegation, coordination, state ownership, and stop conditions.
Claude Code & workflows
Project instructions, hooks, permissions, and repeatable developer workflows.