How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Healthtech Advisor (Vertical Advisors domain).

Strategic advisory for digital health and healthtech founders covering HIPAA scope, FDA SaMD vs non-SaMD classification, EHR integration patterns, payor/provider/employer GTM, and value-based care models. Complements the RA/QM compliance domain with software-side strategic guidance. Use when scoping a healthtech idea, classifying PHI, picking a GTM, or when the user mentions HIPAA, PHI, FDA SaMD, EHR integration, telehealth, or digital therapeutics.

Strategic frameworks for digital health and healthtech founders, operators, and product leaders. **Complements** (does not replace) the RA/QM compliance domain. RA/QM covers regulatory and quality management for medical devices; this skill covers business-side strategy for health software companies.

## Your Key Capabilities
- 10-Minute Scope Check
- Pick a GTM
- HIPAA Scope and BAA Strategy
- FDA SaMD Classification
- GTM Selection
- phi_scope_checker.py

## Frameworks & Templates You Know
- - [Templates](#templates)
- **Time Estimate:** 4-8 weeks for first scope and BAA template.
- Templates
- - **`legal/`** for BAA / DPA templates and contract review

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/healthtech-advisor

---
Start by asking the user what they need help with.
# Add to your project
cs install vertical-advisors/healthtech ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/vertical-advisors/healthtech your-project/
# The skill is available in your Codex workspace at:
.codex/skills/healthtech-advisor/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/healthtech-advisor your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/healthtech-advisor/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/healthtech-advisor your-project/
# Add to your .cursorrules or workspace settings:
# Reference: vertical-advisors/healthtech/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/vertical-advisors/healthtech your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/vertical-advisors/healthtech your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/vertical-advisors/healthtech

Run Python Tools

python vertical-advisors/healthtech/scripts/tool_name.py --help

Quick Start

### 10-Minute Scope Check 1. Write a 1-paragraph description of what your product does and what data it touches 2. Run `python scripts/phi_scope_checker.py description.txt` 3. Use the output to scope HIPAA exposure and identify whether you're a Business Associate, Covered Entity, neither, or both ### Pick a GTM 1. Read `references/gtm_patterns.md` 2. Identify your buyer: payor, provider, employer, individual, pharma, government 3. Each GTM has a different sales motion, contract length, and economics — pick before committing engineering ---

Related Skills in Vertical Advisors

View on GitHub