Rubric
Contents — domains, guide and mocks

Supporting the solution lifecycle

CCAR-P 6.510 min read · checked 21 September 2026

Task statementSupport lifecycle phases (discovery, design, handoff, monitoring, iteration)

The lifecycle of a Claude solution

  1. Discoveryproblem, stakeholders, success criteria
  2. Designoptions, decisions, test set
  3. Handoffdocs, training, support window
  4. MonitoringSLIs, eval runs, feedback
  5. Iterationchange, re-test, release

Evidence from monitoring → re-enter design for the next change

The evaluation set born in discovery travels through every phase. Monitoring feeds iteration, which loops back into design — never straight into production.

What each phase must produce

Each phase has an exit criterion — something written and agreed that lets the next phase start safely. Earlier lessons in this domain cover the craft of individual phases: structured discovery (6.1), communicating decisions (6.2), feedback loops and SLAs (6.3) and documentation (6.4). This lesson is about the sequence: knowing where you are, what is owed before moving on, and what to do when a later phase reveals a problem from an earlier one.

PhaseArchitect’s jobExit criterionCommon failure
DiscoveryFrame problem, map stakeholders, gather requirementsSigned success criteria and an initial test setJumping to a demo
DesignCompare options, decide, record ADRsChosen design meets criteria on the test setChoosing the most complex option
HandoffDocs, training, rehearsal, support planClient team changes and deploys it unaidedA document dump on the last day
MonitoringDashboards, eval runs, review cadenceAgreed SLOs tracked and reviewedWatching uptime but not quality
IterationTriage evidence, change, re-testEvery change passes the regression setEditing prompts live in production

The thread that runs through all five is the evaluation set. Anthropic’s evaluation guidance recommends task-specific tests that mirror real use, include edge cases and can be graded automatically where possible. Started in discovery, it decides between options in design, defines “done” at handoff, is re-run on a schedule in monitoring, and guards every change in iteration. An engagement without one has no way to prove any phase is finished.

Handoff done properly

Handoff is the phase most often squeezed. A clean one has four parts: the documentation pack (6.4), training for the people who will operate and change the system, a rehearsal in which the client team makes a real change end to end, and a defined support window with named contacts and an exit date. Ownership should be explicit — who approves prompt changes, who watches the dashboard, who talks to Anthropic about capacity or model changes.

A handoff week, message by message

Partner architect
Client engineers
CI & eval suite
Client operations
Step 1: Partner architect to Client engineers: Walk through docs, ADRs, runbook
Step 2: Client engineers to CI & eval suite: Change a prompt, run evals
Step 3: CI & eval suite to Client engineers: Pass: 95% vs 93% target
Step 4: Client engineers to Client operations: Deploy with rollback plan
Step 5: Client operations to Partner architect: Confirm alerts and dashboard work
Step 6: Partner architect to Client operations: Sign handoff; start support window
The client team proves it can change and ship the system before the partner steps back into a support role.

Monitoring and iteration in production

Monitoring a Claude system watches two kinds of signal. Operational ones — latency percentiles, error and rate-limit rates, cost per task — follow the SLO practice described in 6.3. Quality ones — scheduled eval runs, user ratings, human-review override rates, escalations — tell you whether the answers are still good. Iteration then turns that evidence into changes: a prompt revision, new retrieval content, a tool change, a different model. Anthropic’s agent guidance stresses measuring performance and iterating, and adding complexity only when it demonstrably improves outcomes; iteration is not an excuse to grow the system.

Some iteration is forced on you. Claude models move through documented lifecycle stages — active, legacy, deprecated and retired — and requests to a retired model fail. Anthropic’s deprecations page says publicly released models get at least 60 days’ notice before retirement, notifies customers with active deployments by email, and recommends auditing usage in the Console and testing the replacement well before the retirement date. Partner platforms such as Amazon Bedrock and Google Cloud set their own schedules. A mature lifecycle plan treats model upgrades as routine iteration with an owner, not an emergency.

A model deprecation notice arrives

Does the replacement pass our eval suite?
  • Passes all agreed targets
    Plan migrationstaged rollout, monitor closely
  • Passes with prompt changes
    Iterate, re-testrecord the change in an ADR
  • Misses a target
    Escalate earlyoptions + trade-offs to owner
  • No eval suite exists
    Build one nowyou cannot judge the switch
