@event4u/agent-config 1.32.0 → 1.34.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 (210) hide show
  1. package/.agent-src/commands/research/deep.md +149 -0
  2. package/.agent-src/commands/research/report.md +134 -0
  3. package/.agent-src/commands/research.md +43 -13
  4. package/.agent-src/commands/review-changes.md +13 -8
  5. package/.agent-src/personas/README.md +12 -21
  6. package/.agent-src/personas/_template-specialist/persona.md +89 -0
  7. package/.agent-src/personas/backend-architect.md +96 -0
  8. package/.agent-src/personas/eloquent-tamer.md +96 -0
  9. package/.agent-src/personas/frontend-engineer.md +100 -0
  10. package/.agent-src/personas/qa.md +27 -2
  11. package/.agent-src/personas/security-engineer.md +100 -0
  12. package/.agent-src/skills/accessibility-auditor/SKILL.md +132 -0
  13. package/.agent-src/skills/adr-create/SKILL.md +1 -0
  14. package/.agent-src/skills/adversarial-review/SKILL.md +1 -0
  15. package/.agent-src/skills/agent-docs-writing/SKILL.md +1 -0
  16. package/.agent-src/skills/agents-md-thin-root/SKILL.md +1 -0
  17. package/.agent-src/skills/ai-council/SKILL.md +1 -0
  18. package/.agent-src/skills/analysis-autonomous-mode/SKILL.md +1 -0
  19. package/.agent-src/skills/analysis-skill-router/SKILL.md +1 -0
  20. package/.agent-src/skills/api-design/SKILL.md +3 -0
  21. package/.agent-src/skills/api-endpoint/SKILL.md +1 -0
  22. package/.agent-src/skills/api-testing/SKILL.md +1 -0
  23. package/.agent-src/skills/architecture-review-lens/SKILL.md +137 -0
  24. package/.agent-src/skills/artisan-commands/SKILL.md +1 -0
  25. package/.agent-src/skills/async-python-patterns/SKILL.md +1 -0
  26. package/.agent-src/skills/authz-review/SKILL.md +4 -0
  27. package/.agent-src/skills/aws-infrastructure/SKILL.md +1 -0
  28. package/.agent-src/skills/blade-ui/SKILL.md +1 -0
  29. package/.agent-src/skills/blast-radius-analyzer/SKILL.md +3 -0
  30. package/.agent-src/skills/bug-analyzer/SKILL.md +1 -0
  31. package/.agent-src/skills/check-refs/SKILL.md +1 -0
  32. package/.agent-src/skills/code-refactoring/SKILL.md +1 -0
  33. package/.agent-src/skills/code-review/SKILL.md +1 -0
  34. package/.agent-src/skills/command-routing/SKILL.md +1 -0
  35. package/.agent-src/skills/command-writing/SKILL.md +1 -0
  36. package/.agent-src/skills/composer-packages/SKILL.md +1 -0
  37. package/.agent-src/skills/context-authoring/SKILL.md +1 -0
  38. package/.agent-src/skills/context-document/SKILL.md +1 -0
  39. package/.agent-src/skills/conventional-commits-writing/SKILL.md +1 -0
  40. package/.agent-src/skills/copilot-agents-optimization/SKILL.md +1 -0
  41. package/.agent-src/skills/copilot-config/SKILL.md +1 -0
  42. package/.agent-src/skills/dashboard-design/SKILL.md +1 -0
  43. package/.agent-src/skills/data-flow-mapper/SKILL.md +1 -0
  44. package/.agent-src/skills/database/SKILL.md +3 -0
  45. package/.agent-src/skills/dcf-modeling/SKILL.md +1 -0
  46. package/.agent-src/skills/decision-record/SKILL.md +143 -0
  47. package/.agent-src/skills/deep-reading-analyst/SKILL.md +1 -0
  48. package/.agent-src/skills/defense-in-depth/SKILL.md +1 -0
  49. package/.agent-src/skills/dependency-upgrade/SKILL.md +1 -0
  50. package/.agent-src/skills/description-assist/SKILL.md +1 -0
  51. package/.agent-src/skills/design-review/SKILL.md +1 -0
  52. package/.agent-src/skills/devcontainer/SKILL.md +1 -0
  53. package/.agent-src/skills/developer-like-execution/SKILL.md +1 -0
  54. package/.agent-src/skills/docker/SKILL.md +1 -0
  55. package/.agent-src/skills/dto-creator/SKILL.md +1 -0
  56. package/.agent-src/skills/eloquent/SKILL.md +3 -0
  57. package/.agent-src/skills/error-handling-patterns/SKILL.md +1 -0
  58. package/.agent-src/skills/estimate-ticket/SKILL.md +1 -0
  59. package/.agent-src/skills/existing-ui-audit/SKILL.md +3 -0
  60. package/.agent-src/skills/fe-design/SKILL.md +4 -1
  61. package/.agent-src/skills/feature-planning/SKILL.md +1 -0
  62. package/.agent-src/skills/file-editor/SKILL.md +1 -0
  63. package/.agent-src/skills/finishing-a-development-branch/SKILL.md +1 -0
  64. package/.agent-src/skills/flux/SKILL.md +1 -0
  65. package/.agent-src/skills/form-handler/SKILL.md +145 -0
  66. package/.agent-src/skills/funnel-analysis/SKILL.md +1 -0
  67. package/.agent-src/skills/git-workflow/SKILL.md +1 -0
  68. package/.agent-src/skills/github-ci/SKILL.md +1 -0
  69. package/.agent-src/skills/grafana/SKILL.md +1 -0
  70. package/.agent-src/skills/guideline-writing/SKILL.md +1 -0
  71. package/.agent-src/skills/incident-commander/SKILL.md +140 -0
  72. package/.agent-src/skills/jira-integration/SKILL.md +1 -0
  73. package/.agent-src/skills/jobs-events/SKILL.md +1 -0
  74. package/.agent-src/skills/judge-bug-hunter/SKILL.md +1 -0
  75. package/.agent-src/skills/judge-code-quality/SKILL.md +1 -0
  76. package/.agent-src/skills/judge-security-auditor/SKILL.md +3 -0
  77. package/.agent-src/skills/judge-test-coverage/SKILL.md +1 -0
  78. package/.agent-src/skills/laravel/SKILL.md +1 -0
  79. package/.agent-src/skills/laravel-horizon/SKILL.md +1 -0
  80. package/.agent-src/skills/laravel-mail/SKILL.md +1 -0
  81. package/.agent-src/skills/laravel-middleware/SKILL.md +1 -0
  82. package/.agent-src/skills/laravel-notifications/SKILL.md +1 -0
  83. package/.agent-src/skills/laravel-pennant/SKILL.md +1 -0
  84. package/.agent-src/skills/laravel-pulse/SKILL.md +1 -0
  85. package/.agent-src/skills/laravel-reverb/SKILL.md +1 -0
  86. package/.agent-src/skills/laravel-scheduling/SKILL.md +1 -0
  87. package/.agent-src/skills/laravel-validation/SKILL.md +1 -0
  88. package/.agent-src/skills/learning-to-rule-or-skill/SKILL.md +1 -0
  89. package/.agent-src/skills/lint-skills/SKILL.md +1 -0
  90. package/.agent-src/skills/livewire/SKILL.md +1 -0
  91. package/.agent-src/skills/livewire-architect/SKILL.md +158 -0
  92. package/.agent-src/skills/logging-monitoring/SKILL.md +1 -0
  93. package/.agent-src/skills/markitdown/SKILL.md +1 -0
  94. package/.agent-src/skills/mcp/SKILL.md +1 -0
  95. package/.agent-src/skills/mcp-builder/SKILL.md +1 -0
  96. package/.agent-src/skills/md-language-check/SKILL.md +1 -0
  97. package/.agent-src/skills/merge-conflicts/SKILL.md +1 -0
  98. package/.agent-src/skills/migration-architect/SKILL.md +119 -0
  99. package/.agent-src/skills/migration-creator/SKILL.md +1 -0
  100. package/.agent-src/skills/mobile-e2e-strategy/SKILL.md +2 -1
  101. package/.agent-src/skills/module-management/SKILL.md +1 -0
  102. package/.agent-src/skills/multi-tenancy/SKILL.md +1 -0
  103. package/.agent-src/skills/okr-tree-modeling/SKILL.md +1 -0
  104. package/.agent-src/skills/openapi/SKILL.md +1 -0
  105. package/.agent-src/skills/override-management/SKILL.md +1 -0
  106. package/.agent-src/skills/performance/SKILL.md +1 -0
  107. package/.agent-src/skills/performance-analysis/SKILL.md +1 -0
  108. package/.agent-src/skills/persona-writing/SKILL.md +1 -0
  109. package/.agent-src/skills/pest-testing/SKILL.md +1 -0
  110. package/.agent-src/skills/php-coder/SKILL.md +1 -0
  111. package/.agent-src/skills/php-debugging/SKILL.md +1 -0
  112. package/.agent-src/skills/php-service/SKILL.md +1 -0
  113. package/.agent-src/skills/playwright-architect/SKILL.md +141 -0
  114. package/.agent-src/skills/playwright-testing/SKILL.md +1 -0
  115. package/.agent-src/skills/po-discovery/SKILL.md +127 -0
  116. package/.agent-src/skills/project-analysis-core/SKILL.md +1 -0
  117. package/.agent-src/skills/project-analysis-hypothesis-driven/SKILL.md +1 -0
  118. package/.agent-src/skills/project-analysis-laravel/SKILL.md +1 -0
  119. package/.agent-src/skills/project-analysis-nextjs/SKILL.md +1 -0
  120. package/.agent-src/skills/project-analysis-node-express/SKILL.md +1 -0
  121. package/.agent-src/skills/project-analysis-react/SKILL.md +1 -0
  122. package/.agent-src/skills/project-analysis-symfony/SKILL.md +1 -0
  123. package/.agent-src/skills/project-analysis-zend-laminas/SKILL.md +1 -0
  124. package/.agent-src/skills/project-analyzer/SKILL.md +1 -0
  125. package/.agent-src/skills/project-docs/SKILL.md +1 -0
  126. package/.agent-src/skills/prompt-engineering-patterns/SKILL.md +1 -0
  127. package/.agent-src/skills/prompt-optimizer/SKILL.md +1 -0
  128. package/.agent-src/skills/quality-tools/SKILL.md +1 -0
  129. package/.agent-src/skills/react-native-setup/SKILL.md +1 -0
  130. package/.agent-src/skills/react-shadcn-ui/SKILL.md +1 -0
  131. package/.agent-src/skills/readme-reviewer/SKILL.md +1 -0
  132. package/.agent-src/skills/readme-writing/SKILL.md +1 -0
  133. package/.agent-src/skills/readme-writing-package/SKILL.md +1 -0
  134. package/.agent-src/skills/receiving-code-review/SKILL.md +1 -0
  135. package/.agent-src/skills/refine-prompt/SKILL.md +1 -0
  136. package/.agent-src/skills/refine-ticket/SKILL.md +1 -0
  137. package/.agent-src/skills/repomix-packer/SKILL.md +1 -0
  138. package/.agent-src/skills/requesting-code-review/SKILL.md +1 -0
  139. package/.agent-src/skills/review-routing/SKILL.md +1 -0
  140. package/.agent-src/skills/rice-prioritization/SKILL.md +1 -0
  141. package/.agent-src/skills/risk-officer/SKILL.md +141 -0
  142. package/.agent-src/skills/roadmap-management/SKILL.md +1 -0
  143. package/.agent-src/skills/roadmap-writing/SKILL.md +1 -0
  144. package/.agent-src/skills/rtk-output-filtering/SKILL.md +1 -0
  145. package/.agent-src/skills/rule-writing/SKILL.md +1 -0
  146. package/.agent-src/skills/script-writing/SKILL.md +1 -0
  147. package/.agent-src/skills/secrets-management/SKILL.md +1 -0
  148. package/.agent-src/skills/security/SKILL.md +1 -0
  149. package/.agent-src/skills/security-audit/SKILL.md +1 -0
  150. package/.agent-src/skills/sentry-integration/SKILL.md +1 -0
  151. package/.agent-src/skills/sequential-thinking/SKILL.md +1 -0
  152. package/.agent-src/skills/skill-improvement-pipeline/SKILL.md +1 -0
  153. package/.agent-src/skills/skill-management/SKILL.md +1 -0
  154. package/.agent-src/skills/skill-reviewer/SKILL.md +1 -0
  155. package/.agent-src/skills/skill-writing/SKILL.md +1 -0
  156. package/.agent-src/skills/sql-writing/SKILL.md +1 -0
  157. package/.agent-src/skills/stakeholder-tradeoff/SKILL.md +149 -0
  158. package/.agent-src/skills/subagent-orchestration/SKILL.md +13 -0
  159. package/.agent-src/skills/systematic-debugging/SKILL.md +1 -0
  160. package/.agent-src/skills/tailwind-engineer/SKILL.md +130 -0
  161. package/.agent-src/skills/tech-debt-tracker/SKILL.md +152 -0
  162. package/.agent-src/skills/technical-specification/SKILL.md +1 -0
  163. package/.agent-src/skills/terraform/SKILL.md +1 -0
  164. package/.agent-src/skills/terragrunt/SKILL.md +1 -0
  165. package/.agent-src/skills/test-driven-development/SKILL.md +1 -0
  166. package/.agent-src/skills/test-performance/SKILL.md +1 -0
  167. package/.agent-src/skills/testing-anti-patterns/SKILL.md +1 -0
  168. package/.agent-src/skills/threat-modeling/SKILL.md +3 -0
  169. package/.agent-src/skills/token-optimizer/SKILL.md +1 -0
  170. package/.agent-src/skills/traefik/SKILL.md +1 -0
  171. package/.agent-src/skills/ui-component-architect/SKILL.md +153 -0
  172. package/.agent-src/skills/unit-economics-modeling/SKILL.md +1 -0
  173. package/.agent-src/skills/universal-project-analysis/SKILL.md +1 -0
  174. package/.agent-src/skills/upstream-contribute/SKILL.md +1 -0
  175. package/.agent-src/skills/using-git-worktrees/SKILL.md +1 -0
  176. package/.agent-src/skills/validate-feature-fit/SKILL.md +1 -0
  177. package/.agent-src/skills/verify-completion-evidence/SKILL.md +1 -0
  178. package/.agent-src/skills/websocket/SKILL.md +1 -0
  179. package/.claude-plugin/marketplace.json +17 -1
  180. package/AGENTS.md +1 -0
  181. package/CHANGELOG.md +68 -0
  182. package/README.md +3 -3
  183. package/docs/architecture.md +3 -3
  184. package/docs/catalog.md +26 -5
  185. package/docs/contracts/command-clusters.md +1 -1
  186. package/docs/contracts/file-ownership-matrix.json +560 -0
  187. package/docs/contracts/persona-schema.md +136 -0
  188. package/docs/contracts/skill-domains.md +143 -0
  189. package/docs/decisions/ADR-005-subagent-worktrees.md +120 -0
  190. package/docs/decisions/ADR-006-skill-tools-python-pilot.md +114 -0
  191. package/docs/decisions/INDEX.md +3 -0
  192. package/docs/getting-started.md +1 -1
  193. package/docs/guidelines/agent-infra/5w2h-analysis.md +260 -0
  194. package/docs/guidelines/agent-infra/critical-thinking.md +156 -0
  195. package/docs/guidelines/agent-infra/first-principles.md +192 -0
  196. package/docs/guidelines/agent-infra/six-hats.md +353 -0
  197. package/docs/guidelines/agent-infra/systems-thinking.md +220 -0
  198. package/docs/personas.md +115 -0
  199. package/package.json +1 -1
  200. package/scripts/_backfill_skill_domains.py +140 -0
  201. package/scripts/_emit_domain_table.py +35 -0
  202. package/scripts/install-hooks.sh +21 -4
  203. package/scripts/lint_skill_tools.py +168 -0
  204. package/scripts/schemas/skill.schema.json +6 -1
  205. package/scripts/skill_linter.py +19 -4
  206. package/scripts/skill_tools/__init__.py +22 -0
  207. package/scripts/skill_tools/audit_persona_coverage.py +147 -0
  208. package/scripts/skill_tools/run_block_d_eval.py +129 -0
  209. package/scripts/skill_tools/score_skill_relevance.py +169 -0
  210. package/scripts/skill_tools/suggest_skill_for_task.py +113 -0
