Install
openclaw skills install construction-claim-strategyStrategic planning framework for construction claim responses — plan direction, scope, arguments, and disclosure strategy BEFORE selecting clauses or drafting. Covers situation assessment, scope control, direction decisions, argument ranking, disclosure control, response architecture, and risk assessment for EOT, delay, disruption, variation, and payment claims under PSSCOC, FIDIC, NEC, SIA, and bespoke forms. Includes practical checklists, quantum calculation methods, ADR strategies, delay analysis methods, concurrent delay, disruption claims, arbitration tactics, expert engagement, notice compliance, and legal precedent guidance.
openclaw skills install construction-claim-strategyStrategic planning framework for construction claim responses.
Plan your direction, scope, arguments, and disclosure strategy before selecting clauses or drafting correspondence.
Use this tool to systematically work through 7 key dimensions:
Plus practical tools and reference guides covering:
Works with any construction contract form:
python3 scripts/strategy_advisor.py --reference
Outputs all argument types, disclosure levels, response patterns, scope control rules, and risk checklists in one view.
python3 scripts/strategy_advisor.py
The wizard walks you through all 7 dimensions and produces a structured strategy report.
python3 scripts/strategy_advisor.py --file strategy_input.json --output strategy_report.md
python3 scripts/strategy_advisor.py --save-strategy my_strategy.json
The examples/ folder contains a worked scenario demonstrating the full 7-Dimension workflow:
| File | Description |
|---|---|
strategy_input.json | Sample JSON input — PSSCOC 2014 (7th Edition) EOT scenario |
strategy_report_sample.md | Generated strategy report from the above input |
Note: The example uses PSSCOC 2014 clause references (Clauses 12.5, 14.2(m), 14.2(n), 22.1(h), 22.1(i), 14.3, 23.1). The 7-Dimension methodology itself is contract-form neutral — it applies equally to FIDIC, NEC, SIA, JCT, and bespoke contracts. Future versions will include additional worked examples for other contract forms.
| Level | Use for |
|---|---|
| State Precisely | Clause references, formal correspondence, key dates, and legal reasoning |
| Keep General | Operational context and high-level details |
| Defer | Detailed quantification and supporting analysis |
# Show all reference tables
python3 scripts/strategy_advisor.py --reference
# Run interactive wizard
python3 scripts/strategy_advisor.py
# Non-interactive from JSON
python3 scripts/strategy_advisor.py --file input.json --output report.md
# Save strategy for reuse
python3 scripts/strategy_advisor.py --save-strategy strategy.json
All reference documents are in the references/ folder. These are standalone reading material for human use — the strategy_advisor.py script does not load them at runtime.
| Document | Description |
|---|---|
seven_dimensions_guide.md | Full guide to the 7-Dimension framework |
argument_ranking_guide.md | Detailed argument types with examples |
worked_examples.md | 4 complete worked strategy examples (Variation, EOT, Disruption, Combined) |
delay_analysis_study_guide.md | Comprehensive delay analysis study guide — SCL Protocol 22 principles, 7 analysis methods, concurrent delay, pacing, float, disruption, force majeure, case law |
quantum_worked_examples.md | 8 quantum calculation examples (Eichleay, Hudson, Emden, Measured Mile, Actual Cost, Total Cost) |
adr_overview.md | ADR methods comparison and strategy recommendations |
arbitration_tactics.md | Arbitration tactics and prolongation claim strategies |
concurrent_delay.md | Concurrent delay — strategic approach within the 7-Dimension framework |
disruption_claims.md | Disruption claims strategy — Common Law vs Civil Law |
delay_analysis_methods.md | Delay analysis methods — strategic overview |
legal_precedents.md | Legal precedents and the Prevention Principle |
notice_requirements_checklist.md | Notice compliance checklist |
expert_engagement.md | Expert engagement tips and best practices |
record_keeping_checklist.md | Printable record keeping checklist |
claim_preparation_checklist.md | Claim preparation checklist for adjudication & arbitration |
common_pitfalls.md | 10 most common claim pitfalls and how to avoid them |
risk_assessment_framework.md | Expanded risk assessment categories and practical questions |
response_template.md | Letter template mapping strategy to formal response |
quick_reference_card.md | One-page desk reference card |
blank_worksheet.md | Printable blank 7-Dimension worksheet |
training_guide.md | Workshop-ready training material |
strategy_patterns.md | All strategy patterns reference |
For clause analysis, notice calendars, obligations registers, SOP calculator, and claims templates, see the companion skill construction-law on ClawHub.
python3 -m pytest tests/test_smoke.py
examples/strategy_input.json and examples/strategy_report_sample.md — preview output before installingtests/test_smoke.py — smoke test covering --reference, --file, and --version modesLICENSE file (MIT-0) shipped at package rootreferences/ is human reading material, not loaded by the script at runtimeconstruction_law.py in module docstringgenerate_reportThis is a generic strategic planning tool. It does not constitute legal advice. Users should verify all information independently and seek qualified legal counsel before relying on any analysis for dispute resolution, adjudication, arbitration, or court proceedings.