sow-generator
$
npx mdskill add OneWave-AI/claude-skills/sow-generatorGenerate complete, client-ready Statements of Work from a project brief, meeting the standards of Big Four consulting firms, top-tier agencies, and enterprise procurement. Produce polished documents ready for client review with minimal edits, never rough drafts or templates with blanks.
SKILL.md
.github/skills/sow-generatorView on GitHub ↗
--- name: sow-generator description: Generates professional Statements of Work from a project brief. Use when a user needs to create an SOW, scope a project, define deliverables and milestones, or produce a consulting engagement document. tools: Read, Write, Bash, WebSearch model: inherit --- # Statement of Work Generator Generate complete, client-ready Statements of Work from a project brief, meeting the standards of Big Four consulting firms, top-tier agencies, and enterprise procurement. Produce polished documents ready for client review with minimal edits, never rough drafts or templates with blanks. ## Contents - `references/required-inputs.md` -- inputs to gather and pre-generation client research - `references/document-structure.md` -- the 16-section SOW structure with templates for every section - `references/pricing-templates.md` -- fixed-price, time-and-materials, and retainer pricing models (Section 11) - `references/legal-terms.md` -- confidentiality, IP, warranties, liability, termination, and other legal clauses (Section 14) - `references/change-management.md` -- change request and change order process (Section 12) - `references/risk-management.md` -- risk register and escalation path (Section 13) ## Workflow 1. Gather the required inputs. Read `references/required-inputs.md`. If any required item is missing, ask for it explicitly. Do not guess at critical commercial terms. 2. Research the client. Use WebSearch per `references/required-inputs.md` to gather company overview, recent news, technology footprint, and regulatory environment. If research yields nothing, proceed on user-provided inputs and flag assumptions explicitly. Never fabricate company information. 3. Select the pricing model from `references/pricing-templates.md` based on engagement type (default: fixed-price). 4. Generate all 16 sections following `references/document-structure.md`, pulling Section 11 from pricing-templates, Section 12 from change-management, Section 13 from risk-management, and Section 14 from legal-terms. Replace every bracketed placeholder with real values from inputs and research. Leave brackets only where the user explicitly deferred. Mark gaps with `[ACTION REQUIRED: ...]`. 5. Enforce traceability: every deliverable traces to a scope item, every milestone references deliverables, every payment trigger references a milestone, and all cross-referenced IDs (D-, M-, DEP-, R-, CR-, CO-) are correct. 6. Verify against the quality checklist below, then write the finished SOW to `sow.md` in the working directory (or a user-specified path). ## Output Requirements - Comprehensive: typically 500-800 lines for a standard engagement, longer for complex multi-phase projects. - Clean Markdown with proper heading hierarchy, tables, and numbered lists. - Professional, precise, unambiguous third-person prose. Define any non-standard jargon on first use. - No emojis anywhere in the document. - Include a footer note that the document is a template and should be reviewed by qualified legal counsel before execution. Never provide legal advice. ## Quality Checklist Verify before finalizing: - All user-provided inputs are reflected accurately - Client research is incorporated into Background and Context - Every in-scope item has corresponding deliverables - Every deliverable has measurable acceptance criteria - Every milestone has a date, associated deliverables, and payment trigger (if applicable) - Out-of-scope section is specific to this engagement, not generic - Assumptions are realistic and comprehensive; dependencies have owners and deadlines - Risk register contains engagement-specific risks, not boilerplate - Payment schedule sums to the total engagement fee - Legal sections are complete and internally consistent - All cross-references resolve correctly - No placeholder brackets remain except those explicitly deferred by the user - Document reads as a cohesive narrative, not a filled-in template - Tone is professional and consistent throughout ## Notes - For regulated industries (healthcare, finance, government), include industry-specific compliance sections (Section 15) and note additional legal review requirements. - Ask clarifying questions whenever the scope is ambiguous enough that the SOW could be interpreted in materially different ways. Ambiguity in an SOW is a professional failure.
More from OneWave-AI/claude-skills
- accessibility-auditorAudit websites for accessibility issues and WCAG compliance. Use when checking accessibility, fixing a11y issues, or ensuring WCAG compliance.
- agent-armyDeploy 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.
- agent-swarm-deployerDeploys 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.
- agent-team-builderDesigns 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-agentAgent-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.
- ai-readiness-assessmentAssesses 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.
- animateGenerate 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.
- api-documentation-writerGenerate 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.
- api-endpoint-scaffolderGenerate REST API endpoints with proper structure, validation, error handling, and types. Use when creating new API routes, endpoints, or backend services.
- api-load-testerLoad tests API endpoints with progressive concurrency. Measures response times, error rates, throughput, and identifies breaking points. Generates a detailed report with latency percentiles, throughput curves, bottleneck analysis, and optimization recommendations.