@@ -495,6 +495,18 @@
495
495
  "load_context": [],
496
496
  "load_context_eager": []
497
497
  },
498
+ ".agent-src.uncompressed/commands/research/deep.md": {
499
+ "kind": "command",
500
+ "rule_type": null,
501
+ "load_context": [],
502
+ "load_context_eager": []
503
+ },
504
+ ".agent-src.uncompressed/commands/research/report.md": {
505
+ "kind": "command",
506
+ "rule_type": null,
507
+ "load_context": [],
508
+ "load_context_eager": []
509
+ },
498
510
  ".agent-src.uncompressed/commands/review-changes.md": {
499
511
  "kind": "command",
500
512
  "rule_type": null,
@@ -801,12 +813,24 @@
801
813
  "load_context": [],
802
814
  "load_context_eager": []
803
815
  },
816
+ ".agent-src.uncompressed/personas/_template-specialist/persona.md": {
817
+ "kind": "persona",
818
+ "rule_type": null,
819
+ "load_context": [],
820
+ "load_context_eager": []
821
+ },
804
822
  ".agent-src.uncompressed/personas/ai-agent.md": {
805
823
  "kind": "persona",
806
824
  "rule_type": null,
807
825
  "load_context": [],
808
826
  "load_context_eager": []
809
827
  },
