cruxlevel

Claude Architect Pro · study module 5/7

Stakeholder Communication and Lifecycle Management

14% of the exam · ~55 min read

Cheat sheet — the night-before version

  • Discovery converts a business ask into design inputs: volume, latency budget, accuracy bar AND how it is measured, data sensitivity, review appetite, cost envelope, cost of being wrong
  • 'Make it accurate' is not a requirement. The correct next action is almost always the one that surfaces the missing measurable constraint, not the one that starts building
  • Every non-functional number needs a named owner who will be accountable for it — otherwise it is an aspiration, not a requirement
  • Match register to audience: execs buy outcomes and risk, legal buys data flow and retention, security buys blast radius and least privilege, engineers buy mechanism
  • Present options WITH a recommendation. Options with no recommendation abdicates the architect role; a single option with no alternatives hides the trade-off
  • Never promise per-response correctness. Promise a measured rate, on a named task, on a stated distribution, as of a date — plus monitoring and a remediation path
  • SLAs you can own: your service's availability, your end-to-end p95 including provider latency and retries, human-review turnaround, remediation window. Not: per-answer truth, or a latency number that ignores hops you don't control
  • Architecture decision records carry context, options considered, decision, consequences, and a revisit trigger — undocumented rationale gets relitigated every quarter
  • Pin model versions in production and float a shadow lane; a pinned version is how you keep an SLA you already promised. Aliases auto-improve and silently invalidate frozen evals
  • A deprecation notice is a project, not a config change: re-baseline evals, re-tune prompts, re-check cost and latency, then communicate the migration window
  • Handoff transfers capability, not artifacts: runbook, eval suite plus how to run it, dashboards, config registry, escalation path, known limitations, revisit triggers
  • A stale runbook is worse than no runbook, because it is trusted at 3am. Documentation is a living artifact tied to the change log

What this domain tests

14% — roughly 9 of the 63 scored items. This is the least technical and most judgment-heavy domain on CCAR-P, and it fits the exam's overall character: first-hand reports describe the Professional exam as architectural-judgment questions with fairly obvious distractors, in contrast to the Foundations exams' memorization of flags and parameter names. There is very little to recall here. Nearly every item is a scenario that asks: given this audience, this promise, and this phase of the project, what does a senior architect do next?

Three question shapes recur:

  • Audience-matching. A stem names a stakeholder (CFO, general counsel, CISO, platform team, support lead) and asks which framing, artifact, or metric to lead with.
  • Expectation repair. A promise was made that a probabilistic system cannot keep, and you pick the response that resets it honestly without abandoning the project.
  • Lifecycle sequencing. Something is about to be handed off, monitored, or changed, and you pick the missing prerequisite.

Note the item format: the guide states that each item tells you how many responses to select, so expect multiple-response ("choose two") items alongside single-answer ones, plus scenario-matching styles. Unlike the Architect Foundations exam, CCAR-P publishes no fixed scenario set — the guide gives three illustrative sample items and a preparation checklist, and nothing more. Do not study for named scenarios here.

Theory outline

1. Structured discovery and requirement gathering (Task 6.1)

Discovery is where an architect earns the rest of the engagement. The job is not to collect wishes; it is to convert a business ask into design inputs that constrain the architecture. If a requirement doesn't rule some design out, it isn't a requirement yet.

ElicitThe question that actually gets an answerWhat it constrains
Volume and shapeRequests per day at peak, concurrency, burstiness, batch or interactiveBatch versus real-time, rate-limit planning, whether caching pays off
Latency budgetWhat is the p95 the user will tolerate, and what happens if it's exceededModel tier, reasoning depth, number of retrieval hops, streaming
Accuracy barWhat does "wrong" look like here, who notices, and what is today's human baselineEval design, human-in-the-loop placement, confidence thresholds
Data sensitivityWhose data, which categories, which jurisdictions, what retention is permittedRedaction, logging policy, deployment surface, vendor terms
Review appetiteWho reviews output, how many can they review per day, at what costWhether HITL is viable at volume or must be sampled/risk-tiered
Cost envelopeWhat is this worth per transaction, and what is the current cost to do it manuallyModel mix, context budget, caching strategy
Cost of being wrongRefund, apology, regulatory finding, or safety incidentGuardrail strength, reversibility, escalation design
Integration surfaceWhich systems of record, which auth model, who owns those systemsMCP versus direct API versus CLI versus agent-to-agent
Definition of doneWhat evidence, by what date, convinces the sponsor this worksPilot scope and the shape of the first deliverable

