Delay Analysis
Analyze construction schedule delays for claims and recovery. Perform time impact analysis, identify delay causes, calculate damages, and document for disputes.
Why use this skill?
Analyze construction schedules, quantify delay impacts, and resolve project disputes with the OpenClaw Delay Analysis skill. Perfect for recovery planning and claims documentation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/datadrivenconstruction/delay-analysisWhat This Skill Does
The Delay Analysis skill is a specialized tool for construction project managers, contractors, and legal experts. It processes complex project schedules, baseline updates, and as-built data to quantify the impact of specific events on project completion dates. By leveraging methods like Time Impact Analysis (TIA), Windows Analysis, and Collapsed As-Built, the agent can isolate causative events, distinguish between excusable and non-excusable delays, and determine entitlement to time extensions or financial compensation. It integrates directly with project data structures to provide clear, defensible analysis for dispute resolution and internal project recovery planning.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/datadrivenconstruction/delay-analysis
Ensure your project data files (XER, MPP, or JSON-formatted schedules) are accessible to the agent before initializing the analysis.
Use Cases
- Claims Mitigation: Proactively identify potential delay impacts before they escalate into formal litigation.
- Recovery Planning: Analyze critical path shifts to propose accelerated schedules to bring a project back on track.
- Change Order Justification: Use data-driven insights to substantiate the time impact of client-requested changes.
- Concurrent Delay Attribution: Deconstruct complex multi-party delays where both the owner and contractor share responsibility for schedule slippage.
Example Prompts
- "Analyze the project schedule between July 1st and August 15th to determine if the subcontractor delay was the critical path driver."
- "Compare the baseline schedule against the current progress report and calculate the financial impact of the owner-directed design changes."
- "Run a Time Impact Analysis on the provided weather events from last month and generate a summary report documenting excusable delay days."
Tips & Limitations
The accuracy of this skill is highly dependent on the quality and frequency of your schedule updates. Ensure that project baselines are correctly loaded and that as-built records are updated weekly for best results. Note that while this tool provides powerful analytical output, it is intended to support professional judgment rather than provide legal advice. Always verify findings against contract-specific definitions of delay types and force majeure clauses. Complexity increases with the volume of concurrent delays, so verify results on particularly large datasets manually.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-datadrivenconstruction-delay-analysis": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution
Related Skills
data-lineage-tracker
Track data origin, transformations, and flow through construction systems. Essential for audit trails, compliance, and debugging data issues.
cwicr-cost-calculator
Calculate construction costs using DDC CWICR resource-based methodology. Break down costs into labor, materials, equipment with transparent pricing.
data-anomaly-detector
Detect anomalies and outliers in construction data: unusual costs, schedule variances, productivity spikes. Statistical and ML-based detection methods.
historical-cost-analyzer
Analyze historical construction costs for benchmarking, trend analysis, and estimating calibration. Compare projects, track escalation, identify patterns.
df-merger
Merge pandas DataFrames from multiple construction sources. Handle different schemas, keys, and data quality issues.