Client proposal generator
Skill bg-szy/TOP-SKILLS/skills/claude-skills/client-proposal-generator
Generates full consulting proposals from a brief. Input client name, problem description, and rough scope. Outputs proposal.md with executive summary, problem statement, proposed approach, timeline, team, pricing tiers, and terms. Researches client company for personalization. Multiple pricing models. Professional formatting matching consulting standards.From its SKILL.md
npx -y skills add bg-szy/TOP-SKILLS --skill client-proposal-generatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.4 KB, 594 tokens by cl100k_base, as published. Nobody here has run it
Client Proposal Generator
Transform a brief description into a complete, professionally formatted consulting proposal (proposal.md), researching the client company for personalization and structuring the document with proven consulting frameworks.
Contents
references/inputs.md-- Required and optional inputs, defaults, one-liner extractionreferences/research.md-- Client web research checklist and research brief templatereferences/problem-and-solution.md-- Problem decomposition, methodology selection, phase and deliverable templatesreferences/timeline.md-- Duration estimation and timeline formatreferences/team.md-- Role framework and team section formatreferences/pricing.md-- Pricing models, 3-tier framework, rate benchmarks, calibration, payment termsreferences/terms.md-- Standard terms and conditions blockreferences/output-template.md-- Full proposal document structure and delivery summaryreferences/tone-and-quality.md-- Tone variants, pre-delivery quality checklist, error handling
Workflow
- Gather input. Collect required fields (client name, contact, problem, firm name) and optional fields; infer the rest from context. See
references/inputs.md. - Research the client. Pull company overview, recent news, tech signals, industry context, and competitors; organize into a research brief. See
references/research.md. - Frame the problem and design the solution. Decompose into root problem, symptoms, business impact, stakeholders, and urgency; select a methodology and define phases and deliverables. See
references/problem-and-solution.md. - Construct the timeline. Estimate duration, lay out phases with milestones, and state dependencies and assumptions. See
references/timeline.md. - Compose the team. Map roles and allocations; use placeholder names if none provided and never fabricate credentials. See
references/team.md. - Build pricing. Select a model (default: 3-tier fixed), set tier prices from rate benchmarks or a supplied budget, and add payment terms. See
references/pricing.md. - Add terms and conditions. Insert the standard block, adjusting scope, IP, and assumptions to the engagement. See
references/terms.md. - Assemble and write the proposal. Combine all sections into the output structure and write the file. See
references/output-template.md. - Run the quality check. Verify accuracy, consistency, no placeholders, and no fabricated facts; match the selected tone. See
references/tone-and-quality.md. - Deliver and summarize. Write to the output path and present the delivery summary with personalization applied and review recommendations. See
references/output-template.md.
Guardrails
- Never fabricate case studies, team bios, credentials, or client facts. Omit rather than invent.
- If web research yields nothing, proceed without personalization and flag it.
- Leave no placeholder markers in the delivered document.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.