From 51f9840ea8fda375ff1f6ca1b32d263e45544f76 Mon Sep 17 00:00:00 2001 From: Bill Ballou Date: Thu, 8 Jan 2026 11:59:39 -0500 Subject: [PATCH] Add construction-schedule-review skill Skill for reviewing Primavera P6 XER construction schedules: - Critical path analysis - Milestone status review - Relationship analysis (lead/lag, out-of-sequence) - In-progress duration checks - CPM narrative validation Uses xer-mcp server for schedule data queries. --- .gitmodules | 3 +++ construction-schedule-review | 1 + 2 files changed, 4 insertions(+) create mode 160000 construction-schedule-review diff --git a/.gitmodules b/.gitmodules index 90cc58d..c7c8c13 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "grist-accounting"] path = grist-accounting url = https://git.prettyhefty.com/Bill/grist-accounting.git +[submodule "construction-schedule-review"] + path = construction-schedule-review + url = https://git.prettyhefty.com/Bill/construction-schedule-review.git diff --git a/construction-schedule-review b/construction-schedule-review new file mode 160000 index 0000000..8690c91 --- /dev/null +++ b/construction-schedule-review @@ -0,0 +1 @@ +Subproject commit 8690c91a2d9039b9212e7715884e51f4f515dd8f