Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Prep A Meeting

ASecurity

Prep me for a meeting in the shape that fits: a one-page call prep with the right questions for the deal's weakest qualification pillar, or an account review pack with shipped outcomes, usage trend, risks, and renewal runway. Both pull from your playbook and the deal or customer history - no generic templates.

113 stars
0 votes
0 copies
0 views
Added 9/19/2026
businessgo

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add gethouston/houston --skill prep-a-meeting --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Prep A Meeting?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Prep A Meeting
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/gethouston-prep-a-meeting/badge)](https://www.skillsdirectory.com/skills/gethouston-prep-a-meeting)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: prep-a-meeting
description: "Prep me for a meeting in the shape that fits: a one-page call prep with the right questions for the deal's weakest qualification pillar, or an account review pack with shipped outcomes, usage trend, risks, and renewal runway. Both pull from your playbook and the deal or customer history - no generic templates."
version: 1
category: Sales
featured: yes
image: handshake
integrations: [googlecalendar, hubspot, salesforce, attio, gong, fireflies, stripe, linkedin]
x_houston:
  created_by: houston
  skill_schema: 1
---


# Prep A Meeting

One skill, two meeting-prep shapes. `type` param pick structure. Playbook-grounding + "no generic templates" shared.

## Parameter: `type`

- `call`  -  pre-call one-pager (discovery / demo / followup / late-stage). Goal · attendees · questions · objections · exit criteria.
- `account-review`  -  quarterly account review pack for existing customer. Outcomes · usage trend · open asks · risks · next-quarter goal.

User ask names type plain English ("call prep", "account review") → infer. Else ask ONE question naming 2 options.

## When to use

- Explicit triggers in description.
- Implicit: `brief-me-for-today` detect imminent meeting no prep, chain here for `type=call`; customer-retention routine chain here for `type=account-review` before renewal window.

## Connections I need

I run external work through Composio. Before this skill runs I check that the categories below are linked. Missing → I name the category, ask you to connect it from the Integrations tab, stop.

- **Calendar**  -  pull meeting time and attendees. Required.
- **CRM**  -  read the deal or customer record (stage, owner, contacts). Required.
- **Meetings**  -  pull prior call transcripts for `type=call`. Optional.
- **Social**  -  enrich attendee profiles via LinkedIn. Optional.
- **Billing**  -  pull billing state for `type=account-review`. Optional.

If calendar or CRM aren't connected I stop and ask you to connect them first  -  prep is grounded in the meeting and the deal.

## Information I need

I read your sales context first. For every required field that's missing I ask ONE plain-language question (best modality: connected app > file drop > URL > paste) and wait.

- **Your sales playbook**  -  Required. Why I need it: I prioritize questions against your qualification framework and pull your primary first-call goal. If missing I ask: "I don't have your playbook yet  -  want me to draft it now?"
- **Which meeting this is for**  -  Required. Why I need it: I pull the calendar event, attendees, and the deal it ties to. If missing I ask: "Which meeting do you want me to prep  -  who's it with and roughly when?"
- **Connected CRM**  -  Required. Why I need it: I read deal stage and prior touches to focus the question bank. If missing I ask: "Connect your CRM (HubSpot, Salesforce, Attio, Pipedrive, or Close), or paste the deal context."
- **Product usage source**  -  Optional, helpful for `type=account-review`. Why I need it: I cite real usage trends. If you don't have it I keep going with TBD on the usage section.

## Steps
<!-- houston-workflow:v1 -->

1. **Read ledger + playbook.** Gather missing required fields (ONE question each, best-modality first). Write atomically.

2. **Branch on type.**
   - `call`:
     1. Read deal row `deals.json` + prior call notes `calls/{slug}/`. Read account brief `accounts/{slug}/brief-*.md` (chain `research-an-account depth=full-brief` if missing + user approves).
     2. Pull meeting details Google Calendar (via Composio) if meeting time specified. Capture attendees (title + role, enrich via LinkedIn if thin).
     3. Compile one-pager:
        - **Meeting goal**  -  from playbook primary first-call goal, adjust for stage (discovery / demo / late-stage).
        - **Attendees**  -  name, title, 1-line profile + likely motivation this meeting.
        - **Context recap**  -  2-3 bullets from account brief + prior call analysis.
        - **Question bank**  -  5-8 questions from playbook qualification framework. Prioritize weakest pillar on current deal state (reference prior call analyses if exist).
        - **Likely objections**  -  top 2 from playbook objection handbook + current best reframe per.
        - **Exit criteria**  -  what must be true at call-end for deal advance stage (from playbook deal-stages + exit-criteria section).
        - **Landmines to avoid**  -  anything from `call-insights/*.md` flagged loss pattern for segment.
     4. Save `deals/{slug}/call-prep-{YYYY-MM-DD}.md` (atomic `*.tmp` → rename). Create `deals/{slug}/` if missing.
     5. Update `deals.json` row  -  set `lastCallPrepAt`.
   - `account-review`:
     1. Read customer row `customers.json` + prior account review (`customers/{slug}/account-review-*.md`) to make this update, not rewrite.
     2. Pull usage trend via PostHog / Mixpanel / Amplitude (if connected). Pull billing state via Stripe. Pull open support tickets if ticket tool connected.
     3. Compile account review pack:
        - **Outcomes shipped**  -  against success metric locked at kickoff (from `customers/{slug}/onboarding-plan.md` if exists). Show numbers.
        - **Usage trend**  -  quarter-over-quarter. Cite metric source.
        - **Open asks**  -  open feature requests + support escalations.
        - **Risks**  -  yellow/red drivers from latest `score-my-pipeline subject=customer-health` run.
        - **Next-quarter goal**  -  one concrete outcome, tied to product roadmap if visible.
        - **Renewal runway**  -  days to renewal + pricing stance reminder (from playbook).
     4. Save `customers/{slug}/account-review-{YYYY-QN}.md`.
     5. Update `customers.json` row  -  set `lastAccountReviewAt`.

3. **Append to `outputs.json`**  -  read-merge-write atomically: `{ id (uuid v4), type: "call-prep" (for call) | "account-review-prep" (for account-review), title, summary: "<meeting goal | top risk + top outcome>", path, status: "ready", createdAt, updatedAt, domain: "<meetings | retention>" }`.

4. **Summarize to user.** Meeting goal (or top outcome for account review) + top 3 questions (or top risk for account review) inline. Path to full prep.

## What I never do

- Invent attendees, usage numbers, prior-call facts. Every row cite source.
- Ship generic discovery-call template  -  every question bank prioritized against deal current qualification state.
- Write account review as dashboard  -  narrative with 3 risks + 3 wins, not graph.

## Outputs

- `call` → `deals/{slug}/call-prep-{YYYY-MM-DD}.md`; updates `deals.json`.
- `account-review` → `customers/{slug}/account-review-{YYYY-QN}.md`; updates `customers.json`.
- Append `outputs.json`.

Attribution

gethoustongethouston
View sourceMore from gethouston →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →