@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
@@ -0,0 +1,127 @@
1
+ ---
2
+ name: po-discovery
3
+ description: "Use when shaping a fuzzy product ask into a refined backlog item — problem framing, user-story rewrite, AC tightening — even if the user just says 'help me write this ticket'."
4
+ personas:
5
+ - product-owner
6
+ - stakeholder
7
+ source: package
8
+ domain: product
9
+ ---
10
+
11
+ # po-discovery
12
+
13
+ > Take a vague product request and return a **problem-framed**,
14
+ > **user-story-shaped**, **AC-tight** backlog item ready for refinement.
15
+ > Output is copy-paste ready; write-back to the tracker is user-gated.
16
+ > Sibling of [`refine-ticket`](../refine-ticket/SKILL.md) — that one
17
+ > tightens an existing ticket, this one shapes the *raw input* before
18
+ > a ticket exists.
19
+
20
+ ## When to use
21
+
22
+ - The user pastes a fuzzy idea ("we should let users export their data")
23
+ and asks to turn it into a ticket.
24
+ - A stakeholder request arrives without a clear problem statement.
25
+ - Acceptance criteria are missing, contradictory, or written as
26
+ implementation steps instead of observable outcomes.
27
+ - German triggers: "schreib daraus ein Ticket", "ist die Story klar?",
28
+ "AC fehlen noch".
29
+
30
+ Do NOT use when:
31
+
32
+ - A ticket already exists and needs tightening — route to
33
+ [`refine-ticket`](../refine-ticket/SKILL.md).
34
+ - The ask is already a clear, well-formed user story with measurable
35
+ AC — skip discovery and proceed to estimation.
36
+ - The request is an engineering task with no product framing
37
+ ("upgrade Laravel to 11") — discovery adds noise; skip.
38
+
39
+ ## Procedure
40
+
41
+ ### 1. Capture the raw input and identify the asker
42
+
43
+ Read the user's text verbatim. Do NOT rephrase yet. Identify: who is
44
+ the asker (PO, support, eng, exec)? What artefact did they hand over
45
+ (slack thread, screenshot, voice note transcript, free text)?
46
+
47
+ ### 2. Frame the problem
48
+
49
+ Answer four questions, every answer cited from the input or marked
50
+ `unknown`:
51
+
52
+ | Question | Why it matters |
53
+ |---|---|
54
+ | Who has the problem? | Personas, segments, internal vs external |
55
+ | What outcome do they want? | Distinguishes need from solution |
56
+ | What is the current pain or workaround? | Sizes the gap |
57
+ | What changes if we ship this? | Surfaces success signals |
58
+
59
+ Any answer marked `unknown` blocks story shaping — surface the gap
60
+ back to the user before continuing.
61
+
62
+ ### 3. Shape the user story
63
+
64
+ Use the canonical form: *As a `{persona}`, I want `{capability}`, so
65
+ that `{outcome}`*. Capability ≠ implementation. If the input says
66
+ "add a CSV button", reframe to "I want my data in a portable format,
67
+ so that I can use it outside the product".
68
+
69
+ ### 4. Tighten acceptance criteria
70
+
71
+ Each AC is **observable**, **binary** (passes or fails), and **does
72
+ not name an implementation**. Use Given / When / Then or a numbered
73
+ list. Reject ACs that hide assumptions ("works correctly", "is fast
74
+ enough") — replace with measurable thresholds or strike them.
75
+
76
+ ### 5. Surface non-functional gaps
77
+
78
+ Flag anything missing that downstream skills will need: success
79
+ metric, target users, rollout window, accessibility, security or
80
+ privacy boundary, multi-tenant scope. Do NOT invent values — list
81
+ them as `gap` items for the user to fill.
82
+
83
+ ## Output format
84
+
85
+ ```
86
+ Asker: <role / name>
87
+ Source: <slack / email / verbal / pasted text>
88
+ Problem: <one sentence — who, want, why>
89
+
90
+ User story:
91
+ As a <persona>, I want <capability>, so that <outcome>.
92
+
93
+ Acceptance criteria:
94
+ 1. Given <state>, when <action>, then <observable result>.
95
+ 2. ...
96
+
97
+ Open gaps (block estimation):
98
+ - <gap 1>
99
+ - <gap 2>
100
+
101
+ Suggested next step: /refine-ticket | /estimate-ticket | fill gaps
102
+ ```
103
+
104
+ If gaps remain, surface them and stop — do NOT push to estimation.
105
+
106
+ ## Gotcha
107
+
108
+ - If the asker is the agent itself (autopilot, roadmap), still run the
109
+ full procedure — the gap list is what catches the agent inventing
110
+ requirements.
111
+ - "Outcome" is what the user *gets*, not what we *build*. "Faster
112
+ page" is an outcome; "switch to Postgres" is an implementation.
113
+ - AC count is not a quality signal. Three sharp AC beat eight vague
114
+ ones; merge or split as needed.
115
+
116
+ ## Do NOT
117
+
118
+ - Do NOT write code, plan tasks, or estimate effort — those are
119
+ downstream skills.
120
+ - Do NOT silently fill gaps with plausible-looking defaults; the
121
+ whole point of discovery is to surface what the user has not
122
+ decided.
123
+ - Do NOT rewrite the asker's wording into agent voice in the
124
+ Problem field — preserve their framing so they recognise it.
125
+ - Do NOT push the rewritten ticket into Jira / Linear without the
126
+ user explicitly asking — output is copy-paste ready, write-back
127
+ is gated.
@@ -2,6 +2,7 @@
2
2
  name: project-analysis-core
3
3
  description: "Use for the universal deep-analysis workflow: project discovery, version resolution, docs loading, architecture mapping, execution flow, and package research."
4
4
  source: package
5
+ domain: discovery
5
6
  ---
6
7
 
7
8
  # project-analysis-core
@@ -2,6 +2,7 @@
2
2
  name: project-analysis-hypothesis-driven
3
3
  description: "Use when a bug has multiple plausible causes across layers — competing hypotheses, validation loops, evidence-based conclusions — even when the user just says 'why is this happening?'."
4
4
  source: package
5
+ domain: discovery
5
6
  ---
6
7
 
7
8
  # project-analysis-hypothesis-driven
@@ -2,6 +2,7 @@
2
2
  name: project-analysis-laravel
3
3
  description: "Use for deep Laravel project analysis: boot flow, request lifecycle, container usage, Eloquent/data flow, async systems, and Laravel-specific failure patterns."
4
4
  source: package
5
+ domain: discovery
5
6
  ---
6
7
 
7
8
  # project-analysis-laravel
@@ -2,6 +2,7 @@
2
2
  name: project-analysis-nextjs
3
3
  description: "Use for deep Next.js analysis: server vs client boundaries, routing, data fetching, caching, rendering modes, and hydration/runtime issues."
4
4
  source: package
5
+ domain: discovery
5
6
  ---
6
7
 
7
8
  # project-analysis-nextjs
@@ -2,6 +2,7 @@
2
2
  name: project-analysis-node-express
3
3
  description: "Use for deep Node.js / Express project analysis: boot flow, middleware order, async behavior, data layer, auth/security, and Node-specific runtime failure patterns."
4
4
  source: package
5
+ domain: discovery
5
6
  ---
6
7
 
7
8
  # project-analysis-node-express
@@ -2,6 +2,7 @@
2
2
  name: project-analysis-react
3
3
  description: "Use for deep React analysis: component tree, state flow, props flow, hooks usage, rendering behavior, and React-specific failure patterns."
4
4
  source: package
5
+ domain: discovery
5
6
  ---
6
7
 
7
8
  # project-analysis-react
@@ -2,6 +2,7 @@
2
2
  name: project-analysis-symfony
3
3
  description: "Use for deep Symfony project analysis: kernel/bootstrap, container wiring, routing/request flow, Doctrine, security, Messenger, and Symfony-specific failure patterns."
4
4
  source: package
5
+ domain: discovery
5
6
  ---
6
7
 
7
8
  # project-analysis-symfony
@@ -2,6 +2,7 @@
2
2
  name: project-analysis-zend-laminas
3
3
  description: "Use for deep Zend Framework or Laminas project analysis: bootstrap, config merge order, service manager, MVC flow, data layer, and migration-specific risks."
4
4
  source: package
5
+ domain: discovery
5
6
  ---
6
7
 
7
8
  # project-analysis-zend-laminas
@@ -2,6 +2,7 @@
2
2
  name: project-analyzer
3
3
  description: "ONLY when user explicitly requests: full project analysis, tech stack detection, or structured analysis documents for agents/analysis/. NOT for regular feature work."
4
4
  source: package
5
+ domain: discovery
5
6
  ---
6
7
 
7
8
  # project-analyzer
@@ -2,6 +2,7 @@
2
2
  name: project-docs
3
3
  description: "Use when looking for project-specific documentation. Knows which docs exist in agents/docs/ and agents/contexts/ and maps work areas to relevant docs."
4
4
  source: package
5
+ domain: process
5
6
  ---
6
7
 
7
8
  # project-docs
@@ -2,6 +2,7 @@
2
2
  name: prompt-engineering-patterns
3
3
  description: "Use when designing production-LLM prompts — few-shot, chain-of-thought, system prompts, templates, self-verification — distinct from prompt-optimizer and refine-prompt."
4
4
  source: package
5
+ domain: product
5
6
  status: active
6
7
  ---
7
8
 
@@ -2,6 +2,7 @@
2
2
  name: prompt-optimizer
3
3
  description: "Use when the user wants a prompt optimized for ChatGPT, Claude, Gemini, or another AI — 'make this prompt better', 'optimize for ChatGPT', 'rewrite my prompt' — even without saying 'optimize'."
4
4
  source: package
5
+ domain: product
5
6
  ---
6
7
 
7
8
  # prompt-optimizer
@@ -2,6 +2,7 @@
2
2
  name: quality-tools
3
3
  description: "Use when PHPStan, Rector, or ECS output appears — \"phpstan says mixed\", type errors, \"fix code style\", \"run rector\" — even when Eloquent/Laravel/model code is also mentioned."
4
4
  source: package
5
+ domain: quality
5
6
  execution:
6
7
  type: assisted
7
8
  handler: shell
@@ -2,6 +2,7 @@
2
2
  name: react-native-setup
3
3
  description: "Use when setting up React Native or Expo dev environments — Xcode, Android Studio, CocoaPods, EAS, Metro, New Architecture — even when the user just says 'my RN build won't start'."
4
4
  source: package
5
+ domain: devops
5
6
  ---
6
7
 
7
8
  # react-native-setup
@@ -2,6 +2,7 @@
2
2
  name: react-shadcn-ui
3
3
  description: "Use when building React UI on shadcn/ui primitives + Tailwind — the apply/review/polish skill dispatched by `directives/ui/*` for the `react-shadcn` stack."
4
4
  source: package
5
+ domain: engineering
5
6
  ---
6
7
 
7
8
  # react-shadcn-ui
@@ -2,6 +2,7 @@
2
2
  name: readme-reviewer
3
3
  description: "Use when reviewing a README for accuracy, usability, and alignment with the actual repository. Detects invented content, broken setup steps, and structural issues."
4
4
  source: package
5
+ domain: quality
5
6
  execution:
6
7
  type: assisted
7
8
  handler: internal
@@ -2,6 +2,7 @@
2
2
  name: readme-writing
3
3
  description: "Use when creating, rewriting, or significantly improving a README based on the actual repository structure, commands, and intended audience."
4
4
  source: package
5
+ domain: process
5
6
  execution:
6
7
  type: assisted
7
8
  handler: internal
@@ -2,6 +2,7 @@
2
2
  name: readme-writing-package
3
3
  description: "Use when creating or rewriting a README for a reusable package or library. Focus on installability, minimal usage example, compatibility, and developer onboarding."
4
4
  source: package
5
+ domain: process
5
6
  execution:
6
7
  type: assisted
7
8
  handler: internal
@@ -4,6 +4,7 @@ description: "Use when processing code review feedback (bot or human) before cha
4
4
  personas:
5
5
  - critical-challenger
6
6
  source: package
7
+ domain: process
7
8
  ---
8
9
 
9
10
  # receiving-code-review
@@ -6,6 +6,7 @@ personas:
6
6
  - senior-engineer
7
7
  - ai-agent
8
8
  source: package
9
+ domain: product
9
10
  execution:
10
11
  type: assisted
11
12
  handler: internal
@@ -9,6 +9,7 @@ personas:
9
9
  - critical-challenger
10
10
  - ai-agent
11
11
  source: package
12
+ domain: product
12
13
  execution:
13
14
  type: assisted
14
15
  handler: internal
@@ -2,6 +2,7 @@
2
2
  name: repomix-packer
3
3
  description: "Use when packaging a codebase to a single AI-friendly file for LLM analysis — local or remote, XML/Markdown/JSON, token counting, gitignore filtering, peer-side `repomix` CLI."
4
4
  source: package
5
+ domain: process
5
6
  ---
6
7
 
7
8
  > **Pinned upstream:** `repomix` CLI (npm: `repomix`, brew: `repomix`). Re-verify per minor bump. Repomix is an **optional dependency** — this skill never installs it silently.
@@ -4,6 +4,7 @@ description: "Use when asking for a review or creating a PR — self-review firs
4
4
  personas:
5
5
  - critical-challenger
6
6
  source: package
7
+ domain: process
7
8
  ---
8
9
 
9
10
  # requesting-code-review
@@ -2,6 +2,7 @@
2
2
  name: review-routing
3
3
  description: "Use when preparing a PR description, suggesting reviewers, or flagging risk — produces owner-mapped roles plus historical bug-pattern matches from project-local YAML."
4
4
  source: package
5
+ domain: quality
5
6
  ---
6
7
 
7
8
  # review-routing
@@ -4,6 +4,7 @@ description: "Use when ranking competing initiatives for a roadmap, breaking a t
4
4
  status: active
5
5
  tier: senior
6
6
  source: package
7
+ domain: product
7
8
  ---
8
9
 
9
10
  # rice-prioritization
@@ -0,0 +1,141 @@
1
+ ---
2
+ name: risk-officer
3
+ description: "Use when surfacing and prioritising risk before commit — blast-radius framing, mitigations, residual-risk verdict — even if the user just says 'what could go wrong here?'."
4
+ personas:
5
+ - critical-challenger
6
+ - senior-engineer
7
+ source: package
8
+ domain: quality
9
+ ---
10
+
11
+ # risk-officer
12
+
13
+ > Surface risks the implementer or PO is likely to underweight, score
14
+ > them by **likelihood × impact**, and propose mitigations the team
15
+ > can actually execute. Sibling of
16
+ > [`threat-modeling`](../threat-modeling/SKILL.md) (security-only)
17
+ > and [`blast-radius-analyzer`](../blast-radius-analyzer/SKILL.md)
18
+ > (call-site only) — this skill takes the wider product, ops, and
19
+ > coordination view.
20
+
21
+ ## When to use
22
+
23
+ - Pre-implementation: a roadmap, ADR, or refined ticket needs a risk
24
+ pass before the team commits.
25
+ - Pre-merge: a non-trivial diff is about to land and the team wants
26
+ one more risk lens beyond the four standard judges.
27
+ - Post-incident: surface the risks the team should track to prevent
28
+ recurrence (without writing the post-mortem itself).
29
+ - German triggers: "was kann schiefgehen?", "Risiko-Check", "wo
30
+ brennt es?".
31
+
32
+ Do NOT use when:
33
+
34
+ - The concern is exclusively security or authZ — route to
35
+ [`threat-modeling`](../threat-modeling/SKILL.md) or
36
+ [`judge-security-auditor`](../judge-security-auditor/SKILL.md).
37
+ - The concern is exclusively call-site impact of a refactor — route
38
+ to [`blast-radius-analyzer`](../blast-radius-analyzer/SKILL.md).
39
+ - The user wants a fix, not a risk view — risk-officer never patches.
40
+
41
+ ## Procedure
42
+
43
+ ### 1. Inspect the change
44
+
45
+ Read the input (roadmap step, ticket, diff, post-mortem) and identify
46
+ the scope in one sentence: *"This change does X for users Y, touching
47
+ systems Z."* If you cannot, the artefact is not reviewable — stop and
48
+ ask.
49
+
50
+ ### 2. Enumerate risks across five lenses
51
+
52
+ | Lens | Sample questions |
53
+ |---|---|
54
+ | Product | Wrong outcome shipped, churn, support load, brand impact |
55
+ | Operations | Rollback path, observability, on-call burden, alert noise |
56
+ | Coordination | Cross-team dependencies, communication gaps, sequencing |
57
+ | Data | Loss, corruption, leakage, retention, compliance, residency |
58
+ | Time | Schedule slip, opportunity cost, sunk-cost lock-in |
59
+
60
+ Per lens, list each risk as a single bullet. Reject vague risks —
61
+ "could break things" is not a risk; "queue worker silently drops
62
+ messages on retry exhaustion" is.
63
+
64
+ ### 3. Score each risk
65
+
66
+ For every risk, assign **L** (likelihood: low / med / high) and **I**
67
+ (impact: low / med / high). Top-5 sort by `LxI` rank; cite the
68
+ trigger condition for each L and I. Do NOT pad to a fixed count —
69
+ three sharp risks beat ten generic ones.
70
+
71
+ ### 4. Propose mitigations
72
+
73
+ For the top-5 risks, propose **one** mitigation that the team can
74
+ own. Each mitigation has an owner role (eng, ops, PO, support), a
75
+ rough size (S / M / L), and a residual-risk note (what stays after
76
+ mitigation). Mitigations the team cannot execute are not mitigations
77
+ — flag them as `accept` or escalate.
78
+
79
+ ### 5. Issue a verdict
80
+
81
+ | Verdict | When to issue |
82
+ |---|---|
83
+ | `proceed` | Top-5 risks have owned mitigations; residual is acceptable |
84
+ | `proceed-with-mitigations` | Mitigations must land BEFORE or WITH the change |
85
+ | `pause` | One or more `high × high` risks have no executable mitigation |
86
+
87
+ `pause` is not a veto — it forces the user to decide explicitly.
88
+
89
+ ### 6. Validate the verdict
90
+
91
+ Before emitting, verify each top-5 risk has: a concrete trigger, a
92
+ scored L×I, an owned mitigation (or explicit `accept`), and a
93
+ residual note. Ensure the verdict matches the worst residual — a
94
+ `high × high` residual without executable mitigation must produce
95
+ `pause`, not `proceed`.
96
+
97
+ ## Output format
98
+
99
+ The report is a single block with these ordered fields:
100
+
101
+ 1. `Target:` — one-sentence scope from step 1
102
+ 2. `Top-5 risks:` — numbered list, each with `L=`, `I=`, trigger,
103
+ mitigation, owner, size, residual
104
+ 3. `Other risks tracked:` — count of risks below the top-5 cut
105
+ 4. `Verdict:` — exactly one of `proceed` / `proceed-with-mitigations`
106
+ / `pause`
107
+
108
+ ```
109
+ Risk-Officer
110
+ Target: <one-sentence scope>
111
+
112
+ Top-5 risks:
113
+ 1. 🔴 <risk> (L=high, I=high) Trigger: <condition>
114
+ Mitigation: <action> Owner: <role> Size: <S/M/L>
115
+ Residual: <what remains>
116
+ 2. 🟡 <risk> (L=med, I=high) ...
117
+
118
+ Other risks tracked: <count>, summarised below or omitted if low/low.
119
+
120
+ Verdict: proceed | proceed-with-mitigations | pause
121
+ ```
122
+
123
+ ## Gotcha
124
+
125
+ - A risk without a trigger is a vibe, not a risk. Reject vibes.
126
+ - Likelihood is conditional on the change — not the universal base
127
+ rate of the system. "Postgres goes down" is not a risk of *this
128
+ change* unless the change increases that likelihood.
129
+ - Mitigations the team will not execute are theatre. Be honest in
130
+ the residual-risk note.
131
+
132
+ ## Do NOT
133
+
134
+ - Do NOT enumerate every conceivable risk — top-5 with rationale is
135
+ the contract.
136
+ - Do NOT score `high × high` reflexively to be cautious; mis-scoring
137
+ destroys the rank.
138
+ - Do NOT propose mitigations the agent itself will own — the owner
139
+ is always a human role.
140
+ - Do NOT issue `pause` as a soft veto on something the user already
141
+ decided; issue `proceed-with-mitigations` and surface the residual.
@@ -2,6 +2,7 @@
2
2
  name: roadmap-management
3
3
  description: "Use when the user says "create roadmap", "show roadmap", or "execute roadmap". Creates, reads, and manages roadmap files with phase tracking."
4
4
  source: package
5
+ domain: process
5
6
  ---
6
7
 
7
8
  # roadmap-manager
@@ -2,6 +2,7 @@
2
2
  name: roadmap-writing
3
3
  description: "Use when authoring or rewriting a roadmap in agents/roadmaps/ — phase prose, goal sentence, acceptance criteria, council notes — even when the user just says 'write a plan for X' or 'draft a roadmap'."
4
4
  source: package
5
+ domain: process
5
6
  ---
6
7
 
7
8
  <!-- cloud_safe: degrade -->
@@ -2,6 +2,7 @@
2
2
  name: rtk-output-filtering
3
3
  description: "Use when running verbose CLI commands — wraps them with rtk (Rust Token Killer) for 60-90% token savings. Covers installation, configuration, and usage patterns."
4
4
  source: package
5
+ domain: process
5
6
  execution:
6
7
  type: assisted
7
8
  handler: shell
@@ -2,6 +2,7 @@
2
2
  name: rule-writing
3
3
  description: "Use when creating or editing a rule in .agent-src.uncompressed/rules/ — trigger wording, always vs auto classification, size budget — even when the user just says 'add a rule for X'."
4
4
  source: package
5
+ domain: process
5
6
  ---
6
7
 
7
8
  <!-- cloud_safe: degrade -->
@@ -2,6 +2,7 @@
2
2
  name: script-writing
3
3
  description: "Use when adding or editing any script under `scripts/` — `--quiet` flag, `_lib/script_output` helpers, silent Taskfile wiring, Iron-Law carve-outs — even when you just say 'add a check script for X'."
4
4
  source: package
5
+ domain: process
5
6
  ---
6
7
 
7
8
  <!-- cloud_safe: degrade -->
@@ -2,6 +2,7 @@
2
2
  name: secrets-management
3
3
  description: "Use when picking a secrets store, designing rotation, or wiring scanning gates — multi-cloud (Vault, AWS, Azure, GCP), CI, and Kubernetes — decision framework, provider deep-dives externalized."
4
4
  source: package
5
+ domain: devops
5
6
  status: active
6
7
  refresh_trigger: "A cited provider deprecates an auth method, OR External Secrets Operator ships a major version with breaking CRD changes, OR ≥30% of cited scanner tools change their gate semantics."
7
8
  sunset_criterion: "When provider docs (Vault, AWS Secrets Manager, Azure Key Vault, GCP Secret Manager) all converge on a single rotation + scanning standard AND consumer projects no longer cite this skill in PR reviews for two consecutive review cycles."
@@ -2,6 +2,7 @@
2
2
  name: security
3
3
  description: "Use when applying security best practices — authentication, authorization via Policies, CSRF protection, input sanitization, rate limiting, or secure coding."
4
4
  source: package
5
+ domain: quality
5
6
  ---
6
7
 
7
8
  # security
@@ -2,6 +2,7 @@
2
2
  name: security-audit
3
3
  description: "ONLY when user explicitly requests: security audit, vulnerability scan, or penetration test review. NOT for regular feature work."
4
4
  source: package
5
+ domain: quality
5
6
  ---
6
7
 
7
8
  # security-audit
@@ -2,6 +2,7 @@
2
2
  name: sentry-integration
3
3
  description: "Use when the user shares a Sentry URL, says "check Sentry", or wants to investigate production errors. Uses Sentry MCP tools for deep analysis."
4
4
  source: package
5
+ domain: devops
5
6
  ---
6
7
 
7
8
  # Sentry Skill
@@ -2,6 +2,7 @@
2
2
  name: sequential-thinking
3
3
  description: "ONLY when user explicitly requests: step-by-step reasoning, structured problem decomposition, or iterative analysis. NOT for regular coding tasks."
4
4
  source: package
5
+ domain: process
5
6
  ---
6
7
 
7
8
  # sequential-thinking
@@ -2,6 +2,7 @@
2
2
  name: skill-improvement-pipeline
3
3
  description: "ONLY when user explicitly requests: run the skill improvement pipeline after a learning was detected. Orchestrates capture, classify, create, validate, and apply."
4
4
  source: package
5
+ domain: process
5
6
  execution:
6
7
  type: assisted
7
8
  handler: internal
@@ -2,6 +2,7 @@
2
2
  name: skill-management
3
3
  description: "Use when compressing, decompressing, refactoring, or improving existing skills. Covers the full skill lifecycle from verbose → sharp → maintained."
4
4
  source: project
5
+ domain: process
5
6
  execution:
6
7
  type: assisted
7
8
  handler: internal
@@ -2,6 +2,7 @@
2
2
  name: skill-reviewer
3
3
  description: "Use when reviewing, auditing, or optimizing skills — validates against the 7 Skill Killers checklist and produces fix recommendations."
4
4
  source: package
5
+ domain: quality
5
6
  execution:
6
7
  type: assisted
7
8
  handler: internal
@@ -2,6 +2,7 @@
2
2
  name: skill-writing
3
3
  description: "Use when deciding 'should this be a skill or a rule?', creating/improving/reviewing agent skills, SKILL.md frontmatter, or procedure sections — even without saying 'skill-writing'."
4
4
  source: project
5
+ domain: process
5
6
  ---
6
7
 
7
8
  # skill-writing
@@ -2,6 +2,7 @@
2
2
  name: sql-writing
3
3
  description: "Use when writing raw SQL — MariaDB/MySQL syntax, parameterization, raw migrations, seeders with `DB::statement` — even when the user just pastes a query and asks 'why is this slow' without naming SQL."
4
4
  source: package
5
+ domain: engineering
5
6
  ---
6
7
 
7
8
  # sql