From claude-dev-kit-sales
Generates a structured B2B account brief for pre-meeting research, including company overview, news, tech stack, decision structure, pain points, and strategy.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-dev-kit-sales:account-briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- AUTO-GENERATED by scripts/gen_skills.py — DO NOT EDIT. Edit SKILL.md.tmpl instead. -->
Run silently at the start:
python3 scripts/kit_update_check.py 2>/dev/null
If exit code is 1 (update available), show the output to the user once. Do not block the workflow.
Run these checks silently at the start. Use results to adapt behavior:
[ -f issues.md ] — if true, this project uses the sprint system. Respect issue numbering and STATUS.md.[ -f docs/sprint_state.md ] — if true and Status shows running, a sprint is active. Be aware of parallel work in worktrees.[ -f docs/prd_digest.md ] — if true, read it for quick project context before starting.gh auth status before any GitHub operation.At the start of this skill, check if contributor mode is enabled:
python3 scripts/kit_config.py get contributor_mode
If the result is true:
python3 scripts/contributor_report.py --skill <name> --step "<step>" --rating <N> --notes "<friction or suggestion>"
docs/account_brief.md).4a) Invoke the account-researcher agent via the Task tool with the inputs from step 3.
5a) The agent will:
- Read templates/account_brief.md for structure
- Run parallel web research (company basics, recent news, tech stack, competitive landscape)
- Hypothesize decision structure and pain points (clearly labeled as hypothesis)
- Save the brief to the output path
6a) Present the brief to the user. Highlight: top 3 things to know, weakest sections, unresolved questions.
4b) Read the existing brief and present a brief summary.
5b) Ask the user what triggered the update (new meeting, news, contact).
6b) Invoke the account-researcher agent in update mode — it will do targeted research on the changed area only.
7b) Highlight what changed.
/discovery-prep next to generate Discovery questions tailored to this account.NEVER:
INSTEAD:
/discovery-prep to generate the Discovery question plan.npx claudepluginhub pillip/claude-dev-kit --plugin claude-dev-kit-salesGenerates structured pre-meeting briefing documents from company config, research files, Linear projects, meeting history, and fresh intelligence via researcher agent. Saves as Markdown file.
Generates scannable HTML account briefs and call prep documents using Octave GTM intelligence. For internal sales use, not customer-facing.
Deep-researches a single target account into a decision-ready dossier: resolves entity tree, maps buyers, mines live signals, and provides entry angles. Use for sales prep and buyer mapping.