@event4u/agent-config 1.34.0 → 1.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/.agent-src/commands/memory/load.md +69 -0
  2. package/.agent-src/commands/memory/mine-session.md +151 -0
  3. package/.agent-src/commands/memory/promote.md +35 -0
  4. package/.agent-src/commands/memory/propose.md +10 -1
  5. package/.agent-src/commands/memory.md +5 -3
  6. package/.agent-src/commands/roadmap/process-full.md +20 -15
  7. package/.agent-src/contexts/authority/scope-mechanics.md +36 -0
  8. package/.agent-src/contexts/execution/autonomy-detection.md +7 -7
  9. package/.agent-src/contexts/execution/roadmap-process-loop.md +16 -10
  10. package/.agent-src/personas/discovery-lead.md +99 -0
  11. package/.agent-src/personas/product-owner.md +71 -52
  12. package/.agent-src/personas/revops-maintainer.md +100 -0
  13. package/.agent-src/personas/tech-writer.md +99 -0
  14. package/.agent-src/rules/autonomous-execution.md +25 -0
  15. package/.agent-src/rules/scope-control.md +12 -5
  16. package/.agent-src/skills/competitive-positioning/SKILL.md +152 -0
  17. package/.agent-src/skills/customer-research/SKILL.md +116 -0
  18. package/.agent-src/skills/decision-record/SKILL.md +78 -3
  19. package/.agent-src/skills/discovery-interview/SKILL.md +152 -0
  20. package/.agent-src/skills/launch-readiness/SKILL.md +156 -0
  21. package/.agent-src/skills/memory-consolidation/SKILL.md +216 -0
  22. package/.agent-src/skills/release-comms/SKILL.md +123 -0
  23. package/.agent-src/skills/roadmap-writing/SKILL.md +1 -1
  24. package/.agent-src/skills/stakeholder-tradeoff/SKILL.md +91 -3
  25. package/.agent-src/skills/voc-extract/SKILL.md +164 -0
  26. package/.agent-src/templates/roadmaps.md +14 -0
  27. package/.claude-plugin/marketplace.json +9 -1
  28. package/CHANGELOG.md +64 -0
  29. package/README.md +3 -3
  30. package/config/agent-settings.template.yml +35 -0
  31. package/docs/architecture.md +3 -3
  32. package/docs/catalog.md +14 -5
  33. package/docs/contracts/agent-memory-contract.md +15 -1
  34. package/docs/contracts/command-clusters.md +1 -1
  35. package/docs/contracts/context-spine.md +133 -0
  36. package/docs/contracts/file-ownership-matrix.json +388 -0
  37. package/docs/contracts/mental-models.md +336 -0
  38. package/docs/getting-started.md +1 -1
  39. package/docs/guidelines/agent-infra/engineering-memory-data-format.md +52 -0
  40. package/docs/guidelines/cross-role-handoff.md +127 -0
  41. package/package.json +1 -1
  42. package/scripts/check_memory.py +106 -4
  43. package/scripts/check_references.py +1 -0
  44. package/scripts/lint_context_spine_usage.py +133 -0
  45. package/scripts/lint_roadmap_complexity.py +87 -3
  46. package/scripts/mine_session.py +279 -0
  47. package/scripts/schemas/skill.schema.json +9 -0
@@ -351,6 +351,12 @@
351
351
  "load_context": [],
352
352
  "load_context_eager": []
353
353
  },
354
+ ".agent-src.uncompressed/commands/memory/mine-session.md": {
355
+ "kind": "command",
356
+ "rule_type": null,
357
+ "load_context": [],
358
+ "load_context_eager": []
359
+ },
354
360
  ".agent-src.uncompressed/commands/memory/promote.md": {
355
361
  "kind": "command",
356
362
  "rule_type": null,
@@ -843,6 +849,12 @@
843
849
  "load_context": [],
844
850
  "load_context_eager": []
845
851
  },
852
+ ".agent-src.uncompressed/personas/discovery-lead.md": {
853
+ "kind": "persona",
854
+ "rule_type": null,
855
+ "load_context": [],
856
+ "load_context_eager": []
857
+ },
846
858
  ".agent-src.uncompressed/personas/eloquent-tamer.md": {
847
859
  "kind": "persona",
848
860
  "rule_type": null,
@@ -867,6 +879,12 @@
867
879
  "load_context": [],
868
880
  "load_context_eager": []
869
881
  },