Two habits separate a good discovery from a bad one.

Separate the stated request from the underlying job. "We want an AI chatbot for support" is a proposed solution. The job might be first-response latency, deflection rate, or agent onboarding time — and those three lead to three different architectures. Ask what breaks today and what it costs.

Establish how accuracy will be measured before designing anything. This is the single most tested idea in this section. An accuracy bar without a measurement method is unfalsifiable, and every downstream decision (model tier, retrieval strategy, HITL) depends on it. The right elicitation is concrete: what is the task, what is the population of inputs, what counts as correct, who adjudicates disagreements, and what is the human baseline you're being compared against.

Anti-patterns the exam rewards you for spotting:

  • Accepting "it needs to be highly accurate" and proceeding to design.
  • Building to a demo rather than to a definition of done nobody has agreed to.
  • Gathering functional requirements only, then discovering data-residency or retention constraints after the architecture is committed.
  • Treating a stated technology preference ("we want agents") as a requirement instead of eliciting the job it is supposed to do.
  • Collecting a number with no owner. If nobody's name is attached to "p95 under two seconds," it is decoration.

2. Communicating architectural decisions and trade-offs (Task 6.2)

The same decision needs four different explanations. Choosing the wrong register is the failure mode, not choosing the wrong words.

AudienceWhat they ownLead withFailure mode when you use the wrong register
Executive sponsorBudget, timeline, business outcomeThe decision, its cost, its risk, and what it buysMechanism-first explanations read as evasion; they stop trusting the estimate
Legal / complianceRegulatory exposure, contracts, data rightsWhat data moves where, retention, subprocessors, auditabilityCapability claims without a data-flow diagram trigger a blanket "no"
SecurityBlast radius, identity, least privilegeTrust boundaries, credential custody, what the system can do at worst"The model is instructed not to" is not a control and will be treated as one
Engineering / platformBuild, run, and on-call for itInterfaces, failure modes, operational burden, what changes for themOutcome-only framing leaves them unable to implement or estimate
Operations / end usersDaily workflowWhat changes in their day, what to do when it's wrongUnannounced behavior change destroys adoption faster than poor quality

Structure every trade-off the same way: name the axis, name the options, state the recommendation, state what would change your mind. "We can hold p95 under 1.5 seconds or raise extraction accuracy on messy documents, not both at this budget. I recommend accuracy, because a wrong extraction costs a manual re-work cycle and a slow one costs three seconds. If the volume forecast doubles, we revisit."

Two symmetric wrong answers show up constantly. Presenting options without a recommendation abdicates the architect's role and pushes a technical judgment onto someone unequipped to make it. Presenting only the chosen option hides the trade-off and guarantees the decision gets reopened the first time the alternative looks attractive.

Architecture decision records are the durable form. A usable record carries: the context and constraints at the time, the options considered, the decision, the consequences accepted, and — the part most teams omit — the revisit trigger: the specific condition under which this decision should be reconsidered ("if per-request cost exceeds X at forecast volume", "when a model with materially better tool-use reliability ships"). Without a revisit trigger, decisions are either frozen forever or relitigated at random.

The hardest communication in this domain is explaining non-determinism to someone who buys deterministic software. The reframe: you are not selling a function that returns the same answer every time; you are selling a system whose error rate is measured, monitored, and bounded, with a path to remediation when it drifts. Say it in discovery, not after the first complaint.

Anti-patterns: quoting public benchmark scores as a promise about your workload; letting a cherry-picked demo set the expectation; disclosing limitations only at launch review; explaining prompt engineering to a finance audience.

3. Feedback loops, expectation alignment, and SLAs (Task 6.3)

Stating an accuracy expectation. A number alone is meaningless and, worse, becomes a contractual liability. A defensible statement has four parts: the metric, the task, the population it was measured on, and the date. "92% exact-match on invoice field extraction, measured on a 400-document sample drawn from the last two quarters of live traffic, as of August 2026." Anything shorter invites the stakeholder to generalize it to inputs you never tested.

What an SLA can and cannot cover.

Commit to thisNot to this
Availability of your service and its fallback behaviorPer-response correctness of a probabilistic system
End-to-end p95 latency measured on your path, with headroom for provider latency, retrieval hops, and retriesA latency number derived from a single provider call you don't control end to end
Human-review turnaround for escalated casesReview turnaround without staffing the reviewers
Time to detect and time to remediate a quality regressionThat behavior will never change
A measured quality rate with a monitoring and remediation commitmentA quality rate with no monitoring behind it