828
+ ".agent-src.uncompressed/personas/backend-architect.md": {
829
+ "kind": "persona",
830
+ "rule_type": null,
831
+ "load_context": [],
832
+ "load_context_eager": []
833
+ },
810
834
  ".agent-src.uncompressed/personas/critical-challenger.md": {
811
835
  "kind": "persona",
812
836
  "rule_type": null,
@@ -819,6 +843,18 @@
819
843
  "load_context": [],
820
844
  "load_context_eager": []
821
845
  },
846
+ ".agent-src.uncompressed/personas/eloquent-tamer.md": {
847
+ "kind": "persona",
848
+ "rule_type": null,
849
+ "load_context": [],
850
+ "load_context_eager": []
851
+ },
852
+ ".agent-src.uncompressed/personas/frontend-engineer.md": {
853
+ "kind": "persona",
854
+ "rule_type": null,
855
+ "load_context": [],
856
+ "load_context_eager": []
857
+ },
822
858
  ".agent-src.uncompressed/personas/product-owner.md": {
823
859
  "kind": "persona",
824
860
  "rule_type": null,
@@ -831,6 +867,12 @@
831
867
  "load_context": [],
832
868
  "load_context_eager": []
833
869
  },
870
+ ".agent-src.uncompressed/personas/security-engineer.md": {
871
+ "kind": "persona",
872
+ "rule_type": null,
873
+ "load_context": [],
874
+ "load_context_eager": []
875
+ },
834
876
  ".agent-src.uncompressed/personas/senior-engineer.md": {
835
877
  "kind": "persona",
836
878
  "rule_type": null,
@@ -1230,6 +1272,12 @@
1230
1272
  ],
1231
1273
  "load_context_eager": []
1232
1274
  },
1275
+ ".agent-src.uncompressed/skills/accessibility-auditor/SKILL.md": {
1276
+ "kind": "skill",
1277
+ "rule_type": null,
1278
+ "load_context": [],
1279
+ "load_context_eager": []
1280
+ },
1233
1281
  ".agent-src.uncompressed/skills/adr-create/SKILL.md": {
1234
1282
  "kind": "skill",
1235
1283
  "rule_type": null,
@@ -1290,6 +1338,12 @@
1290
1338
  "load_context": [],
1291
1339
  "load_context_eager": []
1292
1340
  },
