From consulting-ops
Draft a proposal or statement of work (SOW) for a client and turn it into a sendable PDF. Use when the owner says "write a proposal", "draft a SOW", "send <client> a proposal", "quote <client>", or wants to pitch/win new work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/consulting-ops:new-proposalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this in a consulting vault. Proposals are how the firm **wins** work (the sell
Use this in a consulting vault. Proposals are how the firm wins work (the sell side), the counterpart to projects (deliver).
clients/<slug>.md). If it's a prospect you don't have
yet, create it first with the new-client skill (a prospect is just a Client
with status: Prospect).proposals/<client-slug>-<short-name>.md:
---
type: Proposal
related_to: "[[<client-slug>]]"
status: draft
value: <expected fee>
currency: <CCY>
---
Then a concise, client-ready body:
## Overview (the problem and the outcome you'll deliver)
## Scope (what's included — and explicitly what's not)
## Deliverables
## Timeline
## Pricing (the fee and how it's billed)
## Terms (payment terms, assumptions, validity)
uv run scripts/to_pdf.py proposals/<name>.md.status: accepted and start the engagement with the new-project skill,
carrying the agreed price into the project's billing (fixed amount or hourly
rate).Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub hudgeon/business-vault-plugins --plugin consulting-ops