882
+ ".agent-src.uncompressed/personas/revops-maintainer.md": {
883
+ "kind": "persona",
884
+ "rule_type": null,
885
+ "load_context": [],
886
+ "load_context_eager": []
887
+ },
870
888
  ".agent-src.uncompressed/personas/security-engineer.md": {
871
889
  "kind": "persona",
872
890
  "rule_type": null,
@@ -885,6 +903,12 @@
885
903
  "load_context": [],
886
904
  "load_context_eager": []
887
905
  },
906
+ ".agent-src.uncompressed/personas/tech-writer.md": {
907
+ "kind": "persona",
908
+ "rule_type": null,
909
+ "load_context": [],
910
+ "load_context_eager": []
911
+ },
888
912
  ".agent-src.uncompressed/rules/agent-authority.md": {
889
913
  "kind": "rule",
890
914
  "rule_type": "always",
@@ -1416,6 +1440,12 @@
1416
1440
  "load_context": [],
1417
1441
  "load_context_eager": []
1418
1442
  },
1443
+ ".agent-src.uncompressed/skills/competitive-positioning/SKILL.md": {
1444
+ "kind": "skill",
1445
+ "rule_type": null,
1446
+ "load_context": [],
1447
+ "load_context_eager": []
1448
+ },
1419
1449
  ".agent-src.uncompressed/skills/composer-packages/SKILL.md": {
1420
1450
  "kind": "skill",
1421
1451
  "rule_type": null,
@@ -1452,6 +1482,12 @@
1452
1482
  "load_context": [],
1453
1483
  "load_context_eager": []
1454
1484
  },
1485
+ ".agent-src.uncompressed/skills/customer-research/SKILL.md": {
1486
+ "kind": "skill",
1487
+ "rule_type": null,
1488
+ "load_context": [],
1489
+ "load_context_eager": []
1490
+ },
1455
1491
  ".agent-src.uncompressed/skills/dashboard-design/SKILL.md": {
1456
1492
  "kind": "skill",
1457
1493
  "rule_type": null,
@@ -1524,6 +1560,12 @@
1524
1560
  "load_context": [],
1525
1561
  "load_context_eager": []
1526
1562
  },
1563
+ ".agent-src.uncompressed/skills/discovery-interview/SKILL.md": {
1564
+ "kind": "skill",
1565
+ "rule_type": null,
1566
+ "load_context": [],
1567
+ "load_context_eager": []
1568
+ },
1527
1569
  ".agent-src.uncompressed/skills/docker/SKILL.md": {
1528
1570
  "kind": "skill",
1529
1571
  "rule_type": null,
@@ -1728,6 +1770,12 @@
1728
1770
  "load_context": [],
1729
1771
  "load_context_eager": []
1730
1772
  },
1773
+ ".agent-src.uncompressed/skills/launch-readiness/SKILL.md": {
1774
+ "kind": "skill",
1775
+ "rule_type": null,
1776
+ "load_context": [],
1777
+ "load_context_eager": []
1778
+ },
1731
1779
  ".agent-src.uncompressed/skills/learning-to-rule-or-skill/SKILL.md": {
1732
1780
  "kind": "skill",
1733
1781
  "rule_type": null,
@@ -1782,6 +1830,12 @@
1782
1830
  "load_context": [],
1783
1831
  "load_context_eager": []
1784
1832
  },
1833
+ ".agent-src.uncompressed/skills/memory-consolidation/SKILL.md": {
1834
+ "kind": "skill",
1835
+ "rule_type": null,
1836
+ "load_context": [],
1837
+ "load_context_eager": []
1838
+ },
1785
1839
  ".agent-src.uncompressed/skills/merge-conflicts/SKILL.md": {
1786
1840
  "kind": "skill",
1787
1841
  "rule_type": null,
@@ -2022,6 +2076,12 @@
2022
2076
  "load_context": [],
2023
2077
  "load_context_eager": []
2024
2078
  },
