Looks up and interprets Ontario Provincial Standard Drawings (OPSD), Ontario Provincial Standard Specifications (OPSS), CSA standards, and MTO design guidelines for municipal infrastructure. This skill should be used when a design question, standard reference, or material selection needs authoritative Ontario infrastructure standards.
Retrieve and interpret the correct Ontario and Canadian infrastructure design standards for a given question, asset type, or design scenario. Provide the authoritative standard reference, key requirements, and applicable design parameters. Do not perform the engineering design — provide the standard requirements that a designer needs.
Keep this skill narrow:
infrastructure-assessment{
"project_id": "uuid",
"query_type": "standard_lookup | material_selection | design_parameter | specification_check",
"asset_type": "storm_sewer | sanitary_sewer | watermain | bridge | culvert | manhole | catchbasin | road | sidewalk",
"query": "What is the minimum cover for a 600mm storm sewer under a municipal road?",
"context": {
"municipality": "Toronto",
"road_classification": "local | collector | arterial | expressway",
"design_flow_m3s": null,
"pipe_material": null,
"span_m": null,
"conditions": []
},
"condition_assessment_path": "condition_assessment.json (optional)"
}
Required fields:
query_typequery (natural language question or standard reference number)Optional fields:
asset_type (improves lookup accuracy)context (provides design scenario details)condition_assessment_path (links to upstream assessment)Produce standards_lookup.json.
{
"project_id": "uuid",
"lookup_timestamp": "ISO datetime",
"query": "original query",
"applicable_standards": [
{
"standard_id": "OPSD 802.010",
"title": "Bedding and Cover for Flexible and Rigid Pipes",
"category": "OPSD | OPSS | CSA | MTO",
"version": "November 2019",
"requirements": [
{
"parameter": "Minimum cover — rigid pipe under roadway",
"value": "1.2 m",
"conditions": "Measured from top of pipe to finished road surface",
"exceptions": "May be reduced to 0.6m with engineered concrete encasement"
}
],
"related_standards": ["OPSS 410", "OPSD 802.030"],
"notes": ""
}
],
"design_parameters": {},
"municipality_overrides": [],
"facts": [],
"inferences": [],
"assumptions": [],
"unknowns": []
}
Load only the reference file relevant to the query:
| Query Topic | Load This Reference |
|---|---|
| Pipe standards, manholes, catchbasins | ../infrastructure-assessment/references/opsd-standards.md |
| Bridge and culvert design | ../infrastructure-assessment/references/csa-s6-bridge-code.md |
| Drainage design, hydrology, stormwater | references/mto-drainage-manual.md |
| Multiple topics | Load only the relevant files — never load all |
Follow the Ontario infrastructure standards hierarchy:
| Priority | Standard | Scope |
|---|---|---|
| 1 | Municipal design standards | Local overrides (Toronto, Peel, etc.) |
| 2 | OPSD (Drawings) | Standard details and dimensions |
| 3 | OPSS (Specifications) | Materials, construction methods, testing |
| 4 | CSA Standards | National performance and design standards |
| 5 | MTO Manuals | Design methodology and parameters |
| 6 | TAC Guidelines | Transportation Association of Canada guidance |
Municipal standards override provincial where they exist. Always note when a municipal override applies.
For each applicable standard:
Common Toronto-specific overrides:
When the query involves design calculations, provide the applicable parameters:
For drainage:
For structures:
Stop and return a partial artifact when:
| File | Description | Key Topics |
|---|---|---|
../infrastructure-assessment/references/opsd-standards.md | Ontario Provincial Standard Drawings for pipes and manholes | OPSD 701, 702, 704, 802 series; dimensions, materials, installation |
../infrastructure-assessment/references/csa-s6-bridge-code.md | CSA S6:19 Canadian Highway Bridge Design Code | CL-625 loading, evaluation, clearances, barriers |
references/mto-drainage-manual.md | MTO Drainage Management Manual | Storm sewer design, Manning's equation, IDF curves, rational method |
Read only the reference file relevant to the current query.
| Source | URL | Use |
|---|---|---|
| Ontario Provincial Standards | https://www.ontario.ca/page/provincial-standards | OPSD and OPSS index |
| CSA Group | https://www.csagroup.org/ | CSA S6, CSA A23, CSA B182 |
| MTO Drainage Management Manual | https://www.ontario.ca/document/drainage-management-manual | Hydrology and hydraulics |
| MTO Structural Manual | https://www.ontario.ca/page/bridge-structures | Bridge design and evaluation |
| City of Toronto Engineering Standards | https://www.toronto.ca/services-payments/building-construction/infrastructure-city-construction/technical-standards/ | Municipal overrides |