The composite-latency trap is worth memorizing: your commitment must budget for every hop in the path — retrieval, the model call itself, any tool round trips, retries on transient failures — plus a margin. Architects who quote the model's typical latency as the system SLA miss on the first bad day.

Feedback loops that actually close. A loop has four parts, and skipping any one turns it into theater: a capture channel (thumbs, a correction field, an escalation ticket), a route into the evaluation set so a real complaint becomes a permanent test case, a triage owner and cadence, and a reply to the person who reported it. The most common exam-worthy failure is a feedback widget with no triage owner — data accumulates, nothing changes, and users stop reporting.

Communicating change. Publish a change log for the system: prompt changes, model version changes, retrieval changes, guardrail changes, with dates. Stakeholders forgive behavior changes they were told about and lose trust over ones they discover.

Cross-cutting: model lifecycle as an expectation problem

Model versions are superseded and eventually retired on published schedules. That is not primarily a technical fact — it is an expectation-management fact, which is why it lives in this domain rather than a purely technical one.

StrategyYou getYou accept
Pin a specific dated model versionStable behavior, evals stay valid, the SLA you promised stays keepableA deprecation clock and an eventually mandatory migration project
Float on a rolling aliasAutomatic access to improvements, no migration projectUncontrolled behavior change, frozen evals silently going stale, an SLA you can't defend

The defensible pattern for a production system: pin in production, float in a shadow lane. Route a copy of traffic (or a scheduled eval run) at the newer version, compare against the pinned baseline on your own evaluation set, and promote deliberately.

Treat a deprecation notice as a project with a plan, not a string swap. It needs: an eval re-baseline on the candidate version, prompt re-tuning where behavior shifted, a cost and latency re-check (token accounting and pricing can differ across generations), a rollback position, and a communicated migration window. Telling stakeholders about the window early is the difference between a routine upgrade and an emergency.

4. Documentation and implementation guidance (Task 6.4)

ArtifactPrimary audienceWhat breaks without it
Architecture overviewNew engineers, security review, auditorsEvery review starts from zero; the same questions are re-answered
Decision recordsFuture architects, the team six months onSettled decisions get relitigated; the constraint that drove them is forgotten
RunbookOn-call and operationsIncidents take hours instead of minutes; improvisation under pressure
Prompt, model, and config registryWhoever changes behavior nextSilent drift; nobody can say what version produced last month's numbers
Evaluation report and how to re-run itAnyone proposing a changeNo way to tell an improvement from a regression
Integration guideConsuming teamsEvery consumer invents its own error handling and retry policy

The runbook is the load-bearing document for an LLM system, and it needs entries that a conventional runbook doesn't: what to do when output quality degrades but nothing is technically down, what to do when the provider is degraded or rate limiting, what to do when cost spikes, what a fired guardrail means and who reviews it, how to roll back a prompt or model change, where the kill switch is, and who to page.

The test to apply: could an on-call engineer who has never met you restore acceptable service at 3am using only what you wrote? If the answer requires you personally, the documentation isn't done.

Documentation is a living artifact, tied to the change log. A stale runbook is more dangerous than a missing one, because it will be trusted under pressure. Anti-pattern: documentation produced once, at handoff, as a deliverable to be signed off and never opened.

5. Supporting the lifecycle phases (Task 6.5)

PhaseArchitect's deliverableExit criterion
DiscoveryRequirements with owners and measurable acceptance criteriaThe accuracy bar is defined and its measurement method is agreed
DesignArchitecture, decision records, eval plan, cost and latency modelSecurity, legal, and the owning engineering team have signed off on the design, not just the idea
HandoffRunbook, eval suite, dashboards, config registry, escalation pathThe receiving team can operate and change the system without you
MonitoringDefined health metrics, alert thresholds, review cadenceQuality regressions are detected by the system, not by customers
IterationChange control tied to the eval suiteNo behavior change reaches production without an eval run and a change-log entry

Handoff transfers capability, not artifacts. A pile of documents is not a handoff. What must travel with the system: the runbook, the evaluation suite plus instructions for running it, the dashboards and what "normal" looks like on them, the registry of prompts and model configuration, the escalation path, an explicit list of known limitations, and the decision records with their revisit triggers. If the receiving team cannot re-run the evals unassisted, they cannot safely change anything, which means the system will quietly freeze.

