AI Capability Pattern Matching
Purpose
Produces a raw list of AI opportunity candidates top-down,
hypothesis-driven, using a ready-made capability pattern library — as a
counterweight to the bottom-up, data-driven approach of
../task-level-decomposition-and-automation-fit/SKILL.md (process/task
mining one task at a time). The two are complementary:
- Bottom-up (task-level-decomposition): works through an existing
process/role one task at a time and classifies each one. Strong when
the process is already precisely described, but won't surface
opportunities that would only emerge from redesigning the process.
- Top-down (this skill): poses the client the diagnostic questions
of 13 patterns before the process has been precisely described.
Faster first-pass mapping, surfaces opportunities the client wouldn't
have named themselves ("we hadn't thought about it that way"), but
requires validation (point 4) before a candidate goes to scoring.
Use this skill especially at the start of a discovery workshop/
interview, before detailed process description has been done — and use
../task-level-decomposition-and-automation-fit/SKILL.md afterward, once
a specific process has been selected for closer examination.
Anchored in research
../../references/ai-capability-pattern-library.md — 13 patterns,
abstracted from 81 verified use cases in a broad industry report
(2026) and cross-checked against a second, independent AI use-case
digest (63 cases, 16 functions).
../../../opportunity-recognition/skills/pattern-and-analogy-connector/SKILL.md
— the general Capability Pattern Mapping abstraction method, of
which the pattern library is the concrete AI application.
Method
- Before the meeting: select the 4–6 most relevant patterns from
the pattern library based on the client's industry/situation (not
all 13 at once — too many questions at once drowns the
conversation). Use the source material's industry-specific function
weighting as a rough guide (e.g. manufacturing → patterns 4, 5, 6,
11; professional services → patterns 2, 3, 9).
- Pose each selected pattern's diagnostic question to the client as
written, don't turn it into something more technical or AI-jargon
heavy. The questions are deliberately phrased in business language,
not technology language (e.g. "where does a highly paid expert have
to search for anomalies..." not "could an LLM read documents...").
- Log every "yes, we have a situation like that" answer as a
structured candidate: pattern name, the client's own description
of the situation, who does the work today, estimated volume/
frequency (if known). Don't score it yet at this stage — that
happens in point 5.
- Validate every candidate before further processing, with three
checks:
- Is the situation genuinely recurring/high enough volume to be an
opportunity, or a one-off exception case?
- Does the pattern's assumed AI type (Agentic/Physical/other) match
the organization's current maturity level, or is there a gap risk
(e.g. a Physical AI pattern in an organization with no sensor
data at all)?
- Is there an obvious reason why this would NOT work in this
particular context (regulation, union agreement, safety
criticality)? If so, flag it visibly, don't hide it.
- Move validated candidates into
../ai-opportunity-portfolio/SKILL.md
for 5D scoring and 2x2 prioritization — this skill only produces
the raw list, it doesn't prioritize.
- If the client doesn't recognize any pattern as their own, that's
information in itself: either the organization is already highly
automated in these areas, or the conversation hasn't reached the
right level in the organization (try a different role/team) — don't
force a fit.
What this skill does NOT do
- Doesn't replace
../task-level-decomposition-and-automation-fit/SKILL.md
— it produces a fast, hypothesis-driven raw list, not a precise
task-level classification. It's worth using both in the same
engagement, at different stages.
- Doesn't score or prioritize candidates — that's
../ai-opportunity-portfolio/SKILL.md's job.
- Doesn't claim that all 13 patterns fit every client — some patterns
are clearly more industry-specific (e.g. the Physical AI patterns)
than others.
- Doesn't expand the pattern library's examples with details that
aren't in
../../references/ai-capability-pattern-library.md — if
you need a deeper example, refer to the original sources rather than
filling in from memory.
- Isn't an exhaustive listing of every possible AI opportunity — the
13 patterns are a curated sample, not a comprehensive taxonomy. New
patterns will be found over time; add them to the library using the
same method (see the final section of
../../references/ai-capability-pattern-library.md).
Refinement notes
The pattern library is built on a research basis (from two independent
industry AI use-case reports). Areas to keep deepening with real practice:
- your own observations on which patterns resonate most often with
which types of clients
- new patterns you've identified yourself but that aren't in the
sources — add them to
../../references/ai-capability-pattern-library.md in the same
format
- a concrete workshop template/question sheet (into
../../references/)
Once this section is filled in and validated in practice, update the
maturity field in skills_index.json to draft, validated, or
canonical (see ../../../meta/maturity_levels.md). Don't add new
fields to the frontmatter — name and description are the only
ones allowed (see ../../../meta/frontmatter_schema.md).
Continue from here
- Before this (the general method):
../../../opportunity-recognition/skills/pattern-and-analogy-connector/SKILL.md
- A parallel, bottom-up approach:
../task-level-decomposition-and-automation-fit/SKILL.md
- Next in this pack:
../ai-opportunity-portfolio/SKILL.md —
scores and prioritizes the validated candidates this skill produces.
- If the whole process is run as a paid engagement:
../ai-discovery-engagement-design/SKILL.md
- A ready-made skill chain for this situation: see
../../../playbooks/
- This pack's shared guardrails:
../../CLAUDE.md
References
../../references/ai-capability-pattern-library.md — the library of
13 patterns with examples
../../references/ — the pack's shared background material
../../CLAUDE.md — the pack's shared guardrails
1---2name: ai-capability-pattern-matching3description: Uses a ready-made, research-based library of 13 AI capability patterns (see ../../references/ai-capability-pattern-library.md) to pose diagnostic questions to a new client/industry, to assemble a raw list of AI opportunity candidates — an alternative or complement to task-level decomposition.4---56# AI Capability Pattern Matching78## Purpose910Produces a raw list of AI opportunity candidates **top-down,11hypothesis-driven**, using a ready-made capability pattern library — as a12counterweight to the **bottom-up, data-driven** approach of13`../task-level-decomposition-and-automation-fit/SKILL.md` (process/task14mining one task at a time). The two are complementary:1516- **Bottom-up** (task-level-decomposition): works through an existing17 process/role one task at a time and classifies each one. Strong when18 the process is already precisely described, but won't surface19 opportunities that would only emerge from *redesigning* the process.20- **Top-down** (this skill): poses the client the diagnostic questions21 of 13 patterns before the process has been precisely described.22 Faster first-pass mapping, surfaces opportunities the client wouldn't23 have named themselves ("we hadn't thought about it that way"), but24 requires validation (point 4) before a candidate goes to scoring.2526Use this skill especially at the **start** of a discovery workshop/27interview, before detailed process description has been done — and use28`../task-level-decomposition-and-automation-fit/SKILL.md` afterward, once29a specific process has been selected for closer examination.3031## Anchored in research3233- `../../references/ai-capability-pattern-library.md` — 13 patterns,34 abstracted from 81 verified use cases in a broad industry report35 (2026) and cross-checked against a second, independent AI use-case36 digest (63 cases, 16 functions).37- `../../../opportunity-recognition/skills/pattern-and-analogy-connector/SKILL.md`38 — the general Capability Pattern Mapping abstraction method, of39 which the pattern library is the concrete AI application.4041## Method42431. **Before the meeting: select the 4–6 most relevant patterns** from44 the pattern library based on the client's industry/situation (not45 all 13 at once — too many questions at once drowns the46 conversation). Use the source material's industry-specific function47 weighting as a rough guide (e.g. manufacturing → patterns 4, 5, 6,48 11; professional services → patterns 2, 3, 9).492. **Pose each selected pattern's diagnostic question to the client as50 written**, don't turn it into something more technical or AI-jargon51 heavy. The questions are deliberately phrased in business language,52 not technology language (e.g. "where does a highly paid expert have53 to search for anomalies..." not "could an LLM read documents...").543. **Log every "yes, we have a situation like that" answer as a55 structured candidate:** pattern name, the client's own description56 of the situation, who does the work today, estimated volume/57 frequency (if known). Don't score it yet at this stage — that58 happens in point 5.594. **Validate every candidate before further processing, with three60 checks:**61 - Is the situation genuinely recurring/high enough volume to be an62 opportunity, or a one-off exception case?63 - Does the pattern's assumed AI type (Agentic/Physical/other) match64 the organization's current maturity level, or is there a gap risk65 (e.g. a Physical AI pattern in an organization with no sensor66 data at all)?67 - Is there an obvious reason why this would NOT work in this68 particular context (regulation, union agreement, safety69 criticality)? If so, flag it visibly, don't hide it.705. **Move validated candidates into `../ai-opportunity-portfolio/SKILL.md`**71 for 5D scoring and 2x2 prioritization — this skill only produces72 the raw list, it doesn't prioritize.736. **If the client doesn't recognize any pattern as their own**, that's74 information in itself: either the organization is already highly75 automated in these areas, or the conversation hasn't reached the76 right level in the organization (try a different role/team) — don't77 force a fit.7879## What this skill does NOT do8081- Doesn't replace `../task-level-decomposition-and-automation-fit/SKILL.md`82 — it produces a fast, hypothesis-driven raw list, not a precise83 task-level classification. It's worth using both in the same84 engagement, at different stages.85- Doesn't score or prioritize candidates — that's86 `../ai-opportunity-portfolio/SKILL.md`'s job.87- Doesn't claim that all 13 patterns fit every client — some patterns88 are clearly more industry-specific (e.g. the Physical AI patterns)89 than others.90- Doesn't expand the pattern library's examples with details that91 aren't in `../../references/ai-capability-pattern-library.md` — if92 you need a deeper example, refer to the original sources rather than93 filling in from memory.94- Isn't an exhaustive listing of every possible AI opportunity — the95 13 patterns are a curated sample, not a comprehensive taxonomy. New96 patterns will be found over time; add them to the library using the97 same method (see the final section of98 `../../references/ai-capability-pattern-library.md`).99100## Refinement notes101102The pattern library is built on a research basis (from two independent103industry AI use-case reports). Areas to keep deepening with real practice:104105- your own observations on which patterns resonate most often with106 which types of clients107- new patterns you've identified yourself but that aren't in the108 sources — add them to109 `../../references/ai-capability-pattern-library.md` in the same110 format111- a concrete workshop template/question sheet (into `../../references/`)112113Once this section is filled in and validated in practice, update the114`maturity` field in `skills_index.json` to `draft`, `validated`, or115`canonical` (see `../../../meta/maturity_levels.md`). **Don't add new116fields to the frontmatter** — `name` and `description` are the only117ones allowed (see `../../../meta/frontmatter_schema.md`).118119## Continue from here120121- Before this (the general method): `../../../opportunity-recognition/skills/pattern-and-analogy-connector/SKILL.md`122- A parallel, bottom-up approach: `../task-level-decomposition-and-automation-fit/SKILL.md`123- Next in this pack: `../ai-opportunity-portfolio/SKILL.md` —124 scores and prioritizes the validated candidates this skill produces.125- If the whole process is run as a paid engagement:126 `../ai-discovery-engagement-design/SKILL.md`127- A ready-made skill chain for this situation: see `../../../playbooks/`128- This pack's shared guardrails: `../../CLAUDE.md`129130## References131132- `../../references/ai-capability-pattern-library.md` — the library of133 13 patterns with examples134- `../../references/` — the pack's shared background material135- `../../CLAUDE.md` — the pack's shared guardrails