2079
+ ".agent-src.uncompressed/skills/release-comms/SKILL.md": {
2080
+ "kind": "skill",
2081
+ "rule_type": null,
2082
+ "load_context": [],
2083
+ "load_context_eager": []
2084
+ },
2025
2085
  ".agent-src.uncompressed/skills/repomix-packer/SKILL.md": {
2026
2086
  "kind": "skill",
2027
2087
  "rule_type": null,
@@ -2322,6 +2382,12 @@
2322
2382
  "load_context": [],
2323
2383
  "load_context_eager": []
2324
2384
  },
2385
+ ".agent-src.uncompressed/skills/voc-extract/SKILL.md": {
2386
+ "kind": "skill",
2387
+ "rule_type": null,
2388
+ "load_context": [],
2389
+ "load_context_eager": []
2390
+ },
2325
2391
  ".agent-src.uncompressed/skills/websocket/SKILL.md": {
2326
2392
  "kind": "skill",
2327
2393
  "rule_type": null,
@@ -3205,6 +3271,41 @@
3205
3271
  "via": "self",
3206
3272
  "depth": 0
3207
3273
  },
3274
+ {
3275
+ "source": ".agent-src.uncompressed/commands/memory/load.md",
3276
+ "target": ".agent-src.uncompressed/skills/memory-consolidation/SKILL.md",
3277
+ "type": "READ_ONLY",
3278
+ "via": "body_link",
3279
+ "depth": 1
3280
+ },
3281
+ {
3282
+ "source": ".agent-src.uncompressed/commands/memory/mine-session.md",
3283
+ "target": ".agent-src.uncompressed/commands/memory/mine-session.md",
3284
+ "type": "WRITE",
3285
+ "via": "self",
3286
+ "depth": 0
3287
+ },
3288
+ {
3289
+ "source": ".agent-src.uncompressed/commands/memory/mine-session.md",
3290
+ "target": ".agent-src.uncompressed/commands/memory/promote.md",
3291
+ "type": "READ_ONLY",
3292
+ "via": "body_link",
3293
+ "depth": 1
3294
+ },
3295
+ {
3296
+ "source": ".agent-src.uncompressed/commands/memory/mine-session.md",
3297
+ "target": ".agent-src.uncompressed/commands/memory/propose.md",
3298
+ "type": "READ_ONLY",
3299
+ "via": "body_link",
3300
+ "depth": 1
3301
+ },
3302
+ {
3303
+ "source": ".agent-src.uncompressed/commands/memory/mine-session.md",
3304
+ "target": ".agent-src.uncompressed/skills/memory-consolidation/SKILL.md",
3305
+ "type": "READ_ONLY",
3306
+ "via": "body_link",
3307
+ "depth": 1
3308
+ },
3208
3309
  {
3209
3310
  "source": ".agent-src.uncompressed/commands/memory/promote.md",
3210
3311
  "target": ".agent-src.uncompressed/commands/memory/promote.md",
@@ -3219,6 +3320,13 @@
3219
3320
  "via": "self",
3220
3321
  "depth": 0
3221
3322
  },
3323
+ {
3324
+ "source": ".agent-src.uncompressed/commands/memory/propose.md",
3325
+ "target": ".agent-src.uncompressed/skills/memory-consolidation/SKILL.md",
3326
+ "type": "READ_ONLY",
3327
+ "via": "body_link",
3328
+ "depth": 1
3329
+ },
3222
3330
  {
3223
3331
  "source": ".agent-src.uncompressed/commands/mode.md",
3224
3332
  "target": ".agent-src.uncompressed/commands/mode.md",
@@ -4192,6 +4300,13 @@
4192
4300
  "via": "self",
4193
4301
  "depth": 0
4194
4302
  },
4303
+ {
4304
+ "source": ".agent-src.uncompressed/contexts/authority/scope-mechanics.md",
4305
+ "target": ".agent-src.uncompressed/rules/autonomous-execution.md",
4306
+ "type": "READ_ONLY",
4307
+ "via": "body_link",
4308
+ "depth": 1
4309
+ },
4195
4310
  {
4196
4311
  "source": ".agent-src.uncompressed/contexts/authority/scope-mechanics.md",
4197
4312
  "target": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
@@ -4801,6 +4916,13 @@
4801
4916
  "via": "self",
4802
4917
  "depth": 0
4803
4918
  },