Monitoring is defined before handoff, by the architect. Uptime and error rates are the easy half. The half that gets skipped: output-quality signals (sampled scoring against the eval rubric, guardrail firing rates, escalation and correction rates, refusal or fallback rates), cost per transaction, and latency distribution — not just averages. Whoever defines "healthy" owns the definition; if it's left to the ops team, it defaults to "the service responded."

Iteration is where governance becomes real. Prompts, model versions, retrieval configuration, and tool definitions are production configuration. Every change re-runs the eval suite, lands in the change log, and is attributable. The anti-pattern is the silent prompt edit — someone improves a system prompt in a console at 6pm, quality shifts, and three weeks later nobody can reconstruct what changed or when.

The final anti-pattern in this domain: the architect who disappears at go-live. The exam's model of a professional architect is someone accountable through monitoring and iteration, not someone who ships a design document.

Worked problems

Problem 1. A VP of Operations asks for "an AI system that reads our vendor invoices and gets rid of the manual data entry — it just has to be accurate." Budget is approved and the sponsor wants a design next week. What should the architect do first?

A. Draft the end-to-end architecture and validate it against the sponsor in the design review B. Establish what "accurate" means operationally — which fields, what counts as correct, on what document mix, and what the current human error rate is C. Benchmark three model tiers on a public document-extraction dataset and pick the best scorer D. Build a prototype on 20 sample invoices to show progress at next week's meeting

Approach: "It just has to be accurate" is a wish, not a requirement, and every subsequent decision — model tier, whether retrieval is needed, whether human review is viable, what the cost per invoice can be — depends on the accuracy definition and its measurement method. This is the exam's signature move in Task 6.1: the correct action surfaces the missing measurable constraint.

Why the others fail: A designs against an undefined target and locks in choices you cannot defend. C measures on someone else's document distribution, which tells you nothing about this vendor's invoices and skips the human baseline entirely. D produces a demo that becomes the expectation — the classic way to make a 20-document success into a promise about 200,000.

Answer: B


Problem 2. After a strong pilot, a sponsor tells the board the new claims-triage assistant is "99% accurate." The measured figure was 94% exact-match on a 500-claim sample from one product line. The architect learns about the board statement afterward. What is the right response?

A. Say nothing; 94% and 99% are close enough and correcting the sponsor publicly damages the relationship B. Correct the record privately with a precise restatement — metric, task, population, date — and propose the monitoring and remediation commitment that should accompany any number quoted externally C. Re-run the evaluation on a larger sample in the hope of reaching 99% before anyone asks D. Add a disclaimer to the product UI stating that outputs may be incorrect

