Claude, Demand Received. — The Demand-Received Skill
Liam walks through the demand-received Claude Skill, showing how it extracts a demand letter's key fields, cross-checks the portfolio, assesses merit, and hands off to another skill when escalation is warranted rather than deciding on its own.
When an inbound demand letter arrives, the assumption might be that Claude simply drafts a reply. It does not. Liam explains how the demand-received skill triages the letter first, following a fixed sequence that ends either in a recommended response or a hand-off to another skill for escalation.
What a Skill is, in this case
A Skill is a folder Claude reads before it acts, and this one is called demand-received. Inside is a single file, SKILL.md, holding the whole instruction set written in plain language with no hidden logic. Claude reads that file and then acts on it; the file itself is the program. The instructions live in a step section, and Claude reads each step in order and executes it: read the file, execute each step, return the result. The process is linear, with no branching unless a specific step calls for one.
The triage pipeline itself
One instruction inside the skill is specific and worth walking through. The skill extracts the letter's key fields, cross-checks those fields against the existing portfolio, and assesses merit. From there it presents response options along with a recommendation. This sequence, extract, cross-check, assess, recommend, is what turns an inbound letter into something a person can act on quickly, rather than starting from a blank read of the letter each time.
Why escalation is a hand-off, not a decision Claude makes alone
Claude is not deciding on its own whether to escalate a matter. When the assessment indicates escalation is warranted, the skill hands the letter off to matter-intake or demand-intake instead of Claude resolving it independently. This is a deliberate structural choice: the skill's job stops at triage, assessment, and a recommendation, and any case that needs escalation moves to a separate process rather than getting a final answer from Claude directly.
What this buys over an unstructured reply
Without a skill like this, asking Claude to just respond to a demand letter risks skipping the cross-check against the portfolio or the merit assessment altogether, since nothing forces those steps to happen in order. With the skill, the same fields get extracted, the same cross-check happens against the portfolio, and the same escalation logic applies every time a letter comes in, regardless of who is running it or when.
Key takeaways
- The demand-received skill triages an inbound demand letter before any response is drafted; Claude does not just reply.
- The skill is a single SKILL.md file that Claude reads and executes step by step, in order, with no branching unless a step specifies it.
- The triage sequence is: extract key fields, cross-check against the portfolio, assess merit, then present response options with a recommendation.
- When escalation is warranted, the skill hands off to matter-intake or demand-intake rather than Claude resolving the matter on its own.
- The mechanism holds regardless of the specific letter's content; it does not replace a lawyer's review or judgment.
Who this is for
This is for legal and claims teams handling inbound demand letters who want a consistent triage process, extraction, cross-check, merit assessment, and a clear escalation path, applied the same way every time.
Chapters
Full transcript(auto-generated, with timestamps)
The naive framing: "does Claude just reply, or triage first?"
[0:00]Someone asked whether Claude just replies when a demand letter comes in. It doesn't just reply, it triages first. So, when a demand letter arrives, does Claude triage it? A skill is a folder
A Skill is a folder
[0:10]Claude reads before it acts. This one is called demand received. It's one file skill. MD holds the whole instruction set written in plain language, no hidden logic. Claude reads it then acts. The file is the program.
Read, execute, return
[0:23]The instructions live in a step section. Claude reads each step in order and executes it. Read the file, execute each step, return the result. Linear, no branching unless a step says otherwise.
The triage pipeline
[0:34]One instruction inside it is specific. The skill extracts the letter's key fields, cross-checks them against the portfolio, and assesses merit. Then it presents response options with a recommendation. If escalation is warranted, it hands off to matter intake or demand intake instead of resolving it alone. Claude
Carry-out
[0:51]Isn't deciding whether to escalate on its own. When the assessment says escalate, it hands off to matter intake or demand intake instead of handling it itself.
Your turn
[1:00]Your turn, paste this into Claude. I have an inbound demand letter. Read the demand received skill, and before you triage it, walk me through what you will do. The fields you'll extract, the portfolio cross-check, and the conditions under which you'd escalate instead of recommending a response yourself.
Outro
[1:15]Claude demand received, lay them in forbear.





