Solution Design & Architecture·Task 1.1·Bloom: understand·Difficulty 2/5·8 min read·Updated 2026-07-14

Stakeholder Pain Point to Capability Mapping (CCAR-P)

Translate business problems into Claude-based AI solutions

SUBy Solomon UdohReviewed by Solomon UdohAI-assisted · human-reviewed
In short
Capability mapping translates a stated pain point into the underlying capability gap it implies, extraction, classification, synthesis, drafting, or conversation. The same surface complaint can map to different capabilities depending on what is actually slow, so a vague requirement must be decomposed into specific, testable capability requests before any pattern is chosen. Capability mapping happens before pattern selection, not after.

From complaint to capability

Stakeholders rarely hand an architect a capability gap. They hand a complaint, "support is too slow," "we drown in contracts," "our team can't keep up," and a proposed solution attached to it, "so we need a chatbot." The Claude Certified Architect - Professional (CCAR-P) exam treats the translation from complaint to capability as an understand-level skill because the surface wording hides which of several very different capabilities is actually missing. Two teams can voice the identical complaint and need entirely different systems. The work is to decompose the pain into a specific, testable capability request before any pattern is named.

The core capabilities a Claude solution can supply are recognisable and finite: extraction (pulling structured fields out of unstructured input), classification (sorting input into categories), synthesis (combining sources into one answer), drafting (producing new text in a required form), and conversation (multi-turn interaction). Mapping a pain point means deciding which of these is the real gap. "Support is too slow" could be slow because agents cannot find the right policy (synthesis or retrieval), because deciding how to categorise a ticket is hard (classification), or because writing each reply takes time (drafting). The fix differs in each case.

Pain point to capability mapping
The discovery step that translates a stated business pain point into the underlying capability gap it implies, extraction, classification, synthesis, drafting, or conversation. The same complaint can map to different capabilities depending on what is actually slow, so a vague requirement is decomposed into specific, testable capability requests before a pattern is chosen.

Why underspecification is the enemy

A requirement like "make support better" is not something you can design against, because it does not name what "better" means in capability terms. If you proceed anyway, you produce an architecture proposal that no one can validate: there is no testable statement of what the system must do, so there is no way to say whether the proposal meets it. Underspecified requirements do not fail loudly at design time; they fail quietly at review, when a stakeholder looks at the proposal and cannot tell whether it solves their problem because the problem was never stated precisely.

Decomposing the complaint into a specific capability request is what makes the proposal falsifiable. "Reduce the time agents spend locating the relevant policy section for a ticket" is a synthesis-and-retrieval gap you can build for and measure. "Draft a first-pass reply an agent edits" is a drafting gap. Naming the capability turns a mood into a requirement.

Interrogate the proposed solution

The second half of the skill is resisting the stakeholder's proposed solution. When someone says "we need a chatbot," they have skipped the capability question and jumped to a form factor. Accepting it means designing for their guess rather than their gap. The discipline is to treat the proposed solution as a symptom of the underlying need and interrogate backward: what would the chatbot do, and which capability does that require? Often the answer reveals that the loudest reported symptom is not the highest-value gap. The team that asked for a chatbot may actually be losing the most time to a drafting bottleneck a chatbot would not touch.

5 capabilities
extraction, classification, synthesis, drafting, conversation
before pattern
capability mapping precedes pattern selection
testable
the requirement a good mapping produces

What the CCAR-P exam trips candidates on

The exam tests two traps. The first is accepting a stakeholder's proposed solution, such as "we need a chatbot," instead of interrogating the underlying capability gap. The trap is that the proposal sounds concrete and helpful, so it is tempting to design straight from it. The credited answer steps back to the capability the proposal implies and confirms it is the real gap before committing.

The second is designing for the loudest reported symptom instead of the highest-value capability gap uncovered during discovery. The symptom that stakeholders complain about most is not always the one costing the most, and a good discovery surfaces a gap the original complaint understated. The reliable reading prioritises the capability with the most value at stake, not the one voiced most insistently.

