Proposal Sow Delivery
Skill Profile
(Select at least one profile to enable specific modules)
Overview
Professional services delivery encompasses writing proposals, defining scope of work (SOW), managing client expectations, and delivering projects successfully. Essential skills for consultants, agencies, and freelancers.
Why This Matters
- Win rate: Clear proposals win more business
- Scope control: SOW prevents scope creep
- Client satisfaction: Managed expectations = happy clients
- Profitability: Accurate scoping = profitable projects
Core Concepts & Rules
1. Core Principles
- Follow established patterns and conventions
- Maintain consistency across codebase
- Document decisions and trade-offs
2. Implementation Guidelines
- Start with the simplest viable solution
- Iterate based on feedback and requirements
- Test thoroughly before deployment
Inputs / Outputs / Contracts
- Inputs:
- <e.g., env vars, request payload, file paths, schema>
- Entry Conditions:
- <Pre-requisites: e.g., Repo initialized, DB running, specific branch checked out>
- Outputs:
- <e.g., artifacts (PR diff, docs, tests, dashboard JSON)>
- Artifacts Required (Deliverables):
- <e.g., Code Diff, Unit Tests, Migration Script, API Docs>
- Acceptance Evidence:
- <e.g., Test Report (screenshot/log), Benchmark Result, Security Scan Report>
- Success Criteria:
- <e.g., p95 < 300ms, coverage ≥ 80%>
Skill Composition
- Depends on: None
- Compatible with: None
- Conflicts with: None
- Related Skills: None
Quick Start
Assumptions
- Working with B2B clients on consulting projects
- Projects have defined scope and deliverables
- Client has budget and decision-making authority
- Team has relevant domain expertise
- Standard business tools available (email, video conferencing, project management)
Compatibility
- Project Management Tools: Jira, Asana, Trello, Monday.com
- Document Tools: Google Docs, Microsoft Word, Notion
- Communication Tools: Slack, Microsoft Teams, Zoom
- Proposal Tools: PandaDoc, Proposify, DocuSign
- Billing Tools: QuickBooks, Xero, Stripe
Test Scenario Matrix
| Scenario |
Input |
Expected Output |
Verification |
| Create proposal |
Client requirements |
Professional proposal document |
Peer review |
| Define SOW |
Project scope |
Complete SOW document |
Legal review |
| Change request |
Scope change |
CR form with impact assessment |
Client approval |
| Status report |
Weekly progress |
Status report with metrics |
Client acknowledgment |
| Project handover |
Completed project |
Handover checklist complete |
Client sign-off |
| Retrospective |
Project completion |
Lessons learned document |
Team review |
Technical Guardrails
Agent Directives & Error Recovery
(ข้อกำหนดสำหรับ AI Agent ในการคิดและแก้ปัญหาเมื่อเกิดข้อผิดพลาด)
- Thinking Process: Analyze root cause before fixing. Do not brute-force.
- Fallback Strategy: Stop after 3 failed test attempts. Output root cause and ask for human intervention/clarification.
- Self-Review: Check against Guardrails & Anti-patterns before finalizing.
- Output Constraints: Output ONLY the modified code block. Do not explain unless asked.
Definition of Done
A professional services deliverable is complete when:
Anti-patterns
- Generic proposals: Template-heavy, not tailored to client
- Vague scope: Unclear deliverables and acceptance criteria
- Hidden costs: Pricing not transparent, surprises later
- Verbal agreements: Scope changes without written CR
- Poor communication: Infrequent updates, bad news late
- No change process: Accepting all requests without impact assessment
- Unrealistic promises: Over-promising to win business
- Poor documentation: Missing handover materials, knowledge not transferred
Reference Links
Versioning & Changelog
- Version: 1.0.0
- Changelog:
- 2026-02-22: Initial version with complete template structure
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: proposal-sow-delivery3description: Professional services delivery encompasses writing proposals, defining Use when this capability is needed.4---56# Proposal Sow Delivery78## Skill Profile9*(Select at least one profile to enable specific modules)*10- [ ] **DevOps**11- [x] **Backend**12- [ ] **Frontend**13- [ ] **AI-RAG**14- [ ] **Security Critical**1516## Overview17Professional services delivery encompasses writing proposals, defining scope of work (SOW), managing client expectations, and delivering projects successfully. Essential skills for consultants, agencies, and freelancers.1819## Why This Matters20- **Win rate**: Clear proposals win more business21- **Scope control**: SOW prevents scope creep22- **Client satisfaction**: Managed expectations = happy clients23- **Profitability**: Accurate scoping = profitable projects2425## Core Concepts & Rules2627### 1. Core Principles28- Follow established patterns and conventions29- Maintain consistency across codebase30- Document decisions and trade-offs3132### 2. Implementation Guidelines33- Start with the simplest viable solution34- Iterate based on feedback and requirements35- Test thoroughly before deployment363738## Inputs / Outputs / Contracts39* **Inputs**:40 - <e.g., env vars, request payload, file paths, schema>41* **Entry Conditions**:42 - <Pre-requisites: e.g., Repo initialized, DB running, specific branch checked out>43* **Outputs**:44 - <e.g., artifacts (PR diff, docs, tests, dashboard JSON)>45* **Artifacts Required (Deliverables)**:46 - <e.g., Code Diff, Unit Tests, Migration Script, API Docs>47* **Acceptance Evidence**:48 - <e.g., Test Report (screenshot/log), Benchmark Result, Security Scan Report>49* **Success Criteria**:50 - <e.g., p95 < 300ms, coverage ≥ 80%>5152## Skill Composition53* **Depends on**: None54* **Compatible with**: None55* **Conflicts with**: None56* **Related Skills**: None5758## Quick Start59#6061## Assumptions62- Working with B2B clients on consulting projects63- Projects have defined scope and deliverables64- Client has budget and decision-making authority65- Team has relevant domain expertise66- Standard business tools available (email, video conferencing, project management)6768## Compatibility69- **Project Management Tools**: Jira, Asana, Trello, Monday.com70- **Document Tools**: Google Docs, Microsoft Word, Notion71- **Communication Tools**: Slack, Microsoft Teams, Zoom72- **Proposal Tools**: PandaDoc, Proposify, DocuSign73- **Billing Tools**: QuickBooks, Xero, Stripe7475## Test Scenario Matrix76| Scenario | Input | Expected Output | Verification |77|----------|-------|-----------------|--------------|78| Create proposal | Client requirements | Professional proposal document | Peer review |79| Define SOW | Project scope | Complete SOW document | Legal review |80| Change request | Scope change | CR form with impact assessment | Client approval |81| Status report | Weekly progress | Status report with metrics | Client acknowledgment |82| Project handover | Completed project | Handover checklist complete | Client sign-off |83| Retrospective | Project completion | Lessons learned document | Team review |8485## Technical Guardrails86#8788## Agent Directives & Error Recovery89*(ข้อกำหนดสำหรับ AI Agent ในการคิดและแก้ปัญหาเมื่อเกิดข้อผิดพลาด)*9091- **Thinking Process**: Analyze root cause before fixing. Do not brute-force.92- **Fallback Strategy**: Stop after 3 failed test attempts. Output root cause and ask for human intervention/clarification.93- **Self-Review**: Check against Guardrails & Anti-patterns before finalizing.94- **Output Constraints**: Output ONLY the modified code block. Do not explain unless asked.959697## Definition of Done98A professional services deliverable is complete when:99100- [ ] Proposal is tailored to client's specific needs101- [ ] SOW has clear in-scope and out-of-scope items102- [ ] Deliverables are measurable and time-bound103- [ ] Payment milestones align with deliverables104- [ ] Change management process is documented105- [ ] Communication plan is established106- [ ] Weekly status reports are sent107- [ ] All decisions are documented in writing108- [ ] Client sign-off is obtained for each milestone109- [ ] Handover documentation is complete110111## Anti-patterns1121. **Generic proposals**: Template-heavy, not tailored to client1132. **Vague scope**: Unclear deliverables and acceptance criteria1143. **Hidden costs**: Pricing not transparent, surprises later1154. **Verbal agreements**: Scope changes without written CR1165. **Poor communication**: Infrequent updates, bad news late1176. **No change process**: Accepting all requests without impact assessment1187. **Unrealistic promises**: Over-promising to win business1198. **Poor documentation**: Missing handover materials, knowledge not transferred120121## Reference Links122- [Proposal Writing Best Practices](https://www.proposalsmartz.com/proposal-writing-tips/)123- [SOW Templates](https://www.pandadoc.com/sow-template/)124- [Project Management Institute](https://www.pmi.org/)125- [Consulting Success](https://www.consultingsuccess.com/)126127## Versioning & Changelog128129* **Version**: 1.0.0130* **Changelog**:131 - 2026-02-22: Initial version with complete template structure132133---134> Converted and distributed by [TomeVault](https://tomevault.io/claim/amnadtaowsoam) — claim your Tome and manage your conversions.135<!-- tomevault:4.0:skill_md:2026-04-13 -->