Skip to main content
The skill is a set of instructions you give Claude alongside the Semilattice MCP connection. It tells Claude how to turn a document into simulations: which claims in it are worth testing, which user model should answer each one, what the whole job would cost before anything runs, and how to report what came back.
The skill calls Semilattice MCP tools, so connect the MCP server first. See Connect to Semilattice MCP.

What the skill does

The skill reads your input as a list of claims about users, including the ones a document assumes rather than states: that users want this kind of product at all, or that the competitor it names is the one users would otherwise pick. Where a document has already settled on an option, the claim it tests is that the chosen option beats the ones it passed over.
Before creating a simulation, Claude tells you how many testable claims your input contains, how many simulations that is, and roughly how long they take. You choose how much of it to run. The claims you leave out are listed at the end so you can pick them up later.
Every survey question is a single-choice Likert-scale item, and the whole modelled audience answers all of them. There is no conditional logic, no subgroup filtering, no cross-tabulation. The skill plans inside those limits, and where a claim has to be reworded to fit them it says so and gives you the reworded version.
Each claim is tested against one user model, matched to the audience the claim is about. Where your organisation has its own user models, built from your own data, those answer claims about your users, and the public models cover audiences yours do not. A single claim is not run against several models at once.

Install

  1. Open Settings from the account menu
  2. Go to Capabilities, then Skills
  3. Create a new skill
  4. Paste in the contents of SKILL.md from the section below
  5. Save
🎉 Start a new conversation and the skill will load whenever you ask Claude to test something with users.
  1. Create the skill directory:
  1. Save the contents of SKILL.md from the section below to:
  1. Restart Claude Code
🎉 Run /skills to confirm semilattice-mcp is listed.To scope the skill to a single project instead, use .claude/skills/semilattice-mcp/SKILL.md inside that project.
Skills are plain markdown with YAML frontmatter. Any assistant that takes a system prompt, custom instructions, or a project instruction file can use this one. Paste the contents below into whichever of those your client offers, alongside the Semilattice MCP connection.

The skill

Copy everything below, including the frontmatter.
This copy ends at the vocabulary section. The full skill closes with a worked example held in a separate file, which is not published here, and the instructions do not depend on it.
SKILL.md