This skill should be used when the user asks to "estimate proposal cost", "calculate pricing", "build a cost estimate", "price this proposal", "what should we quote", "generate pricing", "calculate man-month rates", or needs to convert hourly billing rates into monthly/total project costs for engineering consultancy proposals.
Calculate commercial proposal amounts for engineering consultancy services based on the company's rate card, staffing requirements extracted from client RFPs, and gap analysis results.
Before pricing, ensure the following are available:
The standard rate card has two sections:
| Code | Category | Description |
|---|---|---|
| ENG-SE | Senior Engineer | Senior discipline engineers with 10+ years |
| ENG-E | Engineer | Mid-level engineers, resident engineers, QS, HSE |
| ENG-JE | Junior Engineer | Assistant engineers, officers, inspectors |
| ENG-SD | Senior Designer | Lead CAD/BIM designers |
| ENG-D | Designer | CAD operators, draftsmen |
| Code | Category | Description |
|---|---|---|
| PM-SE | PM Senior Engineer | Project managers, design leads |
| PM-E | PM Engineer | Planning engineers, project coordinators |
Monthly Rate = Hourly Rate x Standard Hours per Month
Standard Hours per Month = ~~working_hours_per_month (~~working_days_per_month working days x 8 hours)
Position Total = Monthly Rate x Number of Months x Quantity
Group positions by consultancy stage:
For positions identified as third-party/subcontract in gap analysis:
Third-Party Cost = Base Rate x Third-Party Markup Factor (~~third_party_markup)
Subtotal = Stage A + Stage B + Stage C + Stage D
~~tax_name = Subtotal x ~~tax_rate
Grand Total = Subtotal + ~~tax_name
Generate an Excel workbook with these sheets:
Use Excel formulas (not hardcoded values) so the client can adjust inputs.
For output formatting and Excel creation best practices, use the xlsx skill. For Word report formatting, use the docx skill. For PowerPoint presentations, use the pptx skill.