1341
+ ".agent-src.uncompressed/skills/architecture-review-lens/SKILL.md": {
1342
+ "kind": "skill",
1343
+ "rule_type": null,
1344
+ "load_context": [],
1345
+ "load_context_eager": []
1346
+ },
1293
1347
  ".agent-src.uncompressed/skills/artisan-commands/SKILL.md": {
1294
1348
  "kind": "skill",
1295
1349
  "rule_type": null,
@@ -1422,6 +1476,12 @@
1422
1476
  "load_context": [],
1423
1477
  "load_context_eager": []
1424
1478
  },
1479
+ ".agent-src.uncompressed/skills/decision-record/SKILL.md": {
1480
+ "kind": "skill",
1481
+ "rule_type": null,
1482
+ "load_context": [],
1483
+ "load_context_eager": []
1484
+ },
1425
1485
  ".agent-src.uncompressed/skills/deep-reading-analyst/SKILL.md": {
1426
1486
  "kind": "skill",
1427
1487
  "rule_type": null,
@@ -1530,6 +1590,12 @@
1530
1590
  "load_context": [],
1531
1591
  "load_context_eager": []
1532
1592
  },
1593
+ ".agent-src.uncompressed/skills/form-handler/SKILL.md": {
1594
+ "kind": "skill",
1595
+ "rule_type": null,
1596
+ "load_context": [],
1597
+ "load_context_eager": []
1598
+ },
1533
1599
  ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md": {
1534
1600
  "kind": "skill",
1535
1601
  "rule_type": null,
@@ -1560,6 +1626,12 @@
1560
1626
  "load_context": [],
1561
1627
  "load_context_eager": []
1562
1628
  },
1629
+ ".agent-src.uncompressed/skills/incident-commander/SKILL.md": {
1630
+ "kind": "skill",
1631
+ "rule_type": null,
1632
+ "load_context": [],
1633
+ "load_context_eager": []
1634
+ },
1563
1635
  ".agent-src.uncompressed/skills/jira-integration/SKILL.md": {
1564
1636
  "kind": "skill",
1565
1637
  "rule_type": null,
@@ -1668,6 +1740,12 @@
1668
1740
  "load_context": [],
1669
1741
  "load_context_eager": []
1670
1742
  },
1743
+ ".agent-src.uncompressed/skills/livewire-architect/SKILL.md": {
1744
+ "kind": "skill",
1745
+ "rule_type": null,
1746
+ "load_context": [],
1747
+ "load_context_eager": []
1748
+ },
1671
1749
  ".agent-src.uncompressed/skills/livewire/SKILL.md": {
1672
1750
  "kind": "skill",
1673
1751
  "rule_type": null,
@@ -1710,6 +1788,12 @@
1710
1788
  "load_context": [],
1711
1789
  "load_context_eager": []
1712
1790
  },
1791
+ ".agent-src.uncompressed/skills/migration-architect/SKILL.md": {
1792
+ "kind": "skill",
1793
+ "rule_type": null,
1794
+ "load_context": [],
1795
+ "load_context_eager": []
1796
+ },
1713
1797
  ".agent-src.uncompressed/skills/migration-creator/SKILL.md": {
1714
1798
  "kind": "skill",
1715
1799
  "rule_type": null,
@@ -1794,12 +1878,24 @@
1794
1878
  "load_context": [],
1795
1879
  "load_context_eager": []
1796
1880
  },
1881
+ ".agent-src.uncompressed/skills/playwright-architect/SKILL.md": {
1882
+ "kind": "skill",
1883
+ "rule_type": null,
1884
+ "load_context": [],
1885
+ "load_context_eager": []
1886
+ },
1797
1887
  ".agent-src.uncompressed/skills/playwright-testing/SKILL.md": {
1798
1888
  "kind": "skill",
1799
1889
  "rule_type": null,
1800
1890
  "load_context": [],
1801
1891
  "load_context_eager": []
1802
1892
  },
1893
+ ".agent-src.uncompressed/skills/po-discovery/SKILL.md": {
1894
+ "kind": "skill",
1895
+ "rule_type": null,
1896
+ "load_context": [],
1897
+ "load_context_eager": []
1898
+ },
1803
1899
  ".agent-src.uncompressed/skills/project-analysis-core/SKILL.md": {
1804
1900
  "kind": "skill",
1805
1901
  "rule_type": null,
@@ -1950,6 +2046,12 @@
1950
2046
  "load_context": [],
1951
2047
  "load_context_eager": []
1952
2048
  },
2049
+ ".agent-src.uncompressed/skills/risk-officer/SKILL.md": {
2050
+ "kind": "skill",
2051
+ "rule_type": null,
2052
+ "load_context": [],
2053
+ "load_context_eager": []
2054
+ },
1953
2055
  ".agent-src.uncompressed/skills/roadmap-management/SKILL.md": {
1954
2056
  "kind": "skill",
1955
2057
  "rule_type": null,
@@ -2040,6 +2142,12 @@
2040
2142
  "load_context": [],
2041
2143
  "load_context_eager": []
2042
2144
  },
2145
+ ".agent-src.uncompressed/skills/stakeholder-tradeoff/SKILL.md": {
2146
+ "kind": "skill",
2147
+ "rule_type": null,
2148
+ "load_context": [],
2149
+ "load_context_eager": []
2150
+ },
2043
2151
  ".agent-src.uncompressed/skills/subagent-orchestration/SKILL.md": {
2044
2152
  "kind": "skill",
2045
2153
  "rule_type": null,
@@ -2100,6 +2208,18 @@
2100
2208
  "load_context": [],
2101
2209
  "load_context_eager": []
2102
2210
  },
2211
+ ".agent-src.uncompressed/skills/tailwind-engineer/SKILL.md": {
2212
+ "kind": "skill",
2213
+ "rule_type": null,
2214
+ "load_context": [],
2215
+ "load_context_eager": []
2216
+ },
2217
+ ".agent-src.uncompressed/skills/tech-debt-tracker/SKILL.md": {
2218
+ "kind": "skill",
2219
+ "rule_type": null,
2220
+ "load_context": [],
2221
+ "load_context_eager": []
2222
+ },
2103
2223
  ".agent-src.uncompressed/skills/technical-specification/SKILL.md": {
2104
2224
  "kind": "skill",
2105
2225
  "rule_type": null,
@@ -2160,6 +2280,12 @@
2160
2280
  "load_context": [],
2161
2281
  "load_context_eager": []
2162
2282
  },
2283
+ ".agent-src.uncompressed/skills/ui-component-architect/SKILL.md": {
2284
+ "kind": "skill",
2285
+ "rule_type": null,
2286
+ "load_context": [],
2287
+ "load_context_eager": []
2288
+ },
2163
2289
  ".agent-src.uncompressed/skills/unit-economics-modeling/SKILL.md": {
2164
2290
  "kind": "skill",
2165
2291
  "rule_type": null,
@@ -3380,6 +3506,48 @@
3380
3506
  "via": "body_link",
3381
3507
  "depth": 1
3382
3508
  },
