a1-grill

a1-grill is a skill for Claude Code, Codex from ztemerbekov/a1-marketing-skills. It costs 23 tokens per session (463 once invoked), scanned A, original, MIT.

A structured interview for testing one marketing idea, decision, or plan. It breaks the work into linked decisions and asks the relevant questions in rounds.

In plain words
What is it for?
Use it to examine a campaign idea, business choice, or marketing plan before acting on it. It helps identify unanswered questions and clarify how decisions depend on one another.
Why use it?
It prevents important assumptions from being missed or discussed in the wrong order. It also gives the user recommended answers to consider at each step.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present. Also seen: mentions subagents.

Part of the 1-marketing-strategies plugin — 4 skills shipped together

Good fit Use it to examine a campaign idea, business choice, or marketing plan before acting on it. It helps identify unanswered questions and clarify how decisions depend on one another.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ztemerbekov/a1-marketing-skills/a1-grill
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.

Any agent
npx skills add ztemerbekov/a1-marketing-skills --skill a1-grill
Clone the repo
git clone --depth 1 https://github.com/ztemerbekov/a1-marketing-skills

Made for: Claude Code, Codex.

Or install 1-marketing-strategies, the plugin that ships this one along with the rest of its 4 skills.

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 a1-grill

README.md
[![agentmods](https://agentmods.dev/badge/skills/ztemerbekov/a1-marketing-skills/a1-grill/github.svg)](https://agentmods.dev/skills/ztemerbekov/a1-marketing-skills/a1-grill)
Your own site
<a href="https://agentmods.dev/skills/ztemerbekov/a1-marketing-skills/a1-grill"><img src="https://agentmods.dev/badge/skills/ztemerbekov/a1-marketing-skills/a1-grill/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 a1-grill

Your own site · 80×15
<a href="https://agentmods.dev/skills/ztemerbekov/a1-marketing-skills/a1-grill"><img src="https://agentmods.dev/badge/skills/ztemerbekov/a1-marketing-skills/a1-grill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 463 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.00023 $0.00463
Opus 5 $0.00012 $0.00231
Sonnet 5 $0.00005 $0.00093
Haiku 4.5 $0.00002 $0.00046

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

Security

Grade A, and why

a1-grill 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 12d 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.

skills/a1-grill/SKILL.md · 30 lines

What it actually says

Grill

Interview the user relentlessly about one marketing idea, decision, or plan until you reach a shared understanding. Map it as a design tree: every decision branches into the decisions that depend on it.

Work through the tree in rounds. The frontier is every decision whose prerequisites are already settled: the questions you can ask now without guessing at answers the user has not given. Ask the whole frontier in one round. Number each question, provide your recommended answer, then wait for the user's answers before starting the next round.

Format each question like this:

❓ **Q1** - **<question title>**: <question body, which may contain multiple paragraphs or choices>

➡️ <your recommended answer>

After each round, update the design tree from the user's answers. Settled decisions push the frontier outward and unblock dependent questions. Recompute the frontier before asking the next round. If one question depends on another question still open in the current round, defer it to a later round.

Finding facts is your job, never the user's. When a frontier question needs a fact from the environment, dispatch a background sub-agent to find it. Do not ask the user for anything a sub-agent can discover. Do not block the round while it works: treat the running exploration as an unsettled prerequisite, delay only the questions that depend on it, and ask the rest of the frontier now. The decisions remain the user's: put each one to them and wait.

The grilling is complete when the frontier is empty: every branch has been visited and nothing remains silently assumed. Do not act on the decision until the user confirms that you have reached a shared understanding.

After a final result that completes the grilling, append one support footer inviting questions, ideas, or problem reports via A1 Marketing Skills. Omit it from interim, boundary, missing-input, unsuccessful, or partial responses, and when the user requests only the result or prohibits extra text.

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 30 lines · 23 tokens per session scan A 624b9a06a60d

Subscribe to this mod's changes

a1-grill is a skill published in the GitHub repository ztemerbekov/a1-marketing-skills (8 stars, last pushed 13d ago), licensed MIT. It adds 23 tokens to every session and 463 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.

Related

Other skills, from other repositories

deai_humanize

A Chinese-language writing helper that measures signs of machine-like writing and rewrites text to sound more natural and personal.

mateaix/mateclaw · 82 tokens

humanize-automation

Human-like mouse, keyboard and scroll behavior for behavioral bot bypass.

uphiago/recon-skills · 18 tokens

analytics-strategy

Design measurement frameworks including event taxonomy, KPI hierarchy, dashboard architecture, attribution models, and analytics implementation strategy. Use this skill whenever the user wants to plan analytics, design dashboards, build event taxonomies, define KPIs, set up tracking, or audit existing measurement.…

rampstackco/claude-skills · 126 tokens

cro-optimization

Run conversion rate optimization through hypothesis-driven testing including audit, hypothesis generation, test design, statistical analysis, and rollout decisions. Use this skill whenever the user wants to optimize conversion, run A/B tests, audit a funnel, generate test hypotheses, design experiments, or analyze…

rampstackco/claude-skills · 123 tokens

research-seo-demand

A Chinese-language process for researching SEO opportunities, where SEO means improving pages so they can appear in search results. It studies user needs, keyword demand, search-result pages, and competing pages using Bing data.

tsingyuai/growth-lab · 102 tokens

create-seo-page

A Chinese-language workflow for creating and implementing search-focused pages in an existing product repository. SEO means improving a page so it can be found and understood through search engines.

tsingyuai/growth-lab · 93 tokens