From pm-veterinary
Builds tiered veterinary treatment plans with cost estimates and empathetic framing for owner conversations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-veterinary:treatment-plan-estimateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The hardest conversation in a vet practice is money, and avoiding it hurts everyone — the owner feels ambushed by the bill, the pet gets under-treated, the practice eats the loss. This skill builds a plan with honest options at different price points and frames the estimate so the owner can choose with full information and no shame.
The hardest conversation in a vet practice is money, and avoiding it hurts everyone — the owner feels ambushed by the bill, the pet gets under-treated, the practice eats the loss. This skill builds a plan with honest options at different price points and frames the estimate so the owner can choose with full information and no shame.
Given the presentation and the recommended workup/treatment, produce the full plan and estimate — offer tiered options, use plain owner-facing language, and label cost figures as estimate ranges to be confirmed by the practice. Never diagnose beyond the information given or state prices as exact.
Ask for (if not provided, else infer and label):
What's going on (or what we need to find out), and why each step is recommended — jargon translated for the owner.
| Tier | What it includes | Why | Estimated cost (range) |
|---|---|---|---|
| Recommended (gold standard) | full workup/treatment | best outcome/certainty | |
| Acceptable alternative | the pragmatic middle | good care within constraints | |
| Minimum / palliative | comfort + essentials | when budget is tight or prognosis guarded |
Line items with ranges; note what could change the total (findings, complications).
How to present it with empathy: normalize asking about cost, present options without judgment, avoid pressure, and offer any payment options/financing the practice supports. Make clear a "no" to the top tier is a valid, respected choice.
What the owner is agreeing to, the deposit/authorization, and the decision point (what happens if findings change the plan mid-procedure).
npx claudepluginhub mohitagw15856/pm-claude-skills --plugin pm-veterinaryGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.