Field Operations in OpenConstructionERP
SkillProductivityField operations in OpenConstructionERP: punch list, daily diary, HSE observations and task tracking on site. Use when automating construction site workflows (deficiencies, diaries, safety, site tasks).
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Field Operations in OpenConstructionERP skill
What this skill tells your AI
The instructions your AI receives, as published by datadrivenconstruction/ddc_skills_for_ai_agents_in_construction in 6_OpenConstructionERP/oce-field-ops/SKILL.md and read by ahel’s review.
Modules for the site
| Module | Purpose | Typical flow |
|---|---|---|
punch_list | Deficiencies / snag items | create item → assign → verify → close |
daily_diary | Daily site reports | weather, workforce, progress, incidents |
hse | Health, safety, environment | observations, incidents, checklists |
tasks | Site task board | Kanban, issues linked to BIM elements |
Punch list workflow
- Inspector (or a photo) creates a punch item: location, trade, priority, due date, photo attachment.
- Item auto-assigns to the responsible trade (routing rules).
- Contractor marks fixed → inspector verifies → item closes.
- Closeout report: open vs closed per trade/zone, aging.
Daily diary automation
- Prefill from the schedule: planned activities of the day.
- Inputs: weather (integrated), workforce counts, deliveries, issues, photos.
- Auto-summary to the weekly progress report (see
oce-scheduling-4d5droll-ups).
HSE
- Safety observations: classify (PPE, fall protection, housekeeping…), severity, follow-up.
- Incident reports with photo evidence and root-cause fields.
- Checklists per trade and per regulation (OSHA / local).
API patterns
POST /api/v1/punch-list/ # create punch item
PATCH /api/v1/punch-list/{id} # status/assignee
POST /api/v1/daily-diary/ # diary entry
GET /api/v1/tasks/?project=... # site tasks
(Endpoint names may vary by module version — check backend/app/modules/*/router.py for the authoritative surface.)
Best practices
- Link punch items to BIM elements — the 3D view shows open deficiencies in place.
- Make the daily diary the single source of actuals (it feeds variance reports).
- Photos on every issue: evidence beats memory in disputes.
- Close the loop — every observation ends in an action, not a note.
Signals
- GitHub stars
- 308
- Forks
- 79
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
oce-field-ops- Source
- github.com/datadrivenconstruction/ddc_skills_for_ai_agents_in_construction