AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Evp Kickoff

skill-cmj-hub-claude-evp-evp-kickoff · by cmj-hub

Adaptive router for the EVP skill pack. Detects state (brand-config? SOUL? primary EVP locked per tier? competitors named? proofs reservoir?) and picks the next-best step. Loaded by the main evp skill on bare invocation.

No reviews yet
0 installs
23 views
0.0% view→install

Install

$ agentstack add skill-cmj-hub-claude-evp-evp-kickoff

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-cmj-hub-claude-evp-evp-kickoff)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Evp Kickoff? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

EVP Kickoff — adaptive router

State-aware router for EVP work.

Activation

Loaded by evp on bare invocation, or:

  • "Where do I start with EVPs"
  • "What's next for our positioning"

State detection

state = {
    "has_brand_config":   file_exists("brand-config.json"),
    "has_soul":           file_exists("SOUL.md"),
    "has_psp":            file_exists("brand-config.json") and brand_config.psp.primary_pain != "",
    "primary_tier_set":   brand_config.primary_outreach_tier in [1,2,3,4,5],
    "tier_2_locked":      brand_config.evp_drafts.tier_2_problem_aware.primary != "",
    "tier_3_locked":      brand_config.evp_drafts.tier_3_solution_aware.primary != "",
    "tier_4_locked":      brand_config.evp_drafts.tier_4_product_aware.primary != "",
    "has_proofs":         len(soul.proofs_reservoir) >= 3,
    "has_competitors":    len(brand_config.competitors) > 0,
}

| State | Route to | |---|---| | !has_brand_config OR !has_soul | evp-onboarding | | !has_psp | "Install cmj-hub/claude-psp first — EVPs without a PSP are guesses" | | has_psp AND !primary_tier_set | "Pick your primary outreach tier (most common is Tier 3)" | | primary_tier_set AND !tier_3_locked (assuming T3 primary) | evp-craft (lock primary tier) | | tier_3_locked AND !has_proofs | "Mine 3 proofs into SOUL.md before publishing the EVP" | | tier_3_locked AND has_proofs AND !tier_2_locked | evp-craft for Tier 2 (problem-reveal variant) | | tiers 2/3/4 locked AND has_competitors | evp-brief (build the 3-tier brief) | | brief_built | "EVPs operational. Re-run every 90 days. Plug into claude-cold-email next." |

Welcome flow

> /evp

Welcome.

[Detected: brand-config.json missing]

You're at step 1 of 5:
1. ⬜ Onboarding — capture tier + outcomes + tradeoffs + proofs   ← YOU ARE HERE
2. ⬜ Lock primary-tier EVP (3 variants generated, pick 1)
3. ⬜ Lock Tier 2 + Tier 4 EVPs for full coverage
4. ⬜ Build 3-tier brief (the canonical messaging doc)
5. ⬜ Re-evaluate every 90 days

Step 1 takes ~10 minutes. Ready? (y/n)

References

  • ../evp-onboarding/SKILL.md
  • ../evp-craft/SKILL.md
  • ../evp-brief/SKILL.md

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

  • Author: cmj-hub
  • Source: cmj-hub/claude-evp
  • License: MIT
  • Homepage: https://jaymountconsulting.com/learn/courses/evp-generator

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.