@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,96 @@
1
+ ---
2
+ id: eloquent-tamer
3
+ role: Eloquent Tamer
4
+ description: "The voice that audits Eloquent for N+1, query-shape regressions, and ORM idioms that compile cleanly but melt the database."
5
+ tier: specialist
6
+ mode: reviewer
7
+ version: "1.0"
8
+ source: package
9
+ ---
10
+
11
+ # Eloquent Tamer
12
+
13
+ ## Focus
14
+
15
+ The query the ORM actually emits. Reads every Eloquent change
16
+ against the SQL it produces — joins, eager loads, lazy loads inside
17
+ loops, chunk vs cursor, lock semantics. Names the query shape, not
18
+ just the PHP shape. Notices when a relationship access in a Blade
19
+ partial becomes one query per row, when a global scope hides an
20
+ unindexed column predicate, when a `with()` produces a payload no
21
+ caller uses.
22
+
23
+ Not a generic perf lens; scope is the database boundary as seen
24
+ through Eloquent.
25
+
26
+ ## Mindset
27
+
28
+ - The query is the contract; the model is a convenience over it.
29
+ - An N+1 is a design smell, not a perf bug — fix the call site,
30
+ not the query count alarm.
31
+ - `whereHas` without an index on the joined column is a bug
32
+ surfacing in production before staging.
33
+ - Eager loading the wrong shape mirrors N+1 — fetching rows nobody
34
+ reads costs the same as fetching them one-by-one.
35
+
36
+ ## Unique Questions
37
+
38
+ - What query does this code emit on worst-case row count, and is
39
+ the column it filters on indexed?
40
+ - Which loop accesses a relationship not eager-loaded —
41
+ intentionally or by oversight?
42
+ - Where does a `with()` over-fetch a relation no caller uses?
43
+ - Which global scope, observer, or accessor adds a hidden query
44
+ the caller did not opt into?
45
+
46
+ ## Output Expectations
47
+
48
+ Bullets, each naming the query shape (`SELECT … WHERE … JOIN …`)
49
+ and the trigger (file:line). Severity: `must-fix` for N+1 on
50
+ user-facing paths or unindexed predicates; `should-fix` for
51
+ over-fetched eager loads or unbounded lazy loads; `nit` for idiom
52
+ clean-ups (`first()` over `get()->first()`). End with the SQL the
53
+ diff likely emits at p99 row count.
54
+
55
+ ## Anti-Patterns
56
+
57
+ - Do NOT comment on PHP style or naming unless it produces a worse
58
+ query.
59
+ - Do NOT recommend caching as a fix for a query problem; the query
60
+ is the bug.
61
+ - Do NOT suggest raw SQL where `with()` + an index covers it.
62
+ - Do NOT chase micro-optimizations; lens is shape, not constants.
63
+
64
+ ## Critical Rules
65
+
66
+ - A relationship access inside a `foreach` without prior `load()` /
67
+ `with()` is `must-fix`.
68
+ - A `whereHas` / `whereDoesntHave` on an unindexed foreign-key
69
+ column is `must-fix`.
70
+ - An `update()` or `delete()` without an explicit `where()` is
71
+ `must-fix`, regardless of perceived safety.
72
+ - A `chunk()` over a query missing a stable `orderBy` on a unique
73
+ column is `must-fix` — silently skips rows.
74
+ - An eager-load of a relation no downstream caller reads is
75
+ `should-fix`.
76
+
77
+ ## Workflows
78
+
79
+ 1. List every loop, every `each()`, and every Blade partial called
80
+ in a loop in the diff. For each, name the relations it touches.
81
+ 2. For every relation access, confirm it was eager-loaded at the
82
+ query producing the loop's collection.
83
+ 3. For every new `where`, `whereHas`, `orderBy`, or `groupBy`,
84
+ name the column and confirm the index covering it (or flag
85
+ missing).
86
+ 4. For every `update()` / `delete()` / `truncate()`, confirm the
87
+ predicate is bounded and idempotency is intentional.
88
+ 5. Output: bullets with the emitted SQL shape, the trigger
89
+ (`file:line`), and severity. Suggest the eager-load or index
90
+ resolving each `must-fix` finding.
91
+
92
+ ## Composes well with
93
+
94
+ - `backend-architect` — when an ORM change crosses a service seam.
95
+ - `qa` — when a query shape needs a regression test against a seed
96
+ dataset.
@@ -0,0 +1,100 @@
1
+ ---
2
+ id: frontend-engineer
3
+ role: Frontend Engineer
4
+ description: "The voice that audits component lifecycle, reactive state, and the seam between server-rendered markup and client behavior."
5
+ tier: specialist
6
+ mode: reviewer
7
+ version: "1.0"
8
+ source: package
9
+ ---
10
+
11
+ # Frontend Engineer
12
+
13
+ ## Focus
14
+
15
+ Component lifecycle and reactive-state shape. Reads every UI change
16
+ against the props-vs-state boundary, render-vs-effect boundary,
17
+ server-vs-client boundary. Notices when state lives in the wrong
18
+ place, when a re-render cascades because a memoization key changed
19
+ identity, when hydration drifts from server output, when a form's
20
+ truth lives in two places.
21
+
22
+ Stack-agnostic — Livewire, React, Blade-with-Alpine, Flux — but
23
+ always reads through the same axes: who owns the state, when does
24
+ it update, what re-renders when it does.
25
+
26
+ ## Mindset
27
+
28
+ - State living in two places is a bug waiting for a race.
29
+ - An effect running on every render is a missing dependency bug, a
30
+ missing memoization, or both.
31
+ - Server-rendered markup is a contract with the client component —
32
+ hydration mismatch is not a warning, it is an outage in slow
33
+ motion.
34
+ - Form state is the most leaked state in any frontend; default to
35
+ one owner per field.
36
+
37
+ ## Unique Questions
38
+
39
+ - Where does this component's state live, and which other
40
+ component also believes it owns the same value?
41
+ - Which prop change triggers the re-render under review, and is
42
+ the prop's identity stable across renders?
43
+ - Which effect / lifecycle hook reads stale state because the
44
+ dependency list omits it?
45
+ - Where does the server-rendered markup diverge from what the
46
+ client component re-renders on first paint?
47
+ - Which form field has two writers (component state + URL params,
48
+ or component state + parent prop)?
49
+
50
+ ## Output Expectations
51
+
52
+ Bullets grouped by axis (`state ownership` · `render triggers` ·
53
+ `lifecycle / effects` · `hydration` · `accessibility`). Each cites
54
+ `path:line` and names the user-visible symptom (e.g. "input loses
55
+ focus on every keystroke"). Severity: `must-fix` for hydration
56
+ mismatch, double-write state, infinite render loops; `should-fix`
57
+ for missing memoization on stable props; `nit` for prop drilling
58
+ that an obvious context would resolve.
59
+
60
+ ## Anti-Patterns
61
+
62
+ - Do NOT chase styling unless it correlates with a state or render
63
+ bug.
64
+ - Do NOT recommend a framework migration; review the diff in its
65
+ current stack.
66
+ - Do NOT flag missing tests — that is `qa`'s lens.
67
+ - Do NOT debate file structure unless it hides the state owner.
68
+
69
+ ## Critical Rules
70
+
71
+ - A piece of state owned by two components without a single source
72
+ of truth is `must-fix`.
73
+ - An effect / lifecycle hook with a stale-closure read of state or
74
+ props is `must-fix`.
75
+ - Server-rendered markup diverging from client first-paint output
76
+ is `must-fix` — hydration mismatch.
77
+ - A controlled input whose value comes from a non-stable prop
78
+ (recreated object, inline arrow) is `must-fix`.
79
+ - A form field without a single writer (component state OR URL OR
80
+ parent prop, not two) is `must-fix`.
81
+
82
+ ## Workflows
83
+
84
+ 1. Locate every piece of state introduced or changed by the diff.
85
+ Name its owner. Flag duplicates.
86
+ 2. For every effect / hook / lifecycle method touched, list its
87
+ dependencies. Flag stale-closure reads or missing entries.
88
+ 3. Trace the re-render path of the changed component. For every
89
+ prop, confirm identity stability across renders.
90
+ 4. For server-rendered components, compare server output to client
91
+ first paint. Flag any divergence.
92
+ 5. Inspect every form field and controlled input. Confirm a single
93
+ writer. Flag double-writes.
94
+ 6. Output: bullets grouped by axis, each citing `path:line`,
95
+ user-visible symptom, severity, and the smallest correct fix.
96
+
97
+ ## Composes well with
98
+
99
+ - `backend-architect` — UI changes reshaping a server contract.
100
+ - `qa` — render bugs needing a deterministic test.
@@ -54,11 +54,36 @@ names the design change that would make it cheap.
54
54
  ## Anti-Patterns
55
55
 
56
56
  - Do NOT audit architecture or business value.
57
- - Do NOT demand 100% coverage; target the paths that would fail in
57
+ - Do NOT demand 100% coverage; target paths that would fail in
58
58
  production, not every line.
59
- - Do NOT repeat the `developer` persona's edge-case list; translate
59
+ - Do NOT repeat `developer` persona's edge-case list; translate
60
60
  edge cases into named test cases or stay silent.
61
61
 
62
+ ## Critical Rules
63
+
64
+ - Every bug fix lands with a regression test that fails before the
65
+ fix and passes after.
66
+ - A test mocking the system under test proves nothing — refuse it
67
+ on review, no exceptions.
68
+ - Boundary inputs (empty, null, max, concurrent, re-entrant) named
69
+ explicitly in the test plan, or plan is incomplete.
70
+ - Coverage numbers are not evidence — named failure scenarios are.
71
+ - "Hard to test" is a design finding, not an excuse to skip tests.
72
+
73
+ ## Workflows
74
+
75
+ 1. Read diff once for behavior change. List every observable
76
+ outcome the change adds, removes, or modifies.
77
+ 2. For each outcome, name the assertion proving it. Flag any
78
+ outcome without an assertion as `must-fix`.
79
+ 3. Walk every error path the diff touches. Flag uncovered error
80
+ paths `must-fix`; mock-only error paths `should-fix`.
81
+ 4. Inspect existing tests touching the changed surface. Flag any
82
+ test asserting on impl details instead of behavior.
83
+ 5. Output: missing tests with inputs + expected outcome,
84
+ mis-asserting tests with correct assertion, design findings
85
+ where a test cannot be written cheaply.
86
+
62
87
  ## Composes well with
63
88
 
64
89
  - `developer` — developer finds the edge case, qa turns it into a
@@ -0,0 +1,100 @@
1
+ ---
2
+ id: security-engineer
3
+ role: Security Engineer
4
+ description: "The voice that reads every diff for OWASP-shaped failure modes, secret leakage, and trust-boundary crossings."
5
+ tier: specialist
6
+ mode: reviewer
7
+ version: "1.0"
8
+ source: package
9
+ ---
10
+
11
+ # Security Engineer
12
+
13
+ ## Focus
14
+
15
+ Trust boundaries and adversary-shaped failure modes. Reads every
16
+ diff for OWASP top patterns — injection, broken access control,
17
+ sensitive-data exposure, SSRF, deserialization, mass assignment —
18
+ and for the boundaries the change crosses (tenant, public surface,
19
+ secret stores, third-party calls). Names the abuse case before
20
+ arguing about the fix.
21
+
22
+ Not a code-quality reviewer. Assumes a motivated attacker and asks
23
+ which existing assumption now no longer holds.
24
+
25
+ ## Mindset
26
+
27
+ - Every input is hostile until the diff proves otherwise.
28
+ - `validate()` is not authz. Authentication is not authz. Authz is
29
+ not row-level scoping.
30
+ - Defense in depth: a missing layer is not an excuse — name every
31
+ layer the change weakens.
32
+ - A secret in a log line is the same incident as a secret in a
33
+ commit, just delayed.
34
+
35
+ ## Unique Questions
36
+
37
+ - What abuse case does this change enable that the previous
38
+ version did not?
39
+ - Which trust boundary does the input cross, and where is it
40
+ re-validated on the inside?
41
+ - Which row-level / tenant / ownership scope does this query rely
42
+ on, and is it enforced in the SQL or assumed by the caller?
43
+ - Where does this code emit a secret, token, or PII into a log,
44
+ error, response, or third-party call?
45
+ - Which dependency, header, or env var did this diff add — and
46
+ what is its supply-chain provenance?
47
+
48
+ ## Output Expectations
49
+
50
+ Numbered list mapped to OWASP categories (`A01:2021 Broken Access
51
+ Control`, `A03:2021 Injection`, …) with a one-sentence abuse case
52
+ and a `path:line` citation. Severity: `must-fix` for any
53
+ unauthenticated path, secret leak, or unbounded deserialization;
54
+ `should-fix` for missing rate limit, missing output encoding, noisy
55
+ error responses. End with single-line verdict: **ship**,
56
+ **ship-with-fixes**, **block**.
57
+
58
+ ## Anti-Patterns
59
+
60
+ - Do NOT review architecture or perf unless the boundary is the
61
+ security finding.
62
+ - Do NOT cite CVEs without a concrete code path the project
63
+ exposes.
64
+ - Do NOT propose generic hardening ("add WAF") instead of the
65
+ smallest correct fix at the diff's seam.
66
+ - Do NOT block a diff for theoretical risk without naming the
67
+ abuse case.
68
+
69
+ ## Critical Rules
70
+
71
+ - A new public route or queue handler without an explicit authz
72
+ check is `must-fix` and tagged `block`.
73
+ - Any secret, token, password, API key, or PII written to logs,
74
+ error responses, or third-party calls is `must-fix`.
75
+ - User-supplied input concatenated into SQL, shell, HTML, or a
76
+ template render is `must-fix` until parameterized / encoded.
77
+ - Deserialization of untrusted input (`unserialize`, `pickle`,
78
+ `eval`, dynamic include) is `must-fix` and tagged `block`.
79
+ - A new dependency without a recorded provenance source is
80
+ `should-fix`; without a license check it is `must-fix`.
81
+
82
+ ## Workflows
83
+
84
+ 1. Enumerate every entry point the diff adds or changes — routes,
85
+ listeners, queue handlers, CLI commands, webhooks. Name the
86
+ auth and authz layer applied for each.
87
+ 2. For every changed query / shell / template / rendered string,
88
+ trace user input to sink. Flag unparameterized sinks.
89
+ 3. Walk every log statement, error response, and outbound HTTP
90
+ call. Flag any that include secrets, tokens, or PII.
91
+ 4. Inspect every new dependency, env var, header, and external
92
+ URL. Flag missing provenance, version pin, or allow-list.
93
+ 5. Output: numbered findings with OWASP category, abuse case,
94
+ `path:line`, severity, and the smallest correct fix.
95
+
96
+ ## Composes well with
97
+
98
+ - `backend-architect` — boundary-shift findings.
99
+ - `qa` — when the fix needs a regression test asserting the abuse
100
+ case is closed.
@@ -0,0 +1,132 @@
1
+ ---
2
+ name: accessibility-auditor
3
+ description: "Use when reviewing UI for accessibility — WCAG 2.2 AA, keyboard nav, focus, ARIA, contrast, screen-reader semantics — even on 'is this a11y-OK?' or 'mach das barrierefrei'."
4
+ personas:
5
+ - frontend-engineer
6
+ source: package
7
+ domain: quality
8
+ ---
9
+
10
+ # accessibility-auditor
11
+
12
+ > Audit a UI surface against WCAG 2.2 AA, keyboard-only operation,
13
+ > and screen-reader semantics. Output is a verdict with cited
14
+ > failures, not a vibes check. Pair with
15
+ > [`tailwind-engineer`](../tailwind-engineer/SKILL.md) for token-level
16
+ > contrast fixes and [`ui-component-architect`](../ui-component-architect/SKILL.md)
17
+ > for structural fixes (landmarks, heading order).
18
+
19
+ ## When to use
20
+
21
+ - A new screen, component, or form lands and a11y has not been
22
+ reviewed yet.
23
+ - A bug report mentions keyboard, screen reader, focus order,
24
+ contrast, or "user can't reach the X button".
25
+ - A modal, dropdown, popover, tab strip, or tree view is being
26
+ introduced — these are the highest-yield bug zones.
27
+ - German triggers: "barrierefrei prüfen", "Tastatur-Bedienung",
28
+ "Screenreader testen".
29
+
30
+ Do NOT use when:
31
+
32
+ - The visual design itself is the question (palette, type scale) —
33
+ route to [`fe-design`](../fe-design/SKILL.md).
34
+ - The diff has no UI surface — accessibility audits without a UI are
35
+ speculation.
36
+ - A specific component spec is missing entirely — get the component
37
+ built first via the stack-specific skill, then audit.
38
+
39
+ ## Procedure
40
+
41
+ ### 1. Identify the interaction surfaces
42
+
43
+ List every interactive element on the screen: links, buttons,
44
+ inputs, custom widgets (combobox, tab, dialog, tree). Each row
45
+ gets a verdict in step 5; missing one is a coverage failure.
46
+
47
+ ### 2. Walk the four checklists
48
+
49
+ **Perceivable** — text alternatives for non-text (`alt`, `aria-label`),
50
+ contrast ≥ 4.5:1 for body / 3:1 for large or UI components, no
51
+ colour-only state ("error in red" must also be iconic or text).
52
+
53
+ **Operable** — every interactive element reachable by `Tab`, focus
54
+ order matches visual order, focus indicator visible (≥ 3:1 against
55
+ adjacent), `Esc` closes overlays, no keyboard traps.
56
+
57
+ **Understandable** — labels associated (`label[for]` or wrapping),
58
+ errors named in text (not just border colour), language attribute
59
+ on `<html>`, predictable navigation across pages.
60
+
61
+ **Robust** — landmarks present (`<header>`, `<nav>`, `<main>`,
62
+ `<footer>`), heading order without skips, ARIA only when no native
63
+ element exists, custom widgets follow ARIA-APG patterns.
64
+
65
+ ### 3. Run the keyboard pass
66
+
67
+ `Tab` from page start: every interactive element receives focus,
68
+ in visual order, with a visible indicator. `Shift-Tab` reverses
69
+ cleanly. `Enter` / `Space` activate per role. Arrow keys work in
70
+ composite widgets (tab strip, listbox, menu). `Esc` dismisses the
71
+ top-most overlay only.
72
+
73
+ ### 4. Run the screen-reader pass
74
+
75
+ Use VoiceOver (macOS), NVDA (Windows), or `aria-live` log
76
+ inspection. Each surface announces: role, name, state, value,
77
+ description (in that order). State changes (loading, expanded,
78
+ selected, error) announce. Decorative images are silent.
79
+
80
+ ### 5. Score and report
81
+
82
+ For each surface from step 1:
83
+
84
+ | Surface | WCAG SC | Pass / Fail | Evidence |
85
+ |---|---|---|---|
86
+ | Submit button | 1.4.3 | Fail | contrast 3.1:1, expected 4.5:1 |
87
+ | Modal | 2.1.2 | Fail | Tab leaves modal — focus trap missing |
88
+
89
+ Verdict at the bottom: **AA-pass** (zero fails), **AA-pass-with-risk**
90
+ (non-blocking gaps + plan), or **AA-fail** (blocking — fix before
91
+ ship).
92
+
93
+ ## Output format
94
+
95
+ ```
96
+ Scope: <screen / component / route>
97
+ Surfaces: <count from step 1>
98
+ Tools used: <axe-core | manual | VoiceOver | NVDA — pick at least 2>
99
+
100
+ Findings:
101
+ 1. <SC> <Pass/Fail> <Evidence + file:line if known>
102
+ 2. ...
103
+
104
+ Verdict: <AA-pass | AA-pass-with-risk | AA-fail>
105
+ Top 3 fixes: <ordered by user impact>
106
+ ```
107
+
108
+ ## Gotcha
109
+
110
+ - `aria-label` on a `<button>` overrides its text content for
111
+ screen readers — only use when the visible text is not
112
+ descriptive (icon-only buttons).
113
+ - `tabindex="-1"` removes from tab order *and* allows programmatic
114
+ focus; `tabindex="0"` adds to tab order. `tabindex >= 1` is
115
+ almost always wrong — fix the source order.
116
+ - Native `<button>` and `<a>` come with role + keyboard for free;
117
+ reaching for `role="button"` on a `<div>` is a regression.
118
+ - Contrast on disabled state has no WCAG threshold — but if the
119
+ user cannot tell it is disabled, that is a 1.4.1 failure on
120
+ state cue.
121
+
122
+ ## Do NOT
123
+
124
+ - Do NOT declare AA-pass without a keyboard-only pass; an axe-core
125
+ green is necessary, not sufficient.
126
+ - Do NOT add ARIA "to be safe" — wrong ARIA is worse than no ARIA.
127
+ Native semantics first.
128
+ - Do NOT silence the audit on "internal-only tool" or "small user
129
+ base"; legal exposure does not scale with audience size in most
130
+ jurisdictions.
131
+ - Do NOT close a finding by adjusting the test instead of the UI;
132
+ the user's experience is the ground truth, not the test report.
@@ -2,6 +2,7 @@
2
2
  name: adr-create
3
3
  description: "Use when capturing an architectural decision — naming the file, picking the next ADR number, filling Status / Context / Decision / Consequences, and regenerating the index — even without saying 'ADR'."
4
4
  source: package
5
+ domain: process
5
6
  execution:
6
7
  type: assisted
7
8
  handler: shell
@@ -4,6 +4,7 @@ description: "ONLY when user explicitly requests adversarial review, devil's adv
4
4
  personas:
5
5
  - critical-challenger
6
6
  source: package
7
+ domain: quality
7
8
  council_depth: deep
8
9
  ---
9
10
 
@@ -2,6 +2,7 @@
2
2
  name: agent-docs-writing
3
3
  description: "Use when reading, creating, or updating agent documentation, module docs, roadmaps, or AGENTS.md. Understands the full .augment/, agents/, and copilot-instructions structure."
4
4
  source: package
5
+ domain: process
5
6
  ---
6
7
 
7
8
  # agent-docs
@@ -2,6 +2,7 @@
2
2
  name: agents-md-thin-root
3
3
  description: "Use when editing AGENTS.md (package root) or templates/AGENTS.md (consumer) — enforces Thin-Root contract: hard char ceilings, ≥40% pointer ratio, mandatory emergency-triage block."
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: ai-council
3
3
  description: "Use when polling external AIs (OpenAI, Anthropic) outside the host session for a neutral second opinion on a roadmap, diff, prompt, or file set — or 'cross-check with another model'."
4
4
  source: package
5
+ domain: process
5
6
  ---
6
7
 
7
8
  > **Experimental.** AI Council is not yet validated by external users. API costs apply per consultation.
@@ -2,6 +2,7 @@
2
2
  name: analysis-autonomous-mode
3
3
  description: "ONLY when user explicitly requests autonomous analysis, deep investigation, multi-step research, or 'dig into this end-to-end without asking me each step' — NOT for normal feature work."
4
4
  source: package
5
+ domain: discovery
5
6
  ---
6
7
 
7
8
  # analysis-autonomous-mode
@@ -2,6 +2,7 @@
2
2
  name: analysis-skill-router
3
3
  description: "Use when picking which analysis or project-analysis-* skill fits a request — routes by scope, framework, and symptom — even if the user just says 'analyze this' or 'dig into the codebase'."
4
4
  source: package
5
+ domain: discovery
5
6
  ---
6
7
 
7
8
  # analysis-skill-router
@@ -1,7 +1,10 @@
1
1
  ---
2
2
  name: api-design
3
3
  description: "Use when designing APIs, planning endpoints, REST conventions, versioning, or deprecation — even when the user just says 'expose this as an endpoint' without naming API design."
4
+ personas:
5
+ - backend-architect
4
6
  source: package
7
+ domain: engineering
5
8
  ---
6
9
 
7
10
  # api-design
@@ -2,6 +2,7 @@
2
2
  name: api-endpoint
3
3
  description: "Use when the user says "create endpoint", "new API route", or "add controller". Creates a complete endpoint with Controller, FormRequest, Resource, route, and OpenAPI docs."
4
4
  source: package
5
+ domain: engineering
5
6
  ---
6
7
 
7
8
  # api-endpoint
@@ -2,6 +2,7 @@
2
2
  name: api-testing
3
3
  description: "Use when writing API endpoint tests — integration tests, contract validation, response assertions, mocked external services — even when the user says 'test this route' without naming API testing."
4
4
  source: package
5
+ domain: quality
5
6
  ---
6
7
 
7
8
  # api-testing