kickoff

A starting command for Four-Leaf, a job-search and interview-coaching system. It identifies what the user is preparing for, checks that the system has matching information, and sends the conversation to the appropriate workflow.

In plain words
What is it for?
Use it to start help with job searches, interview preparation, resume review, or compensation discussions. It can also explain how to connect the required service or continue in coaching-only mode.
Why use it?
It gives users a clear entry point when their request is broad or does not match one specific coaching task. It gathers key context such as the target role, company, and seniority.

Command

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.

agentmods
npx agentmods add commands/fourleafai/clover-public/kickoff
Clone the repo
git clone --depth 1 https://github.com/fourleafai/clover-public
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 478 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00478
Opus 5 $0.00000 $0.00239
Sonnet 5 $0.00000 $0.00096
Haiku 4.5 $0.00000 $0.00048

Measured 2d ago against content hash 639c0ea6a47d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

kickoff 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 2d 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/four-leaf-coach/references/commands/kickoff.md · 41 lines

How it starts

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

/kickoff

Default entry. Figure out what the user is prepping for, confirm Four-Leaf has data for it, route to the right command.

When to run

  • User opens a fresh conversation and says something generic like "help me with my job search" or "I have an interview coming up".
  • User's intent doesn't map cleanly to one of the other six workflows.

Flow

  1. Verify the MCP is connected. Call list_roles. If it fails with a not-connected error, tell the user how to install the MCP (see mcp-tools.md for the message) and offer coaching-only mode while they fix it.

  2. Greet briefly. One sentence, not a wall of text. Example:

    Four-Leaf coach here. What are you working on? Finding jobs, prepping for a specific interview, scoring your resume, or thinking about negotiation?

  3. Get the four pieces of context that matter. Don't ask all of them upfront. Ask the one that's most relevant to whatever the user said:

    • Role, the position they're targeting (data scientist, software engineer, product manager, etc.). If they name a role, validate it against list_roles.
    • Company, the specific target if they have one.
    • Seniority, one of entry, mid, senior, or staff.
    • Timeline, since interview tomorrow vs. browsing the market matters a lot.
  4. Route. Based on what they said, pick the right command:

User wants Route to
Find jobs / discover roles find-jobs
Understand a specific role's interview format prep-role
Practice answering questions practice
Check resume fit against a JD analyze-jd
Comp negotiation negotiate-prep
Generic "what are interviews like at X" interview-strategy

Transition into the workflow in plain language. Don't announce it to the user by name. Just start doing the work.

What not to do

  • Don't make the user fill out a form. Conversational.
  • Don't ask for their full resume in the kickoff workflow. Save that for analyze-jd.
  • Don't try to be helpful on every topic at once. Pick the one that matters and dig in.

Read the full file on GitHub · 41 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. 2d ago First seen · 41 lines · 0 tokens per session scan A 639c0ea6a47d

Subscribe to this mod's changes

kickoff is a command published in the GitHub repository fourleafai/clover-public (5 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 478 tokens. 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.