Approach: The Task 6.3 pattern: a promise has been made that the system cannot keep, and the correct answer resets it honestly without abandoning the project. The restatement carries all four parts (94% exact-match, claims triage, one product line's 500-claim sample, as of the measurement date) and pairs the number with what makes it credible — monitoring and a remediation path.

Why the others fail: A lets a materially wrong figure stand in front of a board, which is where an expectation gap becomes a governance problem. C chases the number instead of correcting the claim, and a bigger sample of the same distribution won't close a five-point gap on demand. D is a legal fig leaf that addresses end users, not the board statement that is now the operative expectation.

Answer: B


Problem 3. A regulated insurer is putting a document-analysis system into production under a customer-facing SLA. The team must decide how to reference the underlying model. Select two actions that best support keeping the SLA.

A. Pin production to a specific dated model version B. Reference a rolling alias so the system automatically benefits from improvements C. Run the newer version in a shadow lane against the frozen evaluation suite before promoting it D. Disable the evaluation suite after launch to reduce operating cost E. Commit contractually to the model provider's published latency figure

Approach: Pinning gives you the stable behavior an SLA depends on; the shadow lane is what stops pinning from becoming permanent stagnation and turns each new version into a measured decision rather than a leap. Together they are the standard production posture.

Why the others fail: B is exactly what an SLA cannot tolerate — behavior can change without notice and your evidence base silently expires. D removes the only mechanism that could detect a regression. E commits to a number measured on someone else's path, ignoring retrieval, your own hops, and retries.

Answer: A and C


Problem 4. The general counsel asks to review a proposed Claude-based contract-summarization system before approval. The architect prepares for the meeting. What should lead?

A. The prompt engineering approach and why few-shot examples improve summary consistency B. Benchmark results showing the chosen model outperforms alternatives on summarization C. The data flow — which document categories are processed, where they are transmitted and stored, retention and logging policy, subprocessors, and what is auditable D. The projected cost savings versus the current outside-counsel review spend

Approach: Register matching. Legal owns regulatory exposure and data rights, so the artifact that unblocks a legal review is a data-flow and retention picture, not a capability argument. The other content may all be true and still fail to answer the question this stakeholder is actually asking.

Why the others fail: A is engineering mechanism, the wrong register entirely. B answers "is it good," which legal did not ask. D is the sponsor's currency, not counsel's — and cost savings never resolve a data-handling objection.

Answer: C


Problem 5. A support-automation system is going live next week. The receiving platform team will own on-call. The architect has delivered an architecture document, decision records, and dashboards. What is the most important remaining gap?

A. A press release announcing the launch B. A runbook plus the evaluation suite with instructions for running it, so the team can both restore service and safely change the system C. A second model tier configured as a hot standby D. A formal sign-off meeting with the sponsor

Approach: Handoff transfers capability. Dashboards tell the team something is wrong; the runbook tells them what to do about it, and the eval suite is what lets them change anything afterward without guessing. Without both, the system is operable only by its author and effectively frozen.

Why the others fail: A is unrelated to operability. C is a design choice that may or may not be warranted and does not address the capability gap. D is process — a sign-off over an unoperable handoff is a signature on a problem.

Answer: B


Problem 6. Six weeks after launch, sampled quality scores on a summarization feature have drifted down about eight points. Uptime, latency, and error rates are all normal. Nobody changed the prompt or the model configuration. Where does the architect look first, and what does the incident reveal about the design?

A. Scale up the service; the drift is a capacity symptom B. Investigate what changed in the inputs or the retrieved context — document mix, upstream format changes, corpus refresh — and treat the fact that sampled scoring caught it as the design working C. Switch to a higher model tier to recover the eight points D. Disable sampled scoring, since it is producing noisy numbers that alarm stakeholders

Approach: Quality regression with clean infrastructure metrics points at inputs, not capacity — an upstream format change, a shifted document mix, or a refreshed corpus feeding different context. The instructive half is the second clause: the only reason anyone noticed is that the architect defined output-quality monitoring before handoff rather than leaving "healthy" to mean "responding."

Why the others fail: A treats a quality signal as a capacity signal — nothing in the stem suggests load. C is a spend increase applied before diagnosis and may not address the actual cause. D removes the detector because it detected something.

Answer: B

Exam traps

  • Designing before the accuracy bar is defined and measurable. When a stem offers "start the architecture" against "pin down what correct means and how it is measured," the second wins nearly every time.
  • Numbers with no owner. A latency or accuracy target nobody is accountable for is an aspiration. Watch for options that add an owner and a review cadence.
  • Wrong register for the audience. Capability arguments to legal, mechanism to executives, benchmark scores to security. The right option answers the question that stakeholder actually owns.
  • Options with no recommendation — and single options with no alternatives. Both are wrong for a professional architect; the correct answer names the axis, the options, and a recommendation.
  • Promising per-response correctness. The defensible promise is a measured rate on a named task and population, as of a date, backed by monitoring and remediation.
  • SLA latency that ignores the full path. Retrieval, model call, tool round trips, and retries all count, plus headroom. A quoted provider figure is not a system SLA.
  • Feedback channels with no triage owner. Capture without routing into the eval set and a named owner is theater and will be a distractor.
  • Floating on a rolling model alias under a contractual SLA. Pin in production, shadow-test the candidate, promote deliberately. Treat a deprecation notice as a project with an eval re-baseline, not a string swap.
  • Benchmarks or a demo as the expectation. Public scores are someone else's distribution; a cherry-picked demo becomes the promise you get held to.
  • Handoff as document delivery. Without the runbook and a runnable eval suite, the receiving team can neither restore nor change the system.
  • Monitoring defined as uptime. Output-quality sampling, guardrail firing rates, escalation and correction rates, and cost per transaction are the LLM-specific half, and the architect defines them before handoff.
  • Silent prompt or model changes in production. Every behavior change re-runs the evals, lands in the change log, and is attributable — otherwise nobody can reconstruct what produced last month's numbers.

Prefer being taught? This guide exists as an adaptive tutor course inside Claude Code — your agent teaches it, quizzes your weak spots, and tracks progress. How it works · included in membership (founding: $0)

Now prove it: the Stakeholder Communication and Lifecycle Management quiz

Original practice questions on exactly this domain — instant explanations, domain score, and your wrong-answer notebook at the end.

Take the quiz →

Next module: Claude Models, Prompting and Context Engineering