Property development lifecycle in OpenConstructionERP: lead to SPA to handover — feasibility, budgeting from cost bases, sales tracking and construction handover. Use for residential/commercial development projects.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction --skill oce-property-dev --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Oce Property Dev?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/datadrivenconstruction-oce-property-dev)More formats (shields.io, HTML) on the badges page.
---
name: oce-property-dev
description: "Property development lifecycle in OpenConstructionERP: lead to SPA to handover — feasibility, budgeting from cost bases, sales tracking and construction handover. Use for residential/commercial development projects."
---
# Property Development in OpenConstructionERP
## Lifecycle
```
Lead → Feasibility → Design → SPA (sale) → Construction → Handover
```
| Stage | What the platform does |
|---|---|
| Lead | land/opportunity record, key metrics |
| Feasibility | rough budget from CWICR cost bases (m² rates), margin check |
| Design | BIM model, BOQ, detailed estimate |
| SPA | sale/presale tracking, payment milestones |
| Construction | BOQ + schedule + field modules (see `oce-field-ops`) |
| Handover | closeout report, as-built docs, punch closeout |
## Feasibility estimation
Use cost-base intensity rates (per m²) from a loaded base:
```python
# rough budget: GFA × regional m² rate from CWICR items
gfa_m2 = 12_000
m2_rate = 1_050 # TRY/m², from cost-base roll-ups for residential
budget = gfa_m2 * m2_rate
```
Then refine with a real BOQ as design progresses. Early-phase estimates carry ±30% — label them.
## Sales & SPA
- Track units, price lists, sold/reserved/available.
- Payment milestones tied to construction progress (SPA installments).
- Cash-flow: sales inflow vs construction outflow over the schedule.
## Handover
- Punch-list closeout (see `oce-field-ops`).
- As-built package: final BOQ, models, docs, warranties.
- Defect liability tracking post-handover.
## Best practices
1. Keep feasibility numbers honest — they set the land price.
2. Tie SPA milestones to construction gates, not calendar guesses.
3. One project currency for the development; report to investors in their currency separately.
4. Retain the as-built package in the project record — it is the warranty baseline.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!