3509
+ {
3510
+ "source": ".agent-src.uncompressed/commands/research/deep.md",
3511
+ "target": ".agent-src.uncompressed/commands/research.md",
3512
+ "type": "READ_ONLY",
3513
+ "via": "body_link",
3514
+ "depth": 1
3515
+ },
3516
+ {
3517
+ "source": ".agent-src.uncompressed/commands/research/deep.md",
3518
+ "target": ".agent-src.uncompressed/commands/research/deep.md",
3519
+ "type": "WRITE",
3520
+ "via": "self",
3521
+ "depth": 0
3522
+ },
3523
+ {
3524
+ "source": ".agent-src.uncompressed/commands/research/deep.md",
3525
+ "target": ".agent-src.uncompressed/contexts/contracts/research-schema.md",
3526
+ "type": "READ_ONLY",
3527
+ "via": "body_link",
3528
+ "depth": 1
3529
+ },
3530
+ {
3531
+ "source": ".agent-src.uncompressed/commands/research/report.md",
3532
+ "target": ".agent-src.uncompressed/commands/research/deep.md",
3533
+ "type": "READ_ONLY",
3534
+ "via": "body_link",
3535
+ "depth": 1
3536
+ },
3537
+ {
3538
+ "source": ".agent-src.uncompressed/commands/research/report.md",
3539
+ "target": ".agent-src.uncompressed/commands/research/report.md",
3540
+ "type": "WRITE",
3541
+ "via": "self",
3542
+ "depth": 0
3543
+ },
3544
+ {
3545
+ "source": ".agent-src.uncompressed/commands/research/report.md",
3546
+ "target": ".agent-src.uncompressed/rules/user-interaction.md",
3547
+ "type": "READ_ONLY",
3548
+ "via": "body_link",
3549
+ "depth": 1
3550
+ },
3383
3551
  {
3384
3552
  "source": ".agent-src.uncompressed/commands/review-changes.md",
3385
3553
  "target": ".agent-src.uncompressed/commands/judge.md",
@@ -3401,6 +3569,13 @@
3401
3569
  "via": "self",
3402
3570
  "depth": 0
3403
3571
  },
3572
+ {
3573
+ "source": ".agent-src.uncompressed/commands/review-changes.md",
3574
+ "target": ".agent-src.uncompressed/skills/architecture-review-lens/SKILL.md",
3575
+ "type": "READ_ONLY",
3576
+ "via": "body_link",
3577
+ "depth": 1
3578
+ },
3404
3579
  {
3405
3580
  "source": ".agent-src.uncompressed/commands/review-changes.md",
3406
3581
  "target": ".agent-src.uncompressed/skills/code-review/SKILL.md",
@@ -4577,6 +4752,13 @@
4577
4752
  "via": "self",
4578
4753
  "depth": 0
4579
4754
  },
4755
+ {
4756
+ "source": ".agent-src.uncompressed/personas/README.md",
4757
+ "target": ".agent-src.uncompressed/personas/_template-specialist/persona.md",
4758
+ "type": "READ_ONLY",
4759
+ "via": "body_link",
4760
+ "depth": 1
4761
+ },
4580
4762
  {
4581
4763
  "source": ".agent-src.uncompressed/personas/README.md",
4582
4764
  "target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
@@ -4584,6 +4766,13 @@
4584
4766
  "via": "body_link",
4585
4767
  "depth": 1
4586
4768
  },
4769
+ {
4770
+ "source": ".agent-src.uncompressed/personas/_template-specialist/persona.md",
4771
+ "target": ".agent-src.uncompressed/personas/_template-specialist/persona.md",
4772
+ "type": "WRITE",
4773
+ "via": "self",
4774
+ "depth": 0
4775
+ },
4587
4776
  {
4588
4777
  "source": ".agent-src.uncompressed/personas/ai-agent.md",
4589
4778
  "target": ".agent-src.uncompressed/personas/ai-agent.md",
@@ -4591,6 +4780,13 @@
4591
4780
  "via": "self",
4592
4781
  "depth": 0
4593
4782
  },
4783
+ {
4784
+ "source": ".agent-src.uncompressed/personas/backend-architect.md",
4785
+ "target": ".agent-src.uncompressed/personas/backend-architect.md",
4786
+ "type": "WRITE",
4787
+ "via": "self",
4788
+ "depth": 0
4789
+ },
4594
4790
  {
4595
4791
  "source": ".agent-src.uncompressed/personas/critical-challenger.md",
4596
4792
  "target": ".agent-src.uncompressed/personas/critical-challenger.md",
@@ -4605,6 +4801,20 @@
4605
4801
  "via": "self",
4606
4802
  "depth": 0
4607
4803
  },
4804
+ {
4805
+ "source": ".agent-src.uncompressed/personas/eloquent-tamer.md",
4806
+ "target": ".agent-src.uncompressed/personas/eloquent-tamer.md",
4807
+ "type": "WRITE",
4808
+ "via": "self",
4809
+ "depth": 0
4810
+ },
4811
+ {
4812
+ "source": ".agent-src.uncompressed/personas/frontend-engineer.md",
4813
+ "target": ".agent-src.uncompressed/personas/frontend-engineer.md",
4814
+ "type": "WRITE",
4815
+ "via": "self",
4816
+ "depth": 0
4817
+ },
4608
4818
  {
4609
4819
  "source": ".agent-src.uncompressed/personas/product-owner.md",
4610
4820
  "target": ".agent-src.uncompressed/personas/product-owner.md",
@@ -4619,6 +4829,13 @@
4619
4829
  "via": "self",
4620
4830
  "depth": 0
4621
4831
  },
4832
+ {
4833
+ "source": ".agent-src.uncompressed/personas/security-engineer.md",
4834
+ "target": ".agent-src.uncompressed/personas/security-engineer.md",
4835
+ "type": "WRITE",
4836
+ "via": "self",
4837
+ "depth": 0
4838
+ },
4622
4839
  {
4623
4840
  "source": ".agent-src.uncompressed/personas/senior-engineer.md",
4624
4841
  "target": ".agent-src.uncompressed/personas/senior-engineer.md",
@@ -5760,6 +5977,34 @@
5760
5977
  "via": "load_context",
5761
5978
  "depth": 1
5762
5979
  },