4919
+ {
4920
+ "source": ".agent-src.uncompressed/personas/discovery-lead.md",
4921
+ "target": ".agent-src.uncompressed/personas/discovery-lead.md",
4922
+ "type": "WRITE",
4923
+ "via": "self",
4924
+ "depth": 0
4925
+ },
4804
4926
  {
4805
4927
  "source": ".agent-src.uncompressed/personas/eloquent-tamer.md",
4806
4928
  "target": ".agent-src.uncompressed/personas/eloquent-tamer.md",
@@ -4822,6 +4944,20 @@
4822
4944
  "via": "self",
4823
4945
  "depth": 0
4824
4946
  },
4947
+ {
4948
+ "source": ".agent-src.uncompressed/personas/product-owner.md",
4949
+ "target": ".agent-src.uncompressed/skills/customer-research/SKILL.md",
4950
+ "type": "READ_ONLY",
4951
+ "via": "body_link",
4952
+ "depth": 1
4953
+ },
4954
+ {
4955
+ "source": ".agent-src.uncompressed/personas/product-owner.md",
4956
+ "target": ".agent-src.uncompressed/skills/release-comms/SKILL.md",
4957
+ "type": "READ_ONLY",
4958
+ "via": "body_link",
4959
+ "depth": 1
4960
+ },
4825
4961
  {
4826
4962
  "source": ".agent-src.uncompressed/personas/qa.md",
4827
4963
  "target": ".agent-src.uncompressed/personas/qa.md",
@@ -4829,6 +4965,13 @@
4829
4965
  "via": "self",
4830
4966
  "depth": 0
4831
4967
  },
4968
+ {
4969
+ "source": ".agent-src.uncompressed/personas/revops-maintainer.md",
4970
+ "target": ".agent-src.uncompressed/personas/revops-maintainer.md",
4971
+ "type": "WRITE",
4972
+ "via": "self",
4973
+ "depth": 0
4974
+ },
4832
4975
  {
4833
4976
  "source": ".agent-src.uncompressed/personas/security-engineer.md",
4834
4977
  "target": ".agent-src.uncompressed/personas/security-engineer.md",
@@ -4850,6 +4993,13 @@
4850
4993
  "via": "self",
4851
4994
  "depth": 0
4852
4995
  },
4996
+ {
4997
+ "source": ".agent-src.uncompressed/personas/tech-writer.md",
4998
+ "target": ".agent-src.uncompressed/personas/tech-writer.md",
4999
+ "type": "WRITE",
5000
+ "via": "self",
5001
+ "depth": 0
5002
+ },
4853
5003
  {
4854
5004
  "source": ".agent-src.uncompressed/rules/agent-authority.md",
4855
5005
  "target": ".agent-src.uncompressed/rules/agent-authority.md",
@@ -6425,6 +6575,41 @@
6425
6575
  "via": "body_link",
6426
6576
  "depth": 1
6427
6577
  },
6578
+ {
6579
+ "source": ".agent-src.uncompressed/skills/competitive-positioning/SKILL.md",
6580
+ "target": ".agent-src.uncompressed/skills/competitive-positioning/SKILL.md",
6581
+ "type": "WRITE",
6582
+ "via": "self",
6583
+ "depth": 0
6584
+ },
6585
+ {
6586
+ "source": ".agent-src.uncompressed/skills/competitive-positioning/SKILL.md",
6587
+ "target": ".agent-src.uncompressed/skills/dcf-modeling/SKILL.md",
6588
+ "type": "READ_ONLY",
6589
+ "via": "body_link",
6590
+ "depth": 1
6591
+ },
6592
+ {
6593
+ "source": ".agent-src.uncompressed/skills/competitive-positioning/SKILL.md",
6594
+ "target": ".agent-src.uncompressed/skills/decision-record/SKILL.md",
6595
+ "type": "READ_ONLY",
6596
+ "via": "body_link",
6597
+ "depth": 1
6598
+ },
6599
+ {
6600
+ "source": ".agent-src.uncompressed/skills/competitive-positioning/SKILL.md",
6601
+ "target": ".agent-src.uncompressed/skills/stakeholder-tradeoff/SKILL.md",
6602
+ "type": "READ_ONLY",
6603
+ "via": "body_link",
6604
+ "depth": 1
6605
+ },
6606
+ {
6607
+ "source": ".agent-src.uncompressed/skills/competitive-positioning/SKILL.md",
6608
+ "target": ".agent-src.uncompressed/skills/upstream-contribute/SKILL.md",
6609
+ "type": "READ_ONLY",
6610
+ "via": "body_link",
6611
+ "depth": 1
6612
+ },
6428
6613
  {
6429
6614
  "source": ".agent-src.uncompressed/skills/composer-packages/SKILL.md",
6430
6615
  "target": ".agent-src.uncompressed/skills/composer-packages/SKILL.md",
@@ -6488,6 +6673,48 @@
6488
6673
  "via": "self",
6489
6674
  "depth": 0
6490
6675
  },