Worked example

A retailer's support director says: 'Our agents are too slow, so we need a chatbot to answer customers directly.' Discovery shows agents spend most of their time not finding answers, which they know well, but writing careful, on-brand replies to sensitive complaints. How do you map this to a capability and what does it change?

Start by separating the proposed solution, a customer-facing chatbot, from the pain point, agents are too slow. The proposal assumes the gap is conversation, that customers should talk to a bot instead of an agent. But discovery contradicts that: agents already know the answers, so retrieval and synthesis are not the bottleneck. The time is going into composing careful, on-brand replies. That is a drafting capability gap, not a conversation one.

Mapping to the real capability changes the architecture entirely. A drafting solution produces first-pass replies that agents review and send, which keeps the human in the loop for sensitive complaints while removing the writing time that was actually slow. A customer-facing chatbot would have targeted the wrong gap, added risk on exactly the sensitive interactions where judgment matters most, and left the drafting bottleneck untouched.

The lesson is that the loudest symptom, "we're slow," pointed at a proposed solution, "a chatbot," that did not match the highest-value capability gap discovery uncovered. Naming the capability as drafting produces a testable requirement, "cut reply-composition time while keeping agent sign-off," that the eventual pattern can be chosen and validated against.

Common misreadings to avoid

Misconception

If the stakeholder asked for a chatbot, the requirement is to build a chatbot.

What's actually true

A proposed solution is a symptom, not a specification. Interrogate backward to the capability it implies, extraction, classification, synthesis, drafting, or conversation, and confirm that capability is the real gap before designing. Often the proposal targets the wrong gap entirely.

Misconception

Design for the complaint stakeholders voice most loudly.

What's actually true

The loudest symptom is not always the highest-value gap. Discovery frequently surfaces a capability gap the original complaint understated. Prioritise the capability with the most value at stake, not the one reported most insistently.

How this shows up on the exam

Domain 1 questions on this knowledge point present a vague complaint, often with a proposed solution attached, and ask what the architecture should target. The reliable reading names the underlying capability gap, extraction, classification, synthesis, drafting, or conversation, rather than accepting the proposed form factor, and prioritises the highest-value gap over the loudest symptom.

Capability mapping builds on identifying the AI-shaped problem and feeds directly into distinguishing automation from augmentation and the architecture brief. The capability you name also determines which of the five business value pillars the solution advances.

Check your understanding

A claims manager says: 'Processing insurance claims takes too long, so we want an AI agent that handles claims end to end.' Discovery reveals adjusters are fast at deciding claims but lose hours manually pulling data from three separate systems into one view. What capability should the architecture target first?

People also ask

What is capability mapping in AI solution design?
It is the discovery step that translates a stated pain point into the specific capability gap behind it, extraction, classification, synthesis, drafting, or conversation, so the architecture targets the real gap rather than the loudest symptom.
Why decompose a vague requirement before choosing a pattern?
A pattern chosen against an underspecified requirement produces a proposal nobody can validate. Decomposing the complaint into specific, testable capability requests gives you something to design and measure against.
How does the same complaint map to different capabilities?
A complaint like "support is too slow" could be slow because information is hard to find, because judgment is hard, or because writing replies takes time. The surface is identical; the capability gap behind it is not.

Watch and learn

Official Anthropic Academy lessons first, then hand-picked walkthroughs. Videos load only when you press play.

No videos curated for this concept yet

We are still curating the best official and community videos for this topic.

Official prep for this domain

Anthropic's own free prep module for this part of the syllabus, on the official prep course. Free with an Anthropic Academy sign-in.

References & primary sources

Adaptive study

Master this concept with Archie

Practice it inside an adaptive study session. Archie, your Socratic AI tutor, tracks your mastery with Bayesian Knowledge Tracing and schedules the perfect next review.

Start studying