diff --git a/README.md b/README.md
index 40998af..d4081ec 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
-# Automotive Safety Suite
+# Automotive Engineering Suite
-**76 installable Claude skills covering the full automotive safety, cybersecurity, quality, and process-assessment lifecycle**
+**152 installable Claude skills covering automotive safety, cybersecurity, quality, communication, diagnostics, AUTOSAR, calibration, MBSE, SysML, and V&V**
[](LICENSE)
-[](skills/)
-[]()
+[](skills/)
+[]()
[]()
[](https://claude.com)
@@ -20,13 +20,21 @@ Every artifact-producing skill is paired with a confirmation reviewer. Reviewer
## What this is
-A curated set of 38 builder skills + 38 matching confirmation reviewer skills that automate the structured xlsx deliverables required across the automotive engineering lifecycle:
+A curated set of 76 builder skills + 76 matching confirmation reviewer skills that automate the structured xlsx deliverables required across the automotive engineering lifecycle:
- **ISO 26262** functional safety (concept → HW → SW → safety case)
- **ISO/SAE 21434** cybersecurity (TARA → goals → concept → architecture → IR plan)
- **ISO 21448 SOTIF** for ADAS/AV (analysis → triggering conditions → validation strategy)
- **AIAG-VDA quality** (APQP → DFMEA → PFMEA → Control Plan → PPAP)
- **Automotive SPICE** (assessment → gap analysis → improvement → evidence)
+- **Communication protocols** (DBC / LDF / ARXML / FlexRay / Automotive Ethernet / K-Matrix / bus load / gateway routing)
+- **Diagnostics** (UDS / DTC catalog / CDD / ODX / DEM)
+- **AUTOSAR** (Classic SWC, Composition, BSW, RTE; Adaptive applications)
+- **Calibration** (A2L / DCM / cross-supplier exchange)
+- **MBSE** (ARCADIA model architecture, requirements allocation, system context)
+- **SysML** (block diagram, requirement diagram, activity diagram, state machine)
+- **V&V** (verification plan, validation plan, test case catalog, traceability matrix, V&V execution report)
+- **Chain-integrated program management** (risk register, gate review, WP roll-up, change impact, lessons learned)
- **Continuous improvement** (8D, 5-Why, fishbone, MSA Gauge R&R, SPC)
Each skill is an installable `.skill` file. The chain is the moat — every downstream skill consumes the upstream skill's xlsx output as a stable file-format contract.
@@ -144,9 +152,79 @@ Every box above has a builder skill AND a matching reviewer skill.
| `msa-gage-rr-builder` + reviewer | AIAG MSA 4th edition with Anova-based Gauge R&R |
| `spc-chart-builder` + reviewer | SPC with Cpk capability and Western Electric / Nelson rules |
+### Communication protocols (8 pairs)
+| Skill | What it produces |
+|-------|------------------|
+| `dbc-builder` + reviewer | Vector DBC (CAN database) with messages, signals, ECUs, multiplexed groups |
+| `ldf-builder` + reviewer | LIN Description File per ISO 17987 / LIN 2.2A |
+| `arxml-system-builder` + reviewer | AUTOSAR system extract (ECUs, system mappings, comm stack, port interfaces) |
+| `communication-matrix-builder` + reviewer | K-Matrix across CAN / CAN FD / LIN / FlexRay / Automotive Ethernet |
+| `bus-load-analysis-builder` + reviewer | Bandwidth utilization with worst-case and fault-injection scenarios |
+| `gateway-routing-builder` + reviewer | Cross-bus signal / PDU / frame routing with latency and security rules |
+| `flexray-config-builder` + reviewer | FlexRay cluster config per ISO 17458 (static + dynamic segments) |
+| `automotive-ethernet-builder` + reviewer | 100BASE-T1 / 1000BASE-T1 with SOME/IP, AVB, TSN, VLAN |
+
+### Diagnostics (5 pairs)
+| Skill | What it produces |
+|-------|------------------|
+| `uds-services-builder` + reviewer | UDS service catalog per ISO 14229-1 with DIDs, RIDs, security access |
+| `dtc-catalog-builder` + reviewer | DTC catalog per ISO 14229 / SAE J2012 with snapshots, extended data |
+| `cdd-builder` + reviewer | Vector CANdela diagnostic database authoring |
+| `odx-builder` + reviewer | ODX per ISO 22901-1 with base / derived variants and PDU library |
+| `dem-config-builder` + reviewer | AUTOSAR DEM config with debounce, healing, NvM, OBD freeze frame |
+
+### AUTOSAR (5 pairs)
+| Skill | What it produces |
+|-------|------------------|
+| `autosar-swc-builder` + reviewer | AUTOSAR Classic SWC with ports, runnables, events, exclusive areas |
+| `autosar-composition-builder` + reviewer | Composition SWC with assembly + delegation connectors |
+| `autosar-bsw-config-builder` + reviewer | BSW config: MCAL, ECU Abstraction, Service Layer, Complex Drivers |
+| `autosar-rte-mapping-builder` + reviewer | RTE mapping: signal-to-port, runnable-to-task, exclusive area binding |
+| `autosar-adaptive-app-builder` + reviewer | AUTOSAR Adaptive app + service + machine manifests, ara::com / ara::exec |
+
+### Calibration (3 pairs)
+| Skill | What it produces |
+|-------|------------------|
+| `a2l-builder` + reviewer | A2L per ASAM MCD-2 MC v1.7 (characteristics, measurements, conversions) |
+| `dcm-builder` + reviewer | ETAS DCM dataset for cross-tool calibration value exchange |
+| `calibration-data-exchange-builder` + reviewer | OEM ↔ Tier-1 calibration ownership and exchange agreement |
+
+### MBSE (3 pairs)
+| Skill | What it produces |
+|-------|------------------|
+| `mbse-model-architecture-builder` + reviewer | ARCADIA-style operational / system / logical / physical layers |
+| `mbse-requirements-allocation-builder` + reviewer | Requirements decomposition with satisfy / derive / verify relationships |
+| `mbse-system-context-builder` + reviewer | System boundary, actors, use cases, stakeholder needs |
+
+### SysML (4 pairs)
+| Skill | What it produces |
+|-------|------------------|
+| `sysml-block-diagram-builder` + reviewer | BDD / IBD with blocks, parts, ports, connectors, item flows |
+| `sysml-requirement-diagram-builder` + reviewer | Requirement blocks with derive / satisfy / verify / refine relationships |
+| `sysml-activity-diagram-builder` + reviewer | Activities, control / object flows, decision / fork / join, swim-lanes |
+| `sysml-state-machine-builder` + reviewer | States, transitions with guards / effects, regions, history pseudo-states |
+
+### V&V (5 pairs)
+| Skill | What it produces |
+|-------|------------------|
+| `verification-plan-builder` + reviewer | Verification Plan per ISO 26262-8 §9 / IEEE 1012 |
+| `validation-plan-builder` + reviewer | Item Validation Plan per ISO 26262-4 §9 |
+| `test-case-catalog-builder` + reviewer | Test cases with preconditions, inputs, expected outputs, traceability |
+| `traceability-matrix-builder` + reviewer | Bidirectional RTM with coverage analysis and orphan identification |
+| `vv-execution-report-builder` + reviewer | V&V campaign report with defects, coverage, residual risk acceptance |
+
+### Chain-integrated program management (5 pairs)
+| Skill | What it produces |
+|-------|------------------|
+| `safety-program-risk-register-builder` + reviewer | Programmatic risks affecting safety case delivery |
+| `safety-gate-review-builder` + reviewer | ISO 26262 phase-gate reviews with Go / Conditional / No-Go |
+| `wp-status-rollup-builder` + reviewer | Work product completion roll-up across the safety lifecycle |
+| `change-impact-analysis-builder` + reviewer | Change impact across HARA / FSC / TSC / HW-SW reqs / tests |
+| `lessons-learned-builder` + reviewer | Lessons learned register per ISO 26262-2 §5 / IATF 16949 |
+
## Standards covered
-ISO 26262:2018 · ISO/SAE 21434:2021 · ISO 21448:2022 · IATF 16949:2016 · AIAG APQP 2nd edition · AIAG-VDA FMEA Handbook 2019 · AIAG PPAP 4th edition · AIAG MSA 4th edition · AIAG SPC 2nd edition · AIAG Control Plan · ASPICE PAM 3.1 / 4.0 · UN R155 · UN R156 · CERT C Secure Coding · MISRA C:2012 + Amendment 1 · AUTOSAR C++14
+ISO 26262:2018 · ISO/SAE 21434:2021 · ISO 21448:2022 · IATF 16949:2016 · AIAG APQP 2nd edition · AIAG-VDA FMEA Handbook 2019 · AIAG PPAP 4th edition · AIAG MSA 4th edition · AIAG SPC 2nd edition · AIAG Control Plan · ASPICE PAM 3.1 / 4.0 · UN R155 · UN R156 · CERT C Secure Coding · MISRA C:2012 + Amendment 1 · AUTOSAR C++14 · AUTOSAR Classic R22-11 · AUTOSAR Adaptive R22-11 · ISO 14229-1 (UDS) · SAE J2012 (DTCs) · ISO 22901-1 (ODX) · ISO 11898 (CAN) · ISO 17987 (LIN) · ISO 17458 (FlexRay) · IEEE 100BASE-T1 / 1000BASE-T1 · ASAM MCD-2 MC (A2L) · OMG SysML 1.6 / 2.0 · INCOSE Systems Engineering Handbook · IEEE 1012 (V&V)
## Why
@@ -173,9 +251,8 @@ The chain compounds because phases hand off via stable xlsx contracts. A change
## Repo structure
```
-automotive-safety-suite/
-├── skills/ # 76 .skill bundles, install individually
-├── automotive-safety-suite-bundle.zip # All 76 skills in one download
+automotive-skills-suite/
+├── skills/ # 152 .skill bundles, install individually
├── README.md
└── LICENSE
```
diff --git a/skills/a2l-builder.skill b/skills/a2l-builder.skill
new file mode 100644
index 0000000..c7441fd
Binary files /dev/null and b/skills/a2l-builder.skill differ
diff --git a/skills/a2l-checklist-reviewer.skill b/skills/a2l-checklist-reviewer.skill
new file mode 100644
index 0000000..62b088f
Binary files /dev/null and b/skills/a2l-checklist-reviewer.skill differ
diff --git a/skills/arxml-system-builder.skill b/skills/arxml-system-builder.skill
new file mode 100644
index 0000000..3dbdc11
Binary files /dev/null and b/skills/arxml-system-builder.skill differ
diff --git a/skills/arxml-system-checklist-reviewer.skill b/skills/arxml-system-checklist-reviewer.skill
new file mode 100644
index 0000000..f5eb9d5
Binary files /dev/null and b/skills/arxml-system-checklist-reviewer.skill differ
diff --git a/skills/automotive-ethernet-builder.skill b/skills/automotive-ethernet-builder.skill
new file mode 100644
index 0000000..daddc62
Binary files /dev/null and b/skills/automotive-ethernet-builder.skill differ
diff --git a/skills/automotive-ethernet-checklist-reviewer.skill b/skills/automotive-ethernet-checklist-reviewer.skill
new file mode 100644
index 0000000..e966975
Binary files /dev/null and b/skills/automotive-ethernet-checklist-reviewer.skill differ
diff --git a/skills/autosar-adaptive-app-builder.skill b/skills/autosar-adaptive-app-builder.skill
new file mode 100644
index 0000000..8a9fb9b
Binary files /dev/null and b/skills/autosar-adaptive-app-builder.skill differ
diff --git a/skills/autosar-adaptive-app-checklist-reviewer.skill b/skills/autosar-adaptive-app-checklist-reviewer.skill
new file mode 100644
index 0000000..67ee30f
Binary files /dev/null and b/skills/autosar-adaptive-app-checklist-reviewer.skill differ
diff --git a/skills/autosar-bsw-config-builder.skill b/skills/autosar-bsw-config-builder.skill
new file mode 100644
index 0000000..d88bde6
Binary files /dev/null and b/skills/autosar-bsw-config-builder.skill differ
diff --git a/skills/autosar-bsw-config-checklist-reviewer.skill b/skills/autosar-bsw-config-checklist-reviewer.skill
new file mode 100644
index 0000000..1b44461
Binary files /dev/null and b/skills/autosar-bsw-config-checklist-reviewer.skill differ
diff --git a/skills/autosar-composition-builder.skill b/skills/autosar-composition-builder.skill
new file mode 100644
index 0000000..4dbaba6
Binary files /dev/null and b/skills/autosar-composition-builder.skill differ
diff --git a/skills/autosar-composition-checklist-reviewer.skill b/skills/autosar-composition-checklist-reviewer.skill
new file mode 100644
index 0000000..6216bbb
Binary files /dev/null and b/skills/autosar-composition-checklist-reviewer.skill differ
diff --git a/skills/autosar-rte-mapping-builder.skill b/skills/autosar-rte-mapping-builder.skill
new file mode 100644
index 0000000..0443c41
Binary files /dev/null and b/skills/autosar-rte-mapping-builder.skill differ
diff --git a/skills/autosar-rte-mapping-checklist-reviewer.skill b/skills/autosar-rte-mapping-checklist-reviewer.skill
new file mode 100644
index 0000000..29424d8
Binary files /dev/null and b/skills/autosar-rte-mapping-checklist-reviewer.skill differ
diff --git a/skills/autosar-swc-builder.skill b/skills/autosar-swc-builder.skill
new file mode 100644
index 0000000..ce321c9
Binary files /dev/null and b/skills/autosar-swc-builder.skill differ
diff --git a/skills/autosar-swc-checklist-reviewer.skill b/skills/autosar-swc-checklist-reviewer.skill
new file mode 100644
index 0000000..be18dac
Binary files /dev/null and b/skills/autosar-swc-checklist-reviewer.skill differ
diff --git a/skills/bus-load-analysis-builder.skill b/skills/bus-load-analysis-builder.skill
new file mode 100644
index 0000000..96b5784
Binary files /dev/null and b/skills/bus-load-analysis-builder.skill differ
diff --git a/skills/bus-load-analysis-checklist-reviewer.skill b/skills/bus-load-analysis-checklist-reviewer.skill
new file mode 100644
index 0000000..21efd79
Binary files /dev/null and b/skills/bus-load-analysis-checklist-reviewer.skill differ
diff --git a/skills/calibration-data-exchange-builder.skill b/skills/calibration-data-exchange-builder.skill
new file mode 100644
index 0000000..c4bb369
Binary files /dev/null and b/skills/calibration-data-exchange-builder.skill differ
diff --git a/skills/calibration-data-exchange-checklist-reviewer.skill b/skills/calibration-data-exchange-checklist-reviewer.skill
new file mode 100644
index 0000000..9b2cb65
Binary files /dev/null and b/skills/calibration-data-exchange-checklist-reviewer.skill differ
diff --git a/skills/cdd-builder.skill b/skills/cdd-builder.skill
new file mode 100644
index 0000000..c3b3171
Binary files /dev/null and b/skills/cdd-builder.skill differ
diff --git a/skills/cdd-checklist-reviewer.skill b/skills/cdd-checklist-reviewer.skill
new file mode 100644
index 0000000..62c929c
Binary files /dev/null and b/skills/cdd-checklist-reviewer.skill differ
diff --git a/skills/change-impact-analysis-builder.skill b/skills/change-impact-analysis-builder.skill
new file mode 100644
index 0000000..9cbd7f4
Binary files /dev/null and b/skills/change-impact-analysis-builder.skill differ
diff --git a/skills/change-impact-analysis-checklist-reviewer.skill b/skills/change-impact-analysis-checklist-reviewer.skill
new file mode 100644
index 0000000..6bb62a0
Binary files /dev/null and b/skills/change-impact-analysis-checklist-reviewer.skill differ
diff --git a/skills/communication-matrix-builder.skill b/skills/communication-matrix-builder.skill
new file mode 100644
index 0000000..fd2ea96
Binary files /dev/null and b/skills/communication-matrix-builder.skill differ
diff --git a/skills/communication-matrix-checklist-reviewer.skill b/skills/communication-matrix-checklist-reviewer.skill
new file mode 100644
index 0000000..0b70ef3
Binary files /dev/null and b/skills/communication-matrix-checklist-reviewer.skill differ
diff --git a/skills/dbc-builder.skill b/skills/dbc-builder.skill
new file mode 100644
index 0000000..c2f7a86
Binary files /dev/null and b/skills/dbc-builder.skill differ
diff --git a/skills/dbc-checklist-reviewer.skill b/skills/dbc-checklist-reviewer.skill
new file mode 100644
index 0000000..6c01b11
Binary files /dev/null and b/skills/dbc-checklist-reviewer.skill differ
diff --git a/skills/dcm-builder.skill b/skills/dcm-builder.skill
new file mode 100644
index 0000000..5178aca
Binary files /dev/null and b/skills/dcm-builder.skill differ
diff --git a/skills/dcm-checklist-reviewer.skill b/skills/dcm-checklist-reviewer.skill
new file mode 100644
index 0000000..0c53cdb
Binary files /dev/null and b/skills/dcm-checklist-reviewer.skill differ
diff --git a/skills/dem-config-builder.skill b/skills/dem-config-builder.skill
new file mode 100644
index 0000000..736dc0e
Binary files /dev/null and b/skills/dem-config-builder.skill differ
diff --git a/skills/dem-config-checklist-reviewer.skill b/skills/dem-config-checklist-reviewer.skill
new file mode 100644
index 0000000..f456d3c
Binary files /dev/null and b/skills/dem-config-checklist-reviewer.skill differ
diff --git a/skills/dtc-catalog-builder.skill b/skills/dtc-catalog-builder.skill
new file mode 100644
index 0000000..fc61603
Binary files /dev/null and b/skills/dtc-catalog-builder.skill differ
diff --git a/skills/dtc-catalog-checklist-reviewer.skill b/skills/dtc-catalog-checklist-reviewer.skill
new file mode 100644
index 0000000..c50e828
Binary files /dev/null and b/skills/dtc-catalog-checklist-reviewer.skill differ
diff --git a/skills/flexray-config-builder.skill b/skills/flexray-config-builder.skill
new file mode 100644
index 0000000..dc43070
Binary files /dev/null and b/skills/flexray-config-builder.skill differ
diff --git a/skills/flexray-config-checklist-reviewer.skill b/skills/flexray-config-checklist-reviewer.skill
new file mode 100644
index 0000000..06f88dc
Binary files /dev/null and b/skills/flexray-config-checklist-reviewer.skill differ
diff --git a/skills/gateway-routing-builder.skill b/skills/gateway-routing-builder.skill
new file mode 100644
index 0000000..76689ca
Binary files /dev/null and b/skills/gateway-routing-builder.skill differ
diff --git a/skills/gateway-routing-checklist-reviewer.skill b/skills/gateway-routing-checklist-reviewer.skill
new file mode 100644
index 0000000..b7dab0f
Binary files /dev/null and b/skills/gateway-routing-checklist-reviewer.skill differ
diff --git a/skills/ldf-builder.skill b/skills/ldf-builder.skill
new file mode 100644
index 0000000..724ef08
Binary files /dev/null and b/skills/ldf-builder.skill differ
diff --git a/skills/ldf-checklist-reviewer.skill b/skills/ldf-checklist-reviewer.skill
new file mode 100644
index 0000000..8e6c7ce
Binary files /dev/null and b/skills/ldf-checklist-reviewer.skill differ
diff --git a/skills/lessons-learned-builder.skill b/skills/lessons-learned-builder.skill
new file mode 100644
index 0000000..75e5264
Binary files /dev/null and b/skills/lessons-learned-builder.skill differ
diff --git a/skills/lessons-learned-checklist-reviewer.skill b/skills/lessons-learned-checklist-reviewer.skill
new file mode 100644
index 0000000..142a364
Binary files /dev/null and b/skills/lessons-learned-checklist-reviewer.skill differ
diff --git a/skills/mbse-model-architecture-builder.skill b/skills/mbse-model-architecture-builder.skill
new file mode 100644
index 0000000..07bd7fc
Binary files /dev/null and b/skills/mbse-model-architecture-builder.skill differ
diff --git a/skills/mbse-model-architecture-checklist-reviewer.skill b/skills/mbse-model-architecture-checklist-reviewer.skill
new file mode 100644
index 0000000..d40c24c
Binary files /dev/null and b/skills/mbse-model-architecture-checklist-reviewer.skill differ
diff --git a/skills/mbse-requirements-allocation-builder.skill b/skills/mbse-requirements-allocation-builder.skill
new file mode 100644
index 0000000..79acac3
Binary files /dev/null and b/skills/mbse-requirements-allocation-builder.skill differ
diff --git a/skills/mbse-requirements-allocation-checklist-reviewer.skill b/skills/mbse-requirements-allocation-checklist-reviewer.skill
new file mode 100644
index 0000000..6e29289
Binary files /dev/null and b/skills/mbse-requirements-allocation-checklist-reviewer.skill differ
diff --git a/skills/mbse-system-context-builder.skill b/skills/mbse-system-context-builder.skill
new file mode 100644
index 0000000..b79d292
Binary files /dev/null and b/skills/mbse-system-context-builder.skill differ
diff --git a/skills/mbse-system-context-checklist-reviewer.skill b/skills/mbse-system-context-checklist-reviewer.skill
new file mode 100644
index 0000000..303eee1
Binary files /dev/null and b/skills/mbse-system-context-checklist-reviewer.skill differ
diff --git a/skills/odx-builder.skill b/skills/odx-builder.skill
new file mode 100644
index 0000000..c115cfc
Binary files /dev/null and b/skills/odx-builder.skill differ
diff --git a/skills/odx-checklist-reviewer.skill b/skills/odx-checklist-reviewer.skill
new file mode 100644
index 0000000..7103c8d
Binary files /dev/null and b/skills/odx-checklist-reviewer.skill differ
diff --git a/skills/safety-gate-review-builder.skill b/skills/safety-gate-review-builder.skill
new file mode 100644
index 0000000..e9abdf1
Binary files /dev/null and b/skills/safety-gate-review-builder.skill differ
diff --git a/skills/safety-gate-review-checklist-reviewer.skill b/skills/safety-gate-review-checklist-reviewer.skill
new file mode 100644
index 0000000..a3e7535
Binary files /dev/null and b/skills/safety-gate-review-checklist-reviewer.skill differ
diff --git a/skills/safety-program-risk-register-builder.skill b/skills/safety-program-risk-register-builder.skill
new file mode 100644
index 0000000..1d46433
Binary files /dev/null and b/skills/safety-program-risk-register-builder.skill differ
diff --git a/skills/safety-program-risk-register-checklist-reviewer.skill b/skills/safety-program-risk-register-checklist-reviewer.skill
new file mode 100644
index 0000000..dddb9cc
Binary files /dev/null and b/skills/safety-program-risk-register-checklist-reviewer.skill differ
diff --git a/skills/sysml-activity-diagram-builder.skill b/skills/sysml-activity-diagram-builder.skill
new file mode 100644
index 0000000..82fa852
Binary files /dev/null and b/skills/sysml-activity-diagram-builder.skill differ
diff --git a/skills/sysml-activity-diagram-checklist-reviewer.skill b/skills/sysml-activity-diagram-checklist-reviewer.skill
new file mode 100644
index 0000000..81042ea
Binary files /dev/null and b/skills/sysml-activity-diagram-checklist-reviewer.skill differ
diff --git a/skills/sysml-block-diagram-builder.skill b/skills/sysml-block-diagram-builder.skill
new file mode 100644
index 0000000..275d483
Binary files /dev/null and b/skills/sysml-block-diagram-builder.skill differ
diff --git a/skills/sysml-block-diagram-checklist-reviewer.skill b/skills/sysml-block-diagram-checklist-reviewer.skill
new file mode 100644
index 0000000..638e2ca
Binary files /dev/null and b/skills/sysml-block-diagram-checklist-reviewer.skill differ
diff --git a/skills/sysml-requirement-diagram-builder.skill b/skills/sysml-requirement-diagram-builder.skill
new file mode 100644
index 0000000..0ab49c9
Binary files /dev/null and b/skills/sysml-requirement-diagram-builder.skill differ
diff --git a/skills/sysml-requirement-diagram-checklist-reviewer.skill b/skills/sysml-requirement-diagram-checklist-reviewer.skill
new file mode 100644
index 0000000..67132e7
Binary files /dev/null and b/skills/sysml-requirement-diagram-checklist-reviewer.skill differ
diff --git a/skills/sysml-state-machine-builder.skill b/skills/sysml-state-machine-builder.skill
new file mode 100644
index 0000000..f8fa513
Binary files /dev/null and b/skills/sysml-state-machine-builder.skill differ
diff --git a/skills/sysml-state-machine-checklist-reviewer.skill b/skills/sysml-state-machine-checklist-reviewer.skill
new file mode 100644
index 0000000..e84a09d
Binary files /dev/null and b/skills/sysml-state-machine-checklist-reviewer.skill differ
diff --git a/skills/test-case-catalog-builder.skill b/skills/test-case-catalog-builder.skill
new file mode 100644
index 0000000..e2de1d6
Binary files /dev/null and b/skills/test-case-catalog-builder.skill differ
diff --git a/skills/test-case-catalog-checklist-reviewer.skill b/skills/test-case-catalog-checklist-reviewer.skill
new file mode 100644
index 0000000..fc3aa4a
Binary files /dev/null and b/skills/test-case-catalog-checklist-reviewer.skill differ
diff --git a/skills/traceability-matrix-builder.skill b/skills/traceability-matrix-builder.skill
new file mode 100644
index 0000000..182f238
Binary files /dev/null and b/skills/traceability-matrix-builder.skill differ
diff --git a/skills/traceability-matrix-checklist-reviewer.skill b/skills/traceability-matrix-checklist-reviewer.skill
new file mode 100644
index 0000000..06d106d
Binary files /dev/null and b/skills/traceability-matrix-checklist-reviewer.skill differ
diff --git a/skills/uds-services-builder.skill b/skills/uds-services-builder.skill
new file mode 100644
index 0000000..160bbd1
Binary files /dev/null and b/skills/uds-services-builder.skill differ
diff --git a/skills/uds-services-checklist-reviewer.skill b/skills/uds-services-checklist-reviewer.skill
new file mode 100644
index 0000000..142203f
Binary files /dev/null and b/skills/uds-services-checklist-reviewer.skill differ
diff --git a/skills/validation-plan-builder.skill b/skills/validation-plan-builder.skill
new file mode 100644
index 0000000..2ffa085
Binary files /dev/null and b/skills/validation-plan-builder.skill differ
diff --git a/skills/validation-plan-checklist-reviewer.skill b/skills/validation-plan-checklist-reviewer.skill
new file mode 100644
index 0000000..65bcef0
Binary files /dev/null and b/skills/validation-plan-checklist-reviewer.skill differ
diff --git a/skills/verification-plan-builder.skill b/skills/verification-plan-builder.skill
new file mode 100644
index 0000000..7bf3768
Binary files /dev/null and b/skills/verification-plan-builder.skill differ
diff --git a/skills/verification-plan-checklist-reviewer.skill b/skills/verification-plan-checklist-reviewer.skill
new file mode 100644
index 0000000..d8fa415
Binary files /dev/null and b/skills/verification-plan-checklist-reviewer.skill differ
diff --git a/skills/vv-execution-report-builder.skill b/skills/vv-execution-report-builder.skill
new file mode 100644
index 0000000..4210e90
Binary files /dev/null and b/skills/vv-execution-report-builder.skill differ
diff --git a/skills/vv-execution-report-checklist-reviewer.skill b/skills/vv-execution-report-checklist-reviewer.skill
new file mode 100644
index 0000000..0b54c6a
Binary files /dev/null and b/skills/vv-execution-report-checklist-reviewer.skill differ
diff --git a/skills/wp-status-rollup-builder.skill b/skills/wp-status-rollup-builder.skill
new file mode 100644
index 0000000..8f32afc
Binary files /dev/null and b/skills/wp-status-rollup-builder.skill differ
diff --git a/skills/wp-status-rollup-checklist-reviewer.skill b/skills/wp-status-rollup-checklist-reviewer.skill
new file mode 100644
index 0000000..69b8975
Binary files /dev/null and b/skills/wp-status-rollup-checklist-reviewer.skill differ