Site Diary
This skill produces a UK construction site diary for a single day from a short verbal or typed brief. It follows conventions used by CITB-trained site managers and main contractors. The diary is a draft. The site manager or project manager reviews, signs, and files it.
When to Use
- End of day on site, writing up the day's works
- Morning after, filling in yesterday's diary from notes
- Back-filling missed days before a monthly report or claim
- Preparing records for a delay claim, variation, or dispute
Workflow
Phase 1, gather inputs.
Ask the user for the following. If anything is missing, ask one short follow-up question, do not guess.
- Date (default to today if user says "today")
- Site name or project name
- Site reference or job number, if used
- Site manager name (for sign-off)
- Weather through the day (am and pm, temperature, rain, wind)
- Labour breakdown, direct employed vs subcontractors, by trade
- Plant and equipment on site (excavator, scaffold, scissor lift, etc.)
- Deliveries received (time, supplier, material)
- Works completed by trade
- Delays, with reason (weather, delivery, design info, subbie no-show, etc.)
- Incidents or near-misses (RIDDOR reportable flagged)
- Visitors (name, company, reason, time in/out)
- Photos taken (count and subjects, consent status for any workers in frame)
Phase 2, produce the diary.
Fill the template below. Use plain English. Keep trade labels standard (bricklayer, groundworker, carpenter, electrician, plumber, plasterer, labourer, scaffolder, etc.). If a field has no entry, write "None" rather than leaving it blank.
Phase 3, save.
Save the diary as markdown to the user-specified path. Default path: site-diaries/{site-slug}/{YYYY-MM-DD}-site-diary.md. Create the folder if missing. Confirm the save path back to the user.
Diary Template
# Site Diary, {Site Name}
**Date:** {YYYY-MM-DD}
**Job Reference:** {ref or "n/a"}
**Site Manager:** {Name}
**Weather AM:** {conditions, temp}
**Weather PM:** {conditions, temp}
## Labour on Site
| Trade | Direct | Subcontractor | Total |
|-------|--------|---------------|-------|
| ... | ... | ... | ... |
**Total on site:** {number}
## Plant and Equipment
- {item, owner, in/out}
## Deliveries
| Time | Supplier | Material | Qty | Notes |
|------|----------|----------|-----|-------|
| ... | ... | ... | ... | ... |
## Works Completed
- {trade}: {description of works}
- ...
## Delays
| Delay | Reason | Hours Lost | Follow-up |
|-------|--------|------------|-----------|
| ... | ... | ... | ... |
## Incidents and Near-Misses
- {time, description, persons involved, action taken, RIDDOR reportable y/n}
If none: "No incidents or near-misses reported."
## Visitors
| Time In | Time Out | Name | Company | Reason | Inducted |
|---------|----------|------|---------|--------|----------|
| ... | ... | ... | ... | ... | ... |
## Photos
- {count} photos taken. Subjects: {list}. Consent obtained for all workers in frame: {y/n}.
## Notes
{Free-text notes, observations, items for tomorrow.}
---
Drafted by site diary skill. Reviewed and signed by:
**{Site Manager Name}** ______________________ **Date:** ______________
Inputs Needed, Minimum
To produce a usable diary, the skill needs at least:
- Date
- Site name
- Weather summary
- Labour summary (trades and numbers)
- Works completed, at least one line per trade on site
Everything else is optional but improves the record. If the user gives a short brief, the skill should fill the required fields and mark optional fields as "None" or "Not reported".
References
references/uk-site-diary-guide.md, standard fields expected on a UK construction site diary plus CITB and HSE pointers.
Disclaimer
This is a draft. The site manager or PM must review, sign, and file the diary before it becomes a formal project record. The skill does not replace the site manager's duty to keep an accurate daily record. Photos of workers require worker consent under UK GDPR. RIDDOR reportable incidents must be reported to HSE separately, the diary is not a substitute for RIDDOR reporting.
1---2name: site-diary3description: Generate a daily UK construction site diary from a brief site-manager input. Use when the user asks for "site diary", "daily diary", "end of day report", "site log", or needs to write up a day's works. Captures weather, labour, plant, deliveries, works completed, delays, incidents, visitors, photos. UK construction conventions.4---56# Site Diary78This skill produces a UK construction site diary for a single day from a short verbal or typed brief. It follows conventions used by CITB-trained site managers and main contractors. The diary is a draft. The site manager or project manager reviews, signs, and files it.910## When to Use1112- End of day on site, writing up the day's works13- Morning after, filling in yesterday's diary from notes14- Back-filling missed days before a monthly report or claim15- Preparing records for a delay claim, variation, or dispute1617## Workflow1819**Phase 1, gather inputs.**2021Ask the user for the following. If anything is missing, ask one short follow-up question, do not guess.2223- Date (default to today if user says "today")24- Site name or project name25- Site reference or job number, if used26- Site manager name (for sign-off)27- Weather through the day (am and pm, temperature, rain, wind)28- Labour breakdown, direct employed vs subcontractors, by trade29- Plant and equipment on site (excavator, scaffold, scissor lift, etc.)30- Deliveries received (time, supplier, material)31- Works completed by trade32- Delays, with reason (weather, delivery, design info, subbie no-show, etc.)33- Incidents or near-misses (RIDDOR reportable flagged)34- Visitors (name, company, reason, time in/out)35- Photos taken (count and subjects, consent status for any workers in frame)3637**Phase 2, produce the diary.**3839Fill the template below. Use plain English. Keep trade labels standard (bricklayer, groundworker, carpenter, electrician, plumber, plasterer, labourer, scaffolder, etc.). If a field has no entry, write "None" rather than leaving it blank.4041**Phase 3, save.**4243Save the diary as markdown to the user-specified path. Default path: `site-diaries/{site-slug}/{YYYY-MM-DD}-site-diary.md`. Create the folder if missing. Confirm the save path back to the user.4445## Diary Template4647```markdown48# Site Diary, {Site Name}4950**Date:** {YYYY-MM-DD}51**Job Reference:** {ref or "n/a"}52**Site Manager:** {Name}53**Weather AM:** {conditions, temp}54**Weather PM:** {conditions, temp}5556## Labour on Site5758| Trade | Direct | Subcontractor | Total |59|-------|--------|---------------|-------|60| ... | ... | ... | ... |6162**Total on site:** {number}6364## Plant and Equipment6566- {item, owner, in/out}6768## Deliveries6970| Time | Supplier | Material | Qty | Notes |71|------|----------|----------|-----|-------|72| ... | ... | ... | ... | ... |7374## Works Completed7576- {trade}: {description of works}77- ...7879## Delays8081| Delay | Reason | Hours Lost | Follow-up |82|-------|--------|------------|-----------|83| ... | ... | ... | ... |8485## Incidents and Near-Misses8687- {time, description, persons involved, action taken, RIDDOR reportable y/n}8889If none: "No incidents or near-misses reported."9091## Visitors9293| Time In | Time Out | Name | Company | Reason | Inducted |94|---------|----------|------|---------|--------|----------|95| ... | ... | ... | ... | ... | ... |9697## Photos9899- {count} photos taken. Subjects: {list}. Consent obtained for all workers in frame: {y/n}.100101## Notes102103{Free-text notes, observations, items for tomorrow.}104105---106107Drafted by site diary skill. Reviewed and signed by:108109**{Site Manager Name}** ______________________ **Date:** ______________110```111112## Inputs Needed, Minimum113114To produce a usable diary, the skill needs at least:1151161. Date1172. Site name1183. Weather summary1194. Labour summary (trades and numbers)1205. Works completed, at least one line per trade on site121122Everything else is optional but improves the record. If the user gives a short brief, the skill should fill the required fields and mark optional fields as "None" or "Not reported".123124## References125126- `references/uk-site-diary-guide.md`, standard fields expected on a UK construction site diary plus CITB and HSE pointers.127128## Disclaimer129130This is a draft. The site manager or PM must review, sign, and file the diary before it becomes a formal project record. The skill does not replace the site manager's duty to keep an accurate daily record. Photos of workers require worker consent under UK GDPR. RIDDOR reportable incidents must be reported to HSE separately, the diary is not a substitute for RIDDOR reporting.