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.
npx skills add minhnv0807/ai-business-skills --skill 20-client-intake-brief-globalgit clone --depth 1 https://github.com/minhnv0807/ai-business-skillsWrote 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.
[](https://agentmods.dev/skills/minhnv0807/ai-business-skills/20-client-intake-brief-global)<a href="https://agentmods.dev/skills/minhnv0807/ai-business-skills/20-client-intake-brief-global"><img src="https://agentmods.dev/badge/skills/minhnv0807/ai-business-skills/20-client-intake-brief-global/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.
<a href="https://agentmods.dev/skills/minhnv0807/ai-business-skills/20-client-intake-brief-global"><img src="https://agentmods.dev/badge/skills/minhnv0807/ai-business-skills/20-client-intake-brief-global.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00168 | $0.04120 |
| Opus 5 | $0.00084 | $0.02060 |
| Sonnet 5 | $0.00034 | $0.00824 |
| Haiku 4.5 | $0.00017 | $0.00412 |
Grade A, and why
20-client-intake-brief-global 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.
How it starts
The opening of the file, as written. The whole thing — 342 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Client Intake Brief (Global, Generic)
Role of this skill: This is the input gate for every marketing engagement.
Other "brief" skills are produced by the agency for internal teams or vendors:
02-campaign-brief-global— agency drafts for execution team06-ugc-egc-brief-global— agency drafts for creators12-landing-page-brief-global— agency drafts for designers/devsThis skill is different — it is the document the client fills in for the agency so the agency has structured input to plan from.
Note on industry variants: v2.5 ships a single generic English template. Industry-specific variants (SaaS, DTC, healthcare, real estate, etc.) may be added in v2.6+ based on demand. The generic template is designed to work across categories — agencies should add 1–2 industry-specific questions in Section B and Section I as needed.
For Newbies
A bad intake produces a bad plan. Most agency-client relationships fail in the first 30 days because the agency built a strategy on assumptions instead of facts.
This brief is your insurance policy. It forces the client to write down what they often only carry in their head — their actual customer, their real budget, what success means to them, what they've already tried, what's off-limits.
Two failure modes to avoid:
- Brief is too short — agency starts work with 5 lines of context, makes wrong assumptions, three rounds of revisions follow.
- Brief is too long — client abandons it halfway, fills the rest with "TBD," agency starts work blind anyway.
The 11-section template below is the minimum viable intake — designed to be completable in 30–45 minutes by a non-marketer founder.
When to Use This Skill
| Situation | Use this skill? |
|---|---|
| New client inquiry — collect info before quoting | YES |
| Starting a new marketing project — need structured input | YES |
| Re-brief when client expands scope or pivots goals | YES |
| Onboarding a long-term retainer client | YES |
Already have full context from extensive discovery calls — go straight to 00-marketing-plan-global |
NO |
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.
- 12d ago First seen · 342 lines · 168 tokens per session scan A 746066077c09
20-client-intake-brief-global is a skill published in the GitHub repository minhnv0807/ai-business-skills (572 stars, last pushed 26d ago), licensed MIT. It adds 168 tokens to every session and 4,120 once invoked, about $0.0008 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.
Other skills, from other repositories
kanban-video-orchestrator
Plan and run multi-agent video production pipelines.
sdlc-review
Review Kanban handoffs and route verified outcomes.
teams-meeting-pipeline
Teams meeting summaries, job replay, Graph subscriptions.
batch
Research and plan a large-scale change, then execute it in parallel across 5–30 isolated worktree agents that each open a PR.
meeting-action-items
Turn meeting notes into cited decisions, owners, tickets.
subagent-dag-orchestration
Use when a task breaks into several distinct steps that a separate sub-agent could each carry out. A DAG node dispatches to an agent on the roster and cannot call your own tools, so steps that are just your own tool calls (reading files, small edits, running commands) are not a DAG for being many - do those yourself.…