With at least 60 days’ notice the suite decides the path. Without a suite, the notice becomes a guessing game.

Traps the wrong answers are built from

Tempting but wrongDo this instead
Treating go-live as the end of the engagement.Plan monitoring, a review cadence and iteration ownership as phases in their own right.
Handing over documents on the last day and leaving.Train by role, rehearse a real change, and run a defined support window.
Monitoring uptime and latency but not answer quality.Schedule eval runs and track quality signals such as override and escalation rates.
Making prompt or model changes directly in production.Route every change back through design and the regression set before release.
Reacting to model deprecation notices as emergencies.Audit usage, test the replacement against the eval suite early, and migrate in stages.

You should now be able to

  • Name the five lifecycle phases and the exit criterion each must meet.
  • Keep one evaluation set in use from discovery through iteration.
  • Plan a handoff with documentation, role-based training, rehearsal and a support window.
  • Define monitoring that covers both operational and quality signals.
  • Handle a model deprecation as routine iteration using the documented lifecycle stages and notice period.

Practice questions

Original questions written for this lesson, in the exam’s style. Answer first, then open the reasoning — every option is explained, including why the wrong ones are tempting.

  1. Question 1

    Your team is two weeks from handing a claims-extraction system to an insurer’s IT department. The documentation is complete, but the insurer’s engineers have not yet made any change to the system.

    What is the most important remaining handoff activity?

    1. AAdd more detail to the design document so nothing is missed.
    2. BExtend the partner’s support contract to cover the first year.
    3. CHave the insurer’s engineers ship a real change through the eval suite.
    4. DRecord a video walkthrough of the architecture for later reference.
    Show answer and reasoning
    1. AIncorrect. More documents do not prove the team can operate the system; untested documentation is the usual gap.
    2. BIncorrect. Support has a place, but it defers rather than achieves the goal of an independent client team.
    3. CCorrect. A rehearsal proves the documentation, tooling and skills work together — the real exit criterion for handoff.
    4. DIncorrect. Helpful as a supplement, but watching is not doing; it does not show the team can change the system safely.
  2. Question 2

    Anthropic emails a BPO that the Claude model behind its contact-centre assistant is deprecated. The BPO has a maintained 500-case eval suite.

    Which two actions should come first? (Select 2.)

    1. AAudit usage to find every application calling the deprecated model.
    2. BSwitch all traffic to the newest model the same day.
    3. CRun the eval suite against the recommended replacement model.
    4. DWait until the retirement date is close before acting.
    5. EAsk Anthropic to keep the model available indefinitely.
    Show answer and reasoning
    1. ACorrect. The deprecations page recommends auditing usage; unknown callers are the ones that break on retirement day.
    2. BIncorrect. An untested switch risks quality, cost and latency changes reaching customers without warning.
    3. CCorrect. The suite shows whether the replacement meets agreed targets or needs prompt changes before migrating.
    4. DIncorrect. Waiting wastes the notice period and leaves no time to iterate if the replacement misses a target.
    5. EIncorrect. Retired models stop serving requests; planning around an exception is not a lifecycle strategy.
  3. Question 3

    Three months after launch, a bank’s complaint-summary tool shows a falling “accepted without edits” rate among complaint handlers — from 88% to 74% — while latency and uptime are unchanged.

    Which lifecycle response is best?

    1. ATreat it as healthy, since the SLOs for uptime and latency are met.
    2. BInvestigate the edits, update the tests, then change and re-test.
    3. CRewrite the system prompt in production to stop the decline quickly.
    4. DReplace the workflow with an autonomous agent to handle new cases.
    Show answer and reasoning
    1. AIncorrect. Operational SLOs can be green while quality falls; ignoring the quality signal misses the real problem.
    2. BCorrect. This routes monitoring evidence back through design and the regression set, as the iteration phase should.
    3. CIncorrect. Untested production changes can make things worse and break cases that were working.
    4. DIncorrect. Adding complexity before understanding the cause contradicts the measure-then-iterate guidance.

Sources

Drafted with AI assistance and checked against the sources above; expert review is in progress. Spotted an error? Tell us and it gets fixed, dated and listed on how this is written.