Schedule Delay Analyzer
Analyze schedule delays, identify causes, and calculate time impacts using delay analysis methods.
Why use this skill?
Analyze construction project delays, calculate critical path impacts, and manage contractor claims with the Schedule Delay Analyzer skill for OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/datadrivenconstruction/schedule-delay-analyzerWhat This Skill Does
The Schedule Delay Analyzer is a specialized OpenClaw skill designed to help project managers and construction professionals quantify, categorize, and analyze schedule slips. It provides a structured framework for inputting delays, assigning them specific causal categories (such as owner-driven changes, weather, or contractor issues), and calculating their impact on the project's critical path. By utilizing structured data objects for delays, baselines, and cost impacts, the analyzer transforms anecdotal evidence of delay into actionable project metrics. It supports critical path methodology, allowing users to differentiate between non-excusable delays and those that may be compensable under contract terms.
Installation
To integrate this skill into your environment, run the following command in your terminal or OpenClaw interface:
clawhub install openclaw/skills/skills/datadrivenconstruction/schedule-delay-analyzer
Use Cases
- Claims Documentation: Generate rigorous reports for construction delay claims by linking specific events to contract baselines.
- Impact Forecasting: Quickly assess how a two-week weather-related delay on a specific milestone will push the final completion date.
- Contractor Accountability: Audit project logs to determine if delays were caused by owner-directed changes or internal performance issues.
- Budget Variance Reporting: Correlate schedule slippage with financial impacts by assigning cost impacts to each delay event.
Example Prompts
- "Record a new 5-day delay on the 'Foundation Pour' activity due to heavy rain; mark this as excusable non-compensable and add it to our critical path analysis."
- "Analyze the current project timeline and tell me the total impact on the completion date caused by all owner-initiated changes reported this month."
- "Generate a summary report of all recorded delays for the current quarter, highlighting which activities have had the most significant impact on the contract completion deadline."
Tips & Limitations
- Baseline Accuracy: The quality of the analysis is highly dependent on your initial schedule baseline. Ensure your
ScheduleBaselineobjects are updated whenever the master schedule is revised. - Critical Path Focus: Always specify the
on_critical_pathboolean correctly; identifying non-critical delays is just as important for identifying float usage in your schedule. - Limitation: This skill calculates impacts based on provided data points. It does not natively interact with external scheduling software like Primavera P6 or MS Project files without a preliminary data ingestion step.
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-schedule-delay-analyzer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: 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.