5980
+ {
5981
+ "source": ".agent-src.uncompressed/skills/accessibility-auditor/SKILL.md",
5982
+ "target": ".agent-src.uncompressed/skills/accessibility-auditor/SKILL.md",
5983
+ "type": "WRITE",
5984
+ "via": "self",
5985
+ "depth": 0
5986
+ },
5987
+ {
5988
+ "source": ".agent-src.uncompressed/skills/accessibility-auditor/SKILL.md",
5989
+ "target": ".agent-src.uncompressed/skills/fe-design/SKILL.md",
5990
+ "type": "READ_ONLY",
5991
+ "via": "body_link",
5992
+ "depth": 1
5993
+ },
5994
+ {
5995
+ "source": ".agent-src.uncompressed/skills/accessibility-auditor/SKILL.md",
5996
+ "target": ".agent-src.uncompressed/skills/tailwind-engineer/SKILL.md",
5997
+ "type": "READ_ONLY",
5998
+ "via": "body_link",
5999
+ "depth": 1
6000
+ },
6001
+ {
6002
+ "source": ".agent-src.uncompressed/skills/accessibility-auditor/SKILL.md",
6003
+ "target": ".agent-src.uncompressed/skills/ui-component-architect/SKILL.md",
6004
+ "type": "READ_ONLY",
6005
+ "via": "body_link",
6006
+ "depth": 1
6007
+ },
5763
6008
  {
5764
6009
  "source": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
5765
6010
  "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
@@ -5893,6 +6138,41 @@
5893
6138
  "via": "self",
5894
6139
  "depth": 0
5895
6140
  },
6141
+ {
6142
+ "source": ".agent-src.uncompressed/skills/architecture-review-lens/SKILL.md",
6143
+ "target": ".agent-src.uncompressed/skills/architecture-review-lens/SKILL.md",
6144
+ "type": "WRITE",
6145
+ "via": "self",
6146
+ "depth": 0
6147
+ },
6148
+ {
6149
+ "source": ".agent-src.uncompressed/skills/architecture-review-lens/SKILL.md",
6150
+ "target": ".agent-src.uncompressed/skills/decision-record/SKILL.md",
6151
+ "type": "READ_ONLY",
6152
+ "via": "body_link",
6153
+ "depth": 1
6154
+ },
6155
+ {
6156
+ "source": ".agent-src.uncompressed/skills/architecture-review-lens/SKILL.md",
6157
+ "target": ".agent-src.uncompressed/skills/judge-bug-hunter/SKILL.md",
6158
+ "type": "READ_ONLY",
6159
+ "via": "body_link",
6160
+ "depth": 1
6161
+ },
6162
+ {
6163
+ "source": ".agent-src.uncompressed/skills/architecture-review-lens/SKILL.md",
6164
+ "target": ".agent-src.uncompressed/skills/judge-code-quality/SKILL.md",
6165
+ "type": "READ_ONLY",
6166
+ "via": "body_link",
6167
+ "depth": 1
6168
+ },
6169
+ {
6170
+ "source": ".agent-src.uncompressed/skills/architecture-review-lens/SKILL.md",
6171
+ "target": ".agent-src.uncompressed/skills/judge-security-auditor/SKILL.md",
6172
+ "type": "READ_ONLY",
6173
+ "via": "body_link",
6174
+ "depth": 1
6175
+ },
5896
6176
  {
5897
6177
  "source": ".agent-src.uncompressed/skills/artisan-commands/SKILL.md",
5898
6178
  "target": ".agent-src.uncompressed/skills/artisan-commands/SKILL.md",
@@ -6285,6 +6565,20 @@
6285
6565
  "via": "body_link",
6286
6566
  "depth": 1
6287
6567
  },
6568
+ {
6569
+ "source": ".agent-src.uncompressed/skills/decision-record/SKILL.md",
6570
+ "target": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
6571
+ "type": "READ_ONLY",
6572
+ "via": "body_link",
6573
+ "depth": 1
6574
+ },
6575
+ {
6576
+ "source": ".agent-src.uncompressed/skills/decision-record/SKILL.md",
6577
+ "target": ".agent-src.uncompressed/skills/decision-record/SKILL.md",
6578
+ "type": "WRITE",
6579
+ "via": "self",
6580
+ "depth": 0
6581
+ },
6288
6582
  {
6289
6583
  "source": ".agent-src.uncompressed/skills/deep-reading-analyst/SKILL.md",
6290
6584
  "target": ".agent-src.uncompressed/skills/deep-reading-analyst/SKILL.md",
@@ -6607,6 +6901,41 @@
6607
6901
  "via": "body_link",
6608
6902
  "depth": 1
6609
6903
  },
6904
+ {
6905
+ "source": ".agent-src.uncompressed/skills/form-handler/SKILL.md",
6906
+ "target": ".agent-src.uncompressed/skills/accessibility-auditor/SKILL.md",
6907
+ "type": "READ_ONLY",
6908
+ "via": "body_link",
6909
+ "depth": 1
6910
+ },
6911
+ {
6912
+ "source": ".agent-src.uncompressed/skills/form-handler/SKILL.md",
6913
+ "target": ".agent-src.uncompressed/skills/fe-design/SKILL.md",
6914
+ "type": "READ_ONLY",
6915
+ "via": "body_link",
6916
+ "depth": 1
6917
+ },
6918
+ {
6919
+ "source": ".agent-src.uncompressed/skills/form-handler/SKILL.md",
6920
+ "target": ".agent-src.uncompressed/skills/form-handler/SKILL.md",
6921
+ "type": "WRITE",
6922
+ "via": "self",
6923
+ "depth": 0
6924
+ },
6925
+ {
6926
+ "source": ".agent-src.uncompressed/skills/form-handler/SKILL.md",
6927
+ "target": ".agent-src.uncompressed/skills/laravel-validation/SKILL.md",
6928
+ "type": "READ_ONLY",
6929
+ "via": "body_link",
6930
+ "depth": 1
6931
+ },
6932
+ {
6933
+ "source": ".agent-src.uncompressed/skills/form-handler/SKILL.md",
6934
+ "target": ".agent-src.uncompressed/skills/tailwind-engineer/SKILL.md",
6935
+ "type": "READ_ONLY",
6936
+ "via": "body_link",
6937
+ "depth": 1
6938
+ },
6610
6939
  {
6611
6940
  "source": ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md",
6612
6941
  "target": ".agent-src.uncompressed/skills/dcf-modeling/SKILL.md",
@@ -6698,6 +7027,27 @@
6698
7027
  "via": "self",
6699
7028
  "depth": 0
6700
7029
  },
7030
+ {
7031
+ "source": ".agent-src.uncompressed/skills/incident-commander/SKILL.md",
7032
+ "target": ".agent-src.uncompressed/skills/incident-commander/SKILL.md",
7033
+ "type": "WRITE",
7034
+ "via": "self",
7035
+ "depth": 0
7036
+ },
7037
+ {
7038
+ "source": ".agent-src.uncompressed/skills/incident-commander/SKILL.md",
7039
+ "target": ".agent-src.uncompressed/skills/risk-officer/SKILL.md",
7040
+ "type": "READ_ONLY",
7041
+ "via": "body_link",
7042
+ "depth": 1
7043
+ },
7044
+ {
7045
+ "source": ".agent-src.uncompressed/skills/incident-commander/SKILL.md",
7046
+ "target": ".agent-src.uncompressed/skills/threat-modeling/SKILL.md",
7047
+ "type": "READ_ONLY",
7048
+ "via": "body_link",
7049
+ "depth": 1
7050
+ },
6701
7051
  {
6702
7052
  "source": ".agent-src.uncompressed/skills/jira-integration/SKILL.md",
6703
7053
  "target": ".agent-src.uncompressed/skills/jira-integration/SKILL.md",
@@ -7027,6 +7377,34 @@
7027
7377
  "via": "self",
7028
7378
  "depth": 0
7029
7379
  },