6676
+ {
6677
+ "source": ".agent-src.uncompressed/skills/customer-research/SKILL.md",
6678
+ "target": ".agent-src.uncompressed/personas/product-owner.md",
6679
+ "type": "READ_ONLY",
6680
+ "via": "body_link",
6681
+ "depth": 1
6682
+ },
6683
+ {
6684
+ "source": ".agent-src.uncompressed/skills/customer-research/SKILL.md",
6685
+ "target": ".agent-src.uncompressed/skills/customer-research/SKILL.md",
6686
+ "type": "WRITE",
6687
+ "via": "self",
6688
+ "depth": 0
6689
+ },
6690
+ {
6691
+ "source": ".agent-src.uncompressed/skills/customer-research/SKILL.md",
6692
+ "target": ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md",
6693
+ "type": "READ_ONLY",
6694
+ "via": "body_link",
6695
+ "depth": 1
6696
+ },
6697
+ {
6698
+ "source": ".agent-src.uncompressed/skills/customer-research/SKILL.md",
6699
+ "target": ".agent-src.uncompressed/skills/po-discovery/SKILL.md",
6700
+ "type": "READ_ONLY",
6701
+ "via": "body_link",
6702
+ "depth": 1
6703
+ },
6704
+ {
6705
+ "source": ".agent-src.uncompressed/skills/customer-research/SKILL.md",
6706
+ "target": ".agent-src.uncompressed/skills/refine-ticket/SKILL.md",
6707
+ "type": "READ_ONLY",
6708
+ "via": "body_link",
6709
+ "depth": 1
6710
+ },
6711
+ {
6712
+ "source": ".agent-src.uncompressed/skills/customer-research/SKILL.md",
6713
+ "target": ".agent-src.uncompressed/skills/rice-prioritization/SKILL.md",
6714
+ "type": "READ_ONLY",
6715
+ "via": "body_link",
6716
+ "depth": 1
6717
+ },
6491
6718
  {
6492
6719
  "source": ".agent-src.uncompressed/skills/dashboard-design/SKILL.md",
6493
6720
  "target": ".agent-src.uncompressed/skills/dashboard-design/SKILL.md",
@@ -6579,6 +6806,20 @@
6579
6806
  "via": "self",
6580
6807
  "depth": 0
6581
6808
  },
6809
+ {
6810
+ "source": ".agent-src.uncompressed/skills/decision-record/SKILL.md",
6811
+ "target": ".agent-src.uncompressed/skills/risk-officer/SKILL.md",
6812
+ "type": "READ_ONLY",
6813
+ "via": "body_link",
6814
+ "depth": 1
6815
+ },
6816
+ {
6817
+ "source": ".agent-src.uncompressed/skills/decision-record/SKILL.md",
6818
+ "target": ".agent-src.uncompressed/skills/stakeholder-tradeoff/SKILL.md",
6819
+ "type": "READ_ONLY",
6820
+ "via": "body_link",
6821
+ "depth": 1
6822
+ },
6582
6823
  {
6583
6824
  "source": ".agent-src.uncompressed/skills/deep-reading-analyst/SKILL.md",
6584
6825
  "target": ".agent-src.uncompressed/skills/deep-reading-analyst/SKILL.md",
@@ -6649,6 +6890,41 @@
6649
6890
  "via": "self",
6650
6891
  "depth": 0
6651
6892
  },
