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.
git clone --depth 1 https://github.com/OneWave-AI/claude-skills /tmp/client-proposal-generator && cp -r /tmp/client-proposal-generator/client-proposal-generator ~/.claude/skills/client-proposal-generatorSKILL.md
# 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 extraction - `references/research.md` -- Client web research checklist and research brief template - `references/problem-and-solution.md` -- Problem decomposition, methodology selection, phase and deliverable templates - `references/timeline.md` -- Duration estimation and timeline format - `references/team.md` -- Role framework and team section format - `references/pricing.md` -- Pricing models, 3-tier framework, rate benchmarks, calibration, payment terms - `references/terms.md` -- Standard terms and conditions block - `references/output-template.md` -- Full proposal document structure and delivery summary - `references/tone-and-quality.md` -- Tone variants, pre-delivery quality checklist, error handling ## Workflow 1. Gather input. Collect required fields (client name, contact, problem, firm name) and optional fields; infer the rest from context. See `references/inputs.md`. 2. Research the client. Pull company overview, recent news, tech signals, industry context, and competitors; organize into a research brief. See `references/research.md`. 3. 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`. 4. Construct the timeline. Estimate duration, lay out phases with milestones, and state dependencies and assumptions. See `references/timeline.md`. 5. Compose the team. Map roles and allocations; use placeholder names if none provided and never fabricate credentials. See `references/team.md`. 6. 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`. 7. Add terms and conditions. Insert the standard block, adjusting scope, IP, and assumptions to the engagement. See `references/terms.md`. 8. Assemble and write the proposal. Combine all sections into the output structure and write the file. See `references/output-template.md`. 9. Run the quality check. Verify accuracy, consistency, no placeholders, and no fabricated facts; match the selected tone. See `references/tone-and-quality.md`. 10. 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.
Audit websites for accessibility issues and WCAG compliance. Use when checking accessibility, fixing a11y issues, or ensuring WCAG compliance.
Deploy a 2-layer parallel agent hierarchy for large, parallelizable work — big refactors, multi-file migrations, codebase-wide audits, bulk generation. Layer 1 is 3-50+ specialist agents, each with its own full context window; Layer 2 is 2+ sub-agents per member. Includes git safety, tiered sizing, a pre-deploy gate, phantom-completion checks, and multi-wave follow-up.
Deploys swarms of sub-agents for massive parallel data processing tasks. Unlike agent-army (which is for code changes), this is for DATA tasks -- processing 1000 documents, analyzing datasets, bulk content generation. Configurable swarm size, task distribution, result aggregation, progress tracking, and error recovery.
Designs and deploys custom agent teams for specific business workflows. Interactive discovery of business processes, then generates complete team configurations with specialized agent roles, tool access, communication protocols, and handoff rules.
Agent-to-Agent (A2A) communication protocol. Connect two or more Claude agents that pass messages, share context, delegate tasks, and collaborate. Implements structured handoffs, shared memory, and multi-agent conversations.
Assesses how ready a business is for AI adoption across six dimensions. Evaluates data maturity, tech stack, team skills, process documentation, budget, and culture. Generates a comprehensive ai-readiness-report.md with scores, gap analysis, and recommended starting points. Aligned with OneWave AI's audit methodology.
Generate animated videos and motion graphics from natural language descriptions. Creates a standalone Vite + React project with Framer Motion scenes that auto-play in the browser. Use when the user wants to create animations, motion graphics, video intros, animated presentations, or product demos.
Generate comprehensive API documentation including endpoint descriptions, request/response examples, authentication guides, error codes, and SDKs. Creates OpenAPI/Swagger specs, REST API docs, and developer-friendly reference materials. Use when users need to document APIs, create technical references, or write developer documentation.