7380
+ {
7381
+ "source": ".agent-src.uncompressed/skills/livewire-architect/SKILL.md",
7382
+ "target": ".agent-src.uncompressed/skills/blade-ui/SKILL.md",
7383
+ "type": "READ_ONLY",
7384
+ "via": "body_link",
7385
+ "depth": 1
7386
+ },
7387
+ {
7388
+ "source": ".agent-src.uncompressed/skills/livewire-architect/SKILL.md",
7389
+ "target": ".agent-src.uncompressed/skills/livewire-architect/SKILL.md",
7390
+ "type": "WRITE",
7391
+ "via": "self",
7392
+ "depth": 0
7393
+ },
7394
+ {
7395
+ "source": ".agent-src.uncompressed/skills/livewire-architect/SKILL.md",
7396
+ "target": ".agent-src.uncompressed/skills/livewire/SKILL.md",
7397
+ "type": "READ_ONLY",
7398
+ "via": "body_link",
7399
+ "depth": 1
7400
+ },
7401
+ {
7402
+ "source": ".agent-src.uncompressed/skills/livewire-architect/SKILL.md",
7403
+ "target": ".agent-src.uncompressed/skills/react-shadcn-ui/SKILL.md",
7404
+ "type": "READ_ONLY",
7405
+ "via": "body_link",
7406
+ "depth": 1
7407
+ },
7030
7408
  {
7031
7409
  "source": ".agent-src.uncompressed/skills/livewire/SKILL.md",
7032
7410
  "target": ".agent-src.uncompressed/skills/blade-ui/SKILL.md",
@@ -7139,6 +7517,34 @@
7139
7517
  "via": "self",
7140
7518
  "depth": 0
7141
7519
  },
7520
+ {
7521
+ "source": ".agent-src.uncompressed/skills/migration-architect/SKILL.md",
7522
+ "target": ".agent-src.uncompressed/skills/data-flow-mapper/SKILL.md",
7523
+ "type": "READ_ONLY",
7524
+ "via": "body_link",
7525
+ "depth": 1
7526
+ },
7527
+ {
7528
+ "source": ".agent-src.uncompressed/skills/migration-architect/SKILL.md",
7529
+ "target": ".agent-src.uncompressed/skills/decision-record/SKILL.md",
7530
+ "type": "READ_ONLY",
7531
+ "via": "body_link",
7532
+ "depth": 1
7533
+ },
7534
+ {
7535
+ "source": ".agent-src.uncompressed/skills/migration-architect/SKILL.md",
7536
+ "target": ".agent-src.uncompressed/skills/migration-architect/SKILL.md",
7537
+ "type": "WRITE",
7538
+ "via": "self",
7539
+ "depth": 0
7540
+ },
7541
+ {
7542
+ "source": ".agent-src.uncompressed/skills/migration-architect/SKILL.md",
7543
+ "target": ".agent-src.uncompressed/skills/migration-creator/SKILL.md",
7544
+ "type": "READ_ONLY",
7545
+ "via": "body_link",
7546
+ "depth": 1
7547
+ },
7142
7548
  {
7143
7549
  "source": ".agent-src.uncompressed/skills/migration-creator/SKILL.md",
7144
7550
  "target": ".agent-src.uncompressed/skills/migration-creator/SKILL.md",
@@ -7307,6 +7713,27 @@
7307
7713
  "via": "self",
7308
7714
  "depth": 0
7309
7715
  },
7716
+ {
7717
+ "source": ".agent-src.uncompressed/skills/playwright-architect/SKILL.md",
7718
+ "target": ".agent-src.uncompressed/skills/mobile-e2e-strategy/SKILL.md",
7719
+ "type": "READ_ONLY",
7720
+ "via": "body_link",
7721
+ "depth": 1
7722
+ },
7723
+ {
7724
+ "source": ".agent-src.uncompressed/skills/playwright-architect/SKILL.md",
7725
+ "target": ".agent-src.uncompressed/skills/playwright-architect/SKILL.md",
7726
+ "type": "WRITE",
7727
+ "via": "self",
7728
+ "depth": 0
7729
+ },
7730
+ {
7731
+ "source": ".agent-src.uncompressed/skills/playwright-architect/SKILL.md",
7732
+ "target": ".agent-src.uncompressed/skills/playwright-testing/SKILL.md",
7733
+ "type": "READ_ONLY",
7734
+ "via": "body_link",
7735
+ "depth": 1
7736
+ },
7310
7737
  {
7311
7738
  "source": ".agent-src.uncompressed/skills/playwright-testing/SKILL.md",
7312
7739
  "target": ".agent-src.uncompressed/skills/playwright-testing/SKILL.md",
@@ -7314,6 +7741,20 @@
7314
7741
  "via": "self",
7315
7742
  "depth": 0
7316
7743
  },
7744
+ {
7745
+ "source": ".agent-src.uncompressed/skills/po-discovery/SKILL.md",
7746
+ "target": ".agent-src.uncompressed/skills/po-discovery/SKILL.md",
7747
+ "type": "WRITE",
7748
+ "via": "self",
7749
+ "depth": 0
7750
+ },
7751
+ {
7752
+ "source": ".agent-src.uncompressed/skills/po-discovery/SKILL.md",
7753
+ "target": ".agent-src.uncompressed/skills/refine-ticket/SKILL.md",
7754
+ "type": "READ_ONLY",
7755
+ "via": "body_link",
7756
+ "depth": 1
7757
+ },
7317
7758
  {
7318
7759
  "source": ".agent-src.uncompressed/skills/project-analysis-core/SKILL.md",
7319
7760
  "target": ".agent-src.uncompressed/skills/project-analysis-core/SKILL.md",
@@ -7776,6 +8217,34 @@
7776
8217
  "via": "body_link",
7777
8218
  "depth": 1
7778
8219
  },