6893
+ {
6894
+ "source": ".agent-src.uncompressed/skills/discovery-interview/SKILL.md",
6895
+ "target": ".agent-src.uncompressed/skills/customer-research/SKILL.md",
6896
+ "type": "READ_ONLY",
6897
+ "via": "body_link",
6898
+ "depth": 1
6899
+ },
6900
+ {
6901
+ "source": ".agent-src.uncompressed/skills/discovery-interview/SKILL.md",
6902
+ "target": ".agent-src.uncompressed/skills/discovery-interview/SKILL.md",
6903
+ "type": "WRITE",
6904
+ "via": "self",
6905
+ "depth": 0
6906
+ },
6907
+ {
6908
+ "source": ".agent-src.uncompressed/skills/discovery-interview/SKILL.md",
6909
+ "target": ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md",
6910
+ "type": "READ_ONLY",
6911
+ "via": "body_link",
6912
+ "depth": 1
6913
+ },
6914
+ {
6915
+ "source": ".agent-src.uncompressed/skills/discovery-interview/SKILL.md",
6916
+ "target": ".agent-src.uncompressed/skills/refine-ticket/SKILL.md",
6917
+ "type": "READ_ONLY",
6918
+ "via": "body_link",
6919
+ "depth": 1
6920
+ },
6921
+ {
6922
+ "source": ".agent-src.uncompressed/skills/discovery-interview/SKILL.md",
6923
+ "target": ".agent-src.uncompressed/skills/voc-extract/SKILL.md",
6924
+ "type": "READ_ONLY",
6925
+ "via": "body_link",
6926
+ "depth": 1
6927
+ },
6652
6928
  {
6653
6929
  "source": ".agent-src.uncompressed/skills/docker/SKILL.md",
6654
6930
  "target": ".agent-src.uncompressed/skills/docker/SKILL.md",
@@ -7356,6 +7632,34 @@
7356
7632
  "via": "self",
7357
7633
  "depth": 0
7358
7634
  },
7635
+ {
7636
+ "source": ".agent-src.uncompressed/skills/launch-readiness/SKILL.md",
7637
+ "target": ".agent-src.uncompressed/skills/finishing-a-development-branch/SKILL.md",
7638
+ "type": "READ_ONLY",
7639
+ "via": "body_link",
7640
+ "depth": 1
7641
+ },
7642
+ {
7643
+ "source": ".agent-src.uncompressed/skills/launch-readiness/SKILL.md",
7644
+ "target": ".agent-src.uncompressed/skills/launch-readiness/SKILL.md",
7645
+ "type": "WRITE",
7646
+ "via": "self",
7647
+ "depth": 0
7648
+ },
7649
+ {
7650
+ "source": ".agent-src.uncompressed/skills/launch-readiness/SKILL.md",
7651
+ "target": ".agent-src.uncompressed/skills/release-comms/SKILL.md",
7652
+ "type": "READ_ONLY",
7653
+ "via": "body_link",
7654
+ "depth": 1
7655
+ },
7656
+ {
7657
+ "source": ".agent-src.uncompressed/skills/launch-readiness/SKILL.md",
7658
+ "target": ".agent-src.uncompressed/skills/stakeholder-tradeoff/SKILL.md",
7659
+ "type": "READ_ONLY",
7660
+ "via": "body_link",
7661
+ "depth": 1
7662
+ },
7359
7663
  {
7360
7664
  "source": ".agent-src.uncompressed/skills/learning-to-rule-or-skill/SKILL.md",
7361
7665
  "target": ".agent-src.uncompressed/skills/learning-to-rule-or-skill/SKILL.md",
@@ -7510,6 +7814,20 @@
7510
7814
  "via": "self",
7511
7815
  "depth": 0
7512
7816
  },
7817
+ {
7818
+ "source": ".agent-src.uncompressed/skills/memory-consolidation/SKILL.md",
7819
+ "target": ".agent-src.uncompressed/commands/onboard.md",
7820
+ "type": "READ_ONLY",
7821
+ "via": "body_link",
7822
+ "depth": 1
7823
+ },
7824
+ {
7825
+ "source": ".agent-src.uncompressed/skills/memory-consolidation/SKILL.md",
7826
+ "target": ".agent-src.uncompressed/skills/memory-consolidation/SKILL.md",
7827
+ "type": "WRITE",
7828
+ "via": "self",
7829
+ "depth": 0
7830
+ },
7513
7831
  {
7514
7832
  "source": ".agent-src.uncompressed/skills/merge-conflicts/SKILL.md",
7515
7833
  "target": ".agent-src.uncompressed/skills/merge-conflicts/SKILL.md",
@@ -8056,6 +8374,48 @@
8056
8374
  "via": "body_link",
8057
8375
  "depth": 1
8058
8376
  },
