consultation

consultation is a skill for Claude Code from matteotitta/genesys-skills. It costs 182 tokens per session (2,448 once invoked), scanned A, original, MIT.

An interactive consultation that turns a vague request into a reviewed specification and a handoff prompt. It asks questions one at a time and tracks what is known and unknown.

In plain words
What is it for?
Use it to scope unclear client or internal requests, shape an app or feature idea, or prepare a build-ready plan.
Why use it?
It exposes missing details before implementation, reducing the chance that important gaps appear halfway through the work.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Good fit Use it to scope unclear client or internal requests, shape an app or feature idea, or prepare a build-ready plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/matteotitta/genesys-skills/consultation
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 matteotitta/genesys-skills --skill consultation
Clone the repo
git clone --depth 1 https://github.com/matteotitta/genesys-skills

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 consultation

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/consultation"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/consultation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 182 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,448 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 131
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00182 $0.02448
Opus 5 $0.00091 $0.01224
Sonnet 5 $0.00036 $0.00490
Haiku 4.5 $0.00018 $0.00245

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

Security

Grade A, and why

consultation 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 11d 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/primitives/clients/consultation/SKILL.md · 192 lines

How it starts

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

Consultation

Turn a vague ask — "ClientCo needs a new landing page", "we should refresh ClientCo's competitor set", "build me a skill that does X" — into a sharp, reviewed spec and a clean handoff, by interrogating the ask one question at a time and mapping what's known vs unknown.

This is the elicitation front-end our intake surface was missing. /discovery preps a human's prospect call; /proposal produces a doc from discovery notes; this skill is the interactive loop between a vague ask and a sharp spec.


When to run

Invoke when:

  • "Scope this" / "turn this into a spec" / "help me think through [X]"
  • A client or internal ask is genuinely vague or high-stakes and would otherwise surface gaps halfway through execution.
  • You're about to enter plan mode on something underspecified.

Do NOT invoke when:

  • The ask is already sharp — a one-line clarification does the job. Skip the loop.
  • You need discovery-call prep (question bank for a human to ask a prospect) → client-discovery.
  • You need the proposal document itself → client-proposals.
  • You're pressure-testing a business idea for viability → business-brainstorm.

How it composes (do not reinvent these)

This skill is deliberately thin — it wires four existing Genesys systems into an elicitation loop:

Stage Delegates to Why
Question shape AskUserQuestion Already the "2–4 options, one Recommended, one 'other'" convention
Inspect-before-asking preflight brain-first-lookup recall → grep client folder → path read, before pinging the user
Adversarial review of the spec /premortem --plan (+ scope-guardian-reviewer for client-facing scopes) Our review discipline is already hook-enforced — do NOT ship a competing 5-round reviewer
Spec format planning-doctrine The spec is a plan; use the canonical structure, not a bespoke one

If you find yourself writing a bespoke reviewer or a new plan format, stop — that's the anti-pattern this skill exists to avoid.

Read the full file on GitHub · 192 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. 11d ago First seen · 192 lines · 182 tokens per session scan A 17b891e2b4d4

Subscribe to this mod's changes

consultation is a skill published in the GitHub repository matteotitta/genesys-skills (36 stars, last pushed 1mo ago), licensed MIT. It adds 182 tokens to every session and 2,448 once invoked, about $0.0009 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-30.

Related

Other skills, from other repositories

gingiris-b2b-growth

🇺🇸 B2B SaaS Growth — PLG vs SLG Playbook — Diagnose whether your problem is distribution, pricing, or PMF. PLG/SLG selection by ACV and sales cycle, the 5-stage path from $0 to $10M ARR, NRR discipline, affiliate & channel motion, enterprise tiering. Built from HeyGen, Deel, Vercel, Supabase, Snowflake patterns.…

Gingiris-1031/gingiris-skills · 484 tokens

gr-b2b-growth

A guide to growing a business-to-business software product from early user research to large-scale sales. B2B software is sold to companies rather than individual consumers.

Gingiris-1031/gingiris-skills · 83 tokens

go-to-market-playbook

A reusable Go-to-Market strategy template for both B2B and B2C launches. Covers positioning, messaging, ICP definition, channel selection, and competitive analysis frameworks. By @WeiYipei.

Gingiris-1031/gingiris-skills · 48 tokens

gingiris-go-global

🇺🇸 AI Product / SaaS Go-Global Complete SOP — From competitor research to launch to monetization. A full-cycle playbook covering Phase 0-5 (market validation, positioning, first 100 users, user interviews, beta-to-growth) plus open-source launch, Product Hunt, Reddit, SEO/GEO, conversion, and org principles.…

Gingiris-1031/gingiris-skills · 534 tokens

gr-competitor-research

Your competitor just launched. You have no idea how they grew so fast. Should you reverse-engineer their website? Track their social media? Map their growth flywheel? This gives you the complete SOP — from Wayback Machine snapshots to X/Twitter propagation analysis to growth flywheel scoring. Built from 150+ AI…

Gingiris-1031/gingiris-skills · 582 tokens

ai-launch-playbook

Launch your AI product to global attention — the playbook behind Manus, Devin, and AFFiNE's breakout launches. Covers AI-specific GTM strategy, hype cycle management, waitlist tactics, and multi-market rollout for maximum day-one impact.

Gingiris-1031/gingiris-skills · 54 tokens