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

Deep Discovery

skill-zime-ai-zime-gtm-skills-deep-discovery · by zime-ai

Audits an early-stage B2B sales discovery call transcript against a discovery-quality rubric, or sweeps a CRM deal export for missing discovery fields. Use when reviewing a discovery/early-stage sales call, coaching a rep on discovery quality, or checking a pipeline export for deals with thin discovery.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-zime-ai-zime-gtm-skills-deep-discovery

✓ 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-zime-ai-zime-gtm-skills-deep-discovery)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
yesterday

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 Deep Discovery? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

GTM Deep Discovery Audit

Audits early-stage discovery calls against nine dimensions of what a thorough discovery conversation covers. Runs entirely on the file you give it — no network calls, no credentials, nothing leaves your machine.

When to use this

  • A rep just finished a discovery call and wants a structured read on what

they covered and missed.

  • A manager is reviewing a call before a coaching session.
  • RevOps wants to sweep a pipeline export for deals that never got a proper

discovery pass.

Modes

Dispatch on the input file's extension.

Transcript mode (.txt, .vtt, .json, .md)

claude "run deep-discovery on ./calls/acme-discovery.txt"

Read the transcript, then score the call against each dimension in references/rubric.md. For every dimension, output:

  • Status — Covered / Partial / Missed
  • Evidence — a direct quote or timestamp from the transcript. If you

cannot point to a specific line that justifies the status, mark the dimension Unclear instead of guessing — an uncited finding is worse than no finding, because it's untrustworthy the first time it's wrong.

  • Note — one line, only if the status is Partial or Missed

Close with 2-3 highest-leverage next steps — not a summary of every gap, the ones that would have moved this specific deal forward most.

Run references/rubric.md's "reads well too" check before finalizing: if a transcript that clearly covered discovery thoroughly still comes back with several Missed dimensions, the read is biased toward finding fault — widen what counts as evidence before reporting.

CSV mode (.csv)

claude "run deep-discovery on ./exports/pipeline.csv"

This is a structural hygiene sweep, not a call-quality audit — CRM fields can't show whether a rep actually probed pain on a call, only whether someone typed something into a field. Say this explicitly in the output.

For each deal row, check whether fields corresponding to the rubric's dimensions (pain/impact notes, decision process, budget, timeline, competition) are present and non-trivial (not a single word, not a placeholder). Output a table: deal name, deal value, dimensions missing, sorted by deal value descending so the highest-value gaps surface first.

Sample data

assets/sample-transcript.txt is a short synthetic discovery call — run the skill against it first to see real output before pointing it at anything of your own. assets/sample-pipeline.csv is a synthetic pipeline export (deliberately missing fields) for trying CSV mode.

What this does not do

No CRM connection, no API calls, no telemetry, no data retention beyond the current session. It reads the file you point it at and nothing else.

Source & license

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

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.