8377
+ {
8378
+ "source": ".agent-src.uncompressed/skills/release-comms/SKILL.md",
8379
+ "target": ".agent-src.uncompressed/personas/product-owner.md",
8380
+ "type": "READ_ONLY",
8381
+ "via": "body_link",
8382
+ "depth": 1
8383
+ },
8384
+ {
8385
+ "source": ".agent-src.uncompressed/skills/release-comms/SKILL.md",
8386
+ "target": ".agent-src.uncompressed/skills/customer-research/SKILL.md",
8387
+ "type": "READ_ONLY",
8388
+ "via": "body_link",
8389
+ "depth": 1
8390
+ },
8391
+ {
8392
+ "source": ".agent-src.uncompressed/skills/release-comms/SKILL.md",
8393
+ "target": ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md",
8394
+ "type": "READ_ONLY",
8395
+ "via": "body_link",
8396
+ "depth": 1
8397
+ },
8398
+ {
8399
+ "source": ".agent-src.uncompressed/skills/release-comms/SKILL.md",
8400
+ "target": ".agent-src.uncompressed/skills/incident-commander/SKILL.md",
8401
+ "type": "READ_ONLY",
8402
+ "via": "body_link",
8403
+ "depth": 1
8404
+ },
8405
+ {
8406
+ "source": ".agent-src.uncompressed/skills/release-comms/SKILL.md",
8407
+ "target": ".agent-src.uncompressed/skills/release-comms/SKILL.md",
8408
+ "type": "WRITE",
8409
+ "via": "self",
8410
+ "depth": 0
8411
+ },
8412
+ {
8413
+ "source": ".agent-src.uncompressed/skills/release-comms/SKILL.md",
8414
+ "target": ".agent-src.uncompressed/skills/rice-prioritization/SKILL.md",
8415
+ "type": "READ_ONLY",
8416
+ "via": "body_link",
8417
+ "depth": 1
8418
+ },
8059
8419
  {
8060
8420
  "source": ".agent-src.uncompressed/skills/repomix-packer/SKILL.md",
8061
8421
  "target": ".agent-src.uncompressed/commands/analyze-reference-repo.md",
@@ -9316,6 +9676,34 @@
9316
9676
  "via": "self",
9317
9677
  "depth": 0
9318
9678
  },
9679
+ {
9680
+ "source": ".agent-src.uncompressed/skills/voc-extract/SKILL.md",
9681
+ "target": ".agent-src.uncompressed/skills/discovery-interview/SKILL.md",
9682
+ "type": "READ_ONLY",
9683
+ "via": "body_link",
9684
+ "depth": 1
9685
+ },
9686
+ {
9687
+ "source": ".agent-src.uncompressed/skills/voc-extract/SKILL.md",
9688
+ "target": ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md",
9689
+ "type": "READ_ONLY",
9690
+ "via": "body_link",
9691
+ "depth": 1
9692
+ },
9693
+ {
9694
+ "source": ".agent-src.uncompressed/skills/voc-extract/SKILL.md",
9695
+ "target": ".agent-src.uncompressed/skills/refine-ticket/SKILL.md",
9696
+ "type": "READ_ONLY",
9697
+ "via": "body_link",
9698
+ "depth": 1
9699
+ },
9700
+ {
9701
+ "source": ".agent-src.uncompressed/skills/voc-extract/SKILL.md",
9702
+ "target": ".agent-src.uncompressed/skills/voc-extract/SKILL.md",
9703
+ "type": "WRITE",
9704
+ "via": "self",
9705
+ "depth": 0
9706
+ },
9319
9707
  {
9320
9708
  "source": ".agent-src.uncompressed/skills/websocket/SKILL.md",
9321
9709
  "target": ".agent-src.uncompressed/skills/websocket/SKILL.md",