| name | parcel-zoning-research |
| version | 1.0 |
| description | Extracts and normalizes parcel, zoning, Official Plan, and overlay facts from a previously discovered Ontario source bundle. This skill should be used when `source_bundle.json` exists and the pipeline needs a source-backed `normalized_data.json` for downstream analysis. |
| source | Toronto Zoning By-law 569-2013, Toronto Official Plan, Ontario Parcel (LIO), TRCA |
| authority | City of Toronto, Province of Ontario |
| data_as_of | 2026-03-07 |
| pipeline_position | 2 |
| pipeline_inputs | source_bundle.json |
| pipeline_outputs | normalized_data.json |
| pipeline_upstream | source-discovery |
| pipeline_downstream | buildability-analysis, precedent-research |
Parcel Zoning Research
Purpose
Convert a discovered source inventory into one normalized, source-backed parcel record. This skill performs extraction and normalization. It does not render a feasibility verdict.
Default operating assumption:
- Toronto is the primary fully specified jurisdiction
- Other Ontario municipalities are allowed, but the output must clearly label Toronto-specific fallbacks and unresolved fields
Use when
source_bundle.json already exists
- The project needs normalized parcel and policy facts
- A downstream skill needs
normalized_data.json
Do not use when
- Official source URLs have not been identified yet
- The task is to compare precedents or assess entitlement risk
- The task is to write the final client-facing report
Inputs
{
"project_id": "uuid",
"source_bundle_path": "source_bundle.json",
"address_input": "123 Main St, Toronto ON",
"project_concept": {
"project_type": "multiplex"
}
}
Required:
source_bundle_path
- One of
address_input or a parcel identifier present in the source bundle
Outputs
Produce normalized_data.json.
{
"project_id": "uuid",
"normalized_timestamp"