8220
+ {
8221
+ "source": ".agent-src.uncompressed/skills/risk-officer/SKILL.md",
8222
+ "target": ".agent-src.uncompressed/skills/blast-radius-analyzer/SKILL.md",
8223
+ "type": "READ_ONLY",
8224
+ "via": "body_link",
8225
+ "depth": 1
8226
+ },
8227
+ {
8228
+ "source": ".agent-src.uncompressed/skills/risk-officer/SKILL.md",
8229
+ "target": ".agent-src.uncompressed/skills/judge-security-auditor/SKILL.md",
8230
+ "type": "READ_ONLY",
8231
+ "via": "body_link",
8232
+ "depth": 1
8233
+ },
8234
+ {
8235
+ "source": ".agent-src.uncompressed/skills/risk-officer/SKILL.md",
8236
+ "target": ".agent-src.uncompressed/skills/risk-officer/SKILL.md",
8237
+ "type": "WRITE",
8238
+ "via": "self",
8239
+ "depth": 0
8240
+ },
8241
+ {
8242
+ "source": ".agent-src.uncompressed/skills/risk-officer/SKILL.md",
8243
+ "target": ".agent-src.uncompressed/skills/threat-modeling/SKILL.md",
8244
+ "type": "READ_ONLY",
8245
+ "via": "body_link",
8246
+ "depth": 1
8247
+ },
7779
8248
  {
7780
8249
  "source": ".agent-src.uncompressed/skills/roadmap-management/SKILL.md",
7781
8250
  "target": ".agent-src.uncompressed/commands/roadmap/create.md",
@@ -8126,6 +8595,27 @@
8126
8595
  "via": "self",
8127
8596
  "depth": 0
8128
8597
  },
8598
+ {
8599
+ "source": ".agent-src.uncompressed/skills/stakeholder-tradeoff/SKILL.md",
8600
+ "target": ".agent-src.uncompressed/skills/decision-record/SKILL.md",
8601
+ "type": "READ_ONLY",
8602
+ "via": "body_link",
8603
+ "depth": 1
8604
+ },
8605
+ {
8606
+ "source": ".agent-src.uncompressed/skills/stakeholder-tradeoff/SKILL.md",
8607
+ "target": ".agent-src.uncompressed/skills/risk-officer/SKILL.md",
8608
+ "type": "READ_ONLY",
8609
+ "via": "body_link",
8610
+ "depth": 1
8611
+ },
8612
+ {
8613
+ "source": ".agent-src.uncompressed/skills/stakeholder-tradeoff/SKILL.md",
8614
+ "target": ".agent-src.uncompressed/skills/stakeholder-tradeoff/SKILL.md",
8615
+ "type": "WRITE",
8616
+ "via": "self",
8617
+ "depth": 0
8618
+ },
8129
8619
  {
8130
8620
  "source": ".agent-src.uncompressed/skills/subagent-orchestration/SKILL.md",
8131
8621
  "target": ".agent-src.uncompressed/commands/judge.md",
@@ -8140,6 +8630,13 @@
8140
8630
  "via": "body_link",
8141
8631
  "depth": 1
8142
8632
  },
8633
+ {
8634
+ "source": ".agent-src.uncompressed/skills/subagent-orchestration/SKILL.md",
8635
+ "target": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
8636
+ "type": "READ_ONLY",
8637
+ "via": "body_link",
8638
+ "depth": 1
8639
+ },
8143
8640
  {
8144
8641
  "source": ".agent-src.uncompressed/skills/subagent-orchestration/SKILL.md",
8145
8642
  "target": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
@@ -8392,6 +8889,48 @@
8392
8889
  "via": "body_link",
8393
8890
  "depth": 1
8394
8891
  },
8892
+ {
8893
+ "source": ".agent-src.uncompressed/skills/tailwind-engineer/SKILL.md",
8894
+ "target": ".agent-src.uncompressed/skills/accessibility-auditor/SKILL.md",
8895
+ "type": "READ_ONLY",
8896
+ "via": "body_link",
8897
+ "depth": 1
8898
+ },
8899
+ {
8900
+ "source": ".agent-src.uncompressed/skills/tailwind-engineer/SKILL.md",
8901
+ "target": ".agent-src.uncompressed/skills/existing-ui-audit/SKILL.md",
8902
+ "type": "READ_ONLY",
8903
+ "via": "body_link",
8904
+ "depth": 1
8905
+ },
8906
+ {
8907
+ "source": ".agent-src.uncompressed/skills/tailwind-engineer/SKILL.md",
8908
+ "target": ".agent-src.uncompressed/skills/fe-design/SKILL.md",
8909
+ "type": "READ_ONLY",
8910
+ "via": "body_link",
8911
+ "depth": 1
8912
+ },
8913
+ {
8914
+ "source": ".agent-src.uncompressed/skills/tailwind-engineer/SKILL.md",
8915
+ "target": ".agent-src.uncompressed/skills/tailwind-engineer/SKILL.md",
8916
+ "type": "WRITE",
8917
+ "via": "self",
8918
+ "depth": 0
8919
+ },
8920
+ {
8921
+ "source": ".agent-src.uncompressed/skills/tailwind-engineer/SKILL.md",
8922
+ "target": ".agent-src.uncompressed/skills/ui-component-architect/SKILL.md",
8923
+ "type": "READ_ONLY",
8924
+ "via": "body_link",
8925
+ "depth": 1
8926
+ },
8927
+ {
8928
+ "source": ".agent-src.uncompressed/skills/tech-debt-tracker/SKILL.md",
8929
+ "target": ".agent-src.uncompressed/skills/tech-debt-tracker/SKILL.md",
8930
+ "type": "WRITE",
8931
+ "via": "self",
8932
+ "depth": 0
8933
+ },
8395
8934
  {
8396
8935
  "source": ".agent-src.uncompressed/skills/technical-specification/SKILL.md",
8397
8936
  "target": ".agent-src.uncompressed/skills/technical-specification/SKILL.md",
@@ -8651,6 +9190,27 @@
8651
9190
  "via": "self",
8652
9191
  "depth": 0
8653
9192
  },
9193
+ {
9194
+ "source": ".agent-src.uncompressed/skills/ui-component-architect/SKILL.md",
9195
+ "target": ".agent-src.uncompressed/skills/existing-ui-audit/SKILL.md",
9196
+ "type": "READ_ONLY",
9197
+ "via": "body_link",
9198
+ "depth": 1
9199
+ },
9200
+ {
9201
+ "source": ".agent-src.uncompressed/skills/ui-component-architect/SKILL.md",
9202
+ "target": ".agent-src.uncompressed/skills/tailwind-engineer/SKILL.md",
9203
+ "type": "READ_ONLY",
9204
+ "via": "body_link",
9205
+ "depth": 1
9206
+ },
9207
+ {
9208
+ "source": ".agent-src.uncompressed/skills/ui-component-architect/SKILL.md",
9209
+ "target": ".agent-src.uncompressed/skills/ui-component-architect/SKILL.md",
9210
+ "type": "WRITE",
9211
+ "via": "self",
9212
+ "depth": 0
9213
+ },
8654
9214
  {
8655
9215
  "source": ".agent-src.uncompressed/skills/unit-economics-modeling/SKILL.md",
8656
9216
  "target": ".agent-src.uncompressed/skills/dcf-modeling/SKILL.md",