home / skills / a5c-ai / babysitter / quantity-takeoff-calculator
This skill helps estimate construction quantities by calculating concrete volumes, steel weights, earthwork, and material takeoffs from drawings or BIM.
npx playbooks add skill a5c-ai/babysitter --skill quantity-takeoff-calculatorReview the files below or copy the command above to add this skill to your agents.
---
name: quantity-takeoff-calculator
description: Construction quantity takeoff skill for concrete, steel, earthwork, and materials
allowed-tools:
- Read
- Write
- Glob
- Grep
- Edit
- Bash
metadata:
specialization: civil-engineering
domain: science
category: Construction Management
skill-id: CIV-SK-026
---
# Quantity Takeoff Calculator Skill
## Purpose
The Quantity Takeoff Calculator Skill calculates construction quantities including concrete volumes, steel weights, earthwork quantities, and material takeoffs from drawings or BIM models.
## Capabilities
- Concrete volume calculation
- Steel weight calculation
- Earthwork quantities
- Pipe and conduit lengths
- Area calculations (formwork, finishes)
- Unit conversion
- Waste factor application
- BIM-based takeoff
## Usage Guidelines
### When to Use
- Estimating project quantities
- Supporting cost estimates
- Verifying contractor quantities
- Planning material procurement
### Prerequisites
- Design documents available
- Takeoff categories defined
- Unit system established
- Waste factors identified
### Best Practices
- Use consistent methods
- Document measurement rules
- Apply appropriate waste factors
- Cross-check critical items
## Process Integration
This skill integrates with:
- Construction Cost Estimation
- Specifications Development
## Configuration
```yaml
quantity-takeoff-calculator:
categories:
- concrete
- steel
- earthwork
- masonry
- piping
sources:
- bim-model
- drawings
- cad
units:
- imperial
- metric
```
## Output Artifacts
- Quantity summaries
- Material takeoffs
- Cost backup data
- BOM reports
This skill performs construction quantity takeoffs for concrete, steel, earthwork, piping, and general material lists. It produces volume, area, length, and weight outputs and supports unit conversion and waste factor application. Outputs include summarized quantities, material takeoffs, and cost backup data useful for estimating and procurement. It can work from drawings, CAD, or BIM sources when available.
The calculator inspects defined takeoff categories and parses source inputs (BIM models, drawings, or CAD files) to extract geometry and measurements. It computes concrete volumes, steel weights, earthwork cut/fill, pipe lengths, and area-based items, applying unit conversions and user-defined waste factors. Results are grouped into category summaries, BOM-style reports, and exportable cost backup files. Configuration options let you set units, measurement rules, and which sources to trust for each item.
What input sources does the calculator accept?
It accepts BIM models, CAD/drawing inputs, and manual measurement entries; results converge via configured measurement rules.
How are waste factors applied?
Waste factors are configurable per category or item and are applied after base quantity calculation to produce ordered material quantities.