design-intake

design-intake is a command for Claude Code from jameywarren/shopify-claude-quickstart. It costs 12 tokens per session (755 once invoked), scanned A, original, MIT.

A design-to-build planning command for Shopify stores. It turns a visual mockup into a written implementation plan based on the theme, brand files, and available sections.

In plain words
What is it for?
Use it to plan a homepage or other page, check whether Shopify can support each design element, and document missing assets, fonts, or custom-code needs.
Why use it?
It shows how the design can be built in the existing theme and records decisions so later work does not need to interpret the mockup again.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to plan a homepage or other page, check whether Shopify can support each design element, and document missing assets, fonts, or custom-code needs.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/jameywarren/shopify-claude-quickstart/design-intake
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/jameywarren/shopify-claude-quickstart

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for design-intake

README.md
[![agentmods](https://agentmods.dev/badge/commands/jameywarren/shopify-claude-quickstart/design-intake/github.svg)](https://agentmods.dev/commands/jameywarren/shopify-claude-quickstart/design-intake)
Your own site
<a href="https://agentmods.dev/commands/jameywarren/shopify-claude-quickstart/design-intake"><img src="https://agentmods.dev/badge/commands/jameywarren/shopify-claude-quickstart/design-intake/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for design-intake

Your own site · 80×15
<a href="https://agentmods.dev/commands/jameywarren/shopify-claude-quickstart/design-intake"><img src="https://agentmods.dev/badge/commands/jameywarren/shopify-claude-quickstart/design-intake.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 755 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00012 $0.00755
Opus 5 $0.00006 $0.00378
Sonnet 5 $0.00002 $0.00151
Haiku 4.5 $0.00001 $0.00076

Measured 10d ago against content hash 997cd37d99c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

design-intake scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/design-intake.md · 70 lines

How it starts

The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are turning a visual design into a buildable Shopify implementation plan. Design decisions are already made — your job is to translate them into theme-specific implementation specs, flag what can't be built natively, and save the output so future sessions don't have to re-derive it.

Page: $ARGUMENTS (default: homepage if not specified)

Step 1 — Gather inputs

Read everything relevant before asking questions:

  • design/mockups/ — look for images matching the page name
  • design/brand-system.md — palette, fonts, voice
  • design/page-specs/ — check if a spec already exists for this page
  • client-brief/design-brief.md (or client-brief-QUICK.md)
  • store-data/theme/sections/ and store-data/theme/blocks/ — what sections exist

Then ask only what you can't answer from the files:

  1. If no mockup is visible in design/mockups/, ask: "Do you have a design file or mockup to share? Drop it in design/mockups/ and tell me the filename, or describe the layout."
  2. "Are SVG assets (wordmark, icons) available in design/assets/?"
  3. "Are fonts already loaded in the theme, or do they need to be added?"

Don't ask about things you can already see in the brief or brand system.

Step 2 — Module inventory

Identify every distinct visual module in the design (e.g. nav, hero, featured collections, text+image, newsletter, footer). For each module:

Module Design intent Theme section to use Fit Gap
Hero Full-bleed image, headline, CTA sections/hero-banner.liquid Native None
...

Fit ratings:

  • Native — the theme section does this out of the box
  • Configure — native section but needs specific settings or schema additions
  • Modify — closest native section requires Liquid edits
  • Custom — no native section can do this; new section required

Flag every "Modify" or "Custom" upfront. These are build-time decisions.

Step 3 — Per-module implementation spec

Read the full file on GitHub · 70 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 70 lines · 12 tokens per session scan A 997cd37d99c6

Subscribe to this mod's changes

design-intake is a command published in the GitHub repository jameywarren/shopify-claude-quickstart (2 stars, last pushed 4mo ago), licensed MIT. It adds 12 tokens to every session and 755 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.