@event4u/agent-config 1.15.0 → 1.16.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 (244) hide show
  1. package/.agent-src/commands/bug-fix.md +1 -1
  2. package/.agent-src/commands/bug-investigate.md +2 -2
  3. package/.agent-src/commands/chat-history-checkpoint.md +1 -1
  4. package/.agent-src/commands/chat-history-clear.md +1 -1
  5. package/.agent-src/commands/chat-history.md +1 -1
  6. package/.agent-src/commands/check-current-md.md +1 -1
  7. package/.agent-src/commands/council-design.md +96 -0
  8. package/.agent-src/commands/council-optimize.md +115 -0
  9. package/.agent-src/commands/council-pr.md +123 -0
  10. package/.agent-src/commands/council.md +219 -0
  11. package/.agent-src/commands/create-pr.md +23 -0
  12. package/.agent-src/commands/do-and-judge.md +3 -3
  13. package/.agent-src/commands/do-in-steps.md +4 -4
  14. package/.agent-src/commands/e2e-heal.md +1 -1
  15. package/.agent-src/commands/e2e-plan.md +1 -1
  16. package/.agent-src/commands/feature-dev.md +8 -0
  17. package/.agent-src/commands/feature-explore.md +6 -1
  18. package/.agent-src/commands/feature-plan.md +33 -2
  19. package/.agent-src/commands/feature-refactor.md +5 -0
  20. package/.agent-src/commands/feature-roadmap.md +6 -1
  21. package/.agent-src/commands/feature.md +58 -0
  22. package/.agent-src/commands/fix-ci.md +5 -0
  23. package/.agent-src/commands/fix-portability.md +5 -0
  24. package/.agent-src/commands/fix-pr-bot-comments.md +5 -0
  25. package/.agent-src/commands/fix-pr-comments.md +5 -0
  26. package/.agent-src/commands/fix-pr-developer-comments.md +5 -0
  27. package/.agent-src/commands/fix-references.md +5 -0
  28. package/.agent-src/commands/fix-seeder.md +5 -0
  29. package/.agent-src/commands/fix.md +60 -0
  30. package/.agent-src/commands/jira-ticket.md +1 -1
  31. package/.agent-src/commands/judge.md +1 -1
  32. package/.agent-src/commands/memory-add.md +3 -3
  33. package/.agent-src/commands/memory-full.md +2 -2
  34. package/.agent-src/commands/memory-promote.md +2 -2
  35. package/.agent-src/commands/mode.md +5 -5
  36. package/.agent-src/commands/onboard.md +3 -3
  37. package/.agent-src/commands/optimize-agents.md +6 -1
  38. package/.agent-src/commands/optimize-augmentignore.md +5 -0
  39. package/.agent-src/commands/optimize-rtk-filters.md +5 -0
  40. package/.agent-src/commands/optimize-skills.md +6 -1
  41. package/.agent-src/commands/optimize.md +54 -0
  42. package/.agent-src/commands/propose-memory.md +2 -2
  43. package/.agent-src/commands/review-changes.md +26 -1
  44. package/.agent-src/commands/review-routing.md +1 -1
  45. package/.agent-src/commands/roadmap-create.md +29 -2
  46. package/.agent-src/commands/set-cost-profile.md +3 -3
  47. package/.agent-src/commands/sync-agent-settings.md +2 -2
  48. package/.agent-src/commands/tests-create.md +1 -1
  49. package/.agent-src/commands/upstream-contribute.md +1 -1
  50. package/.agent-src/contexts/authority/commit-mechanics.md +57 -0
  51. package/.agent-src/contexts/authority/destructive-mechanics.md +66 -0
  52. package/.agent-src/contexts/authority/scope-mechanics.md +87 -0
  53. package/.agent-src/contexts/execution/autonomy-detection.md +54 -0
  54. package/.agent-src/contexts/execution/autonomy-examples.md +90 -0
  55. package/.agent-src/contexts/execution/autonomy-mechanics.md +29 -0
  56. package/.agent-src/contexts/execution/verification-mechanics.md +80 -0
  57. package/.agent-src/personas/README.md +1 -1
  58. package/.agent-src/rules/agent-authority.md +24 -0
  59. package/.agent-src/rules/architecture.md +1 -1
  60. package/.agent-src/rules/artifact-drafting-protocol.md +1 -1
  61. package/.agent-src/rules/artifact-engagement-recording.md +1 -1
  62. package/.agent-src/rules/ask-when-uncertain.md +1 -1
  63. package/.agent-src/rules/autonomous-execution.md +78 -114
  64. package/.agent-src/rules/capture-learnings.md +1 -1
  65. package/.agent-src/rules/chat-history-cadence.md +3 -3
  66. package/.agent-src/rules/chat-history-ownership.md +3 -3
  67. package/.agent-src/rules/chat-history-visibility.md +3 -3
  68. package/.agent-src/rules/{command-suggestion.md → command-suggestion-policy.md} +7 -7
  69. package/.agent-src/rules/commit-conventions.md +1 -1
  70. package/.agent-src/rules/commit-policy.md +14 -42
  71. package/.agent-src/rules/context-hygiene.md +3 -3
  72. package/.agent-src/rules/direct-answers.md +1 -1
  73. package/.agent-src/rules/docs-sync.md +1 -1
  74. package/.agent-src/rules/e2e-testing.md +1 -1
  75. package/.agent-src/rules/guidelines.md +4 -4
  76. package/.agent-src/rules/improve-before-implement.md +2 -2
  77. package/.agent-src/rules/language-and-tone.md +37 -96
  78. package/.agent-src/rules/minimal-safe-diff.md +3 -3
  79. package/.agent-src/rules/model-recommendation.md +4 -4
  80. package/.agent-src/rules/no-cheap-questions.md +89 -0
  81. package/.agent-src/rules/non-destructive-by-default.md +15 -49
  82. package/.agent-src/rules/onboarding-gate.md +5 -5
  83. package/.agent-src/rules/review-routing-awareness.md +9 -9
  84. package/.agent-src/rules/roadmap-progress-sync.md +26 -33
  85. package/.agent-src/rules/role-mode-adherence.md +2 -2
  86. package/.agent-src/rules/scope-control.md +65 -46
  87. package/.agent-src/rules/security-sensitive-stop.md +2 -2
  88. package/.agent-src/rules/size-enforcement.md +1 -1
  89. package/.agent-src/rules/think-before-action.md +5 -5
  90. package/.agent-src/rules/token-efficiency.md +4 -4
  91. package/.agent-src/rules/{ui-audit-before-build.md → ui-audit-gate.md} +3 -3
  92. package/.agent-src/rules/user-interaction.md +3 -3
  93. package/.agent-src/rules/verify-before-complete.md +12 -67
  94. package/.agent-src/scripts/update_roadmap_progress.py +9 -4
  95. package/.agent-src/skills/ai-council/SKILL.md +333 -0
  96. package/.agent-src/skills/api-endpoint/SKILL.md +2 -2
  97. package/.agent-src/skills/blade-ui/SKILL.md +1 -1
  98. package/.agent-src/skills/blast-radius-analyzer/SKILL.md +1 -1
  99. package/.agent-src/skills/bug-analyzer/SKILL.md +1 -1
  100. package/.agent-src/skills/command-routing/SKILL.md +1 -1
  101. package/.agent-src/skills/command-writing/SKILL.md +1 -1
  102. package/.agent-src/skills/conventional-commits-writing/SKILL.md +1 -1
  103. package/.agent-src/skills/copilot-agents-optimization/SKILL.md +2 -2
  104. package/.agent-src/skills/developer-like-execution/SKILL.md +2 -2
  105. package/.agent-src/skills/flux/SKILL.md +1 -1
  106. package/.agent-src/skills/git-workflow/SKILL.md +1 -1
  107. package/.agent-src/skills/guideline-writing/SKILL.md +11 -11
  108. package/.agent-src/skills/learning-to-rule-or-skill/SKILL.md +4 -4
  109. package/.agent-src/skills/livewire/SKILL.md +1 -1
  110. package/.agent-src/skills/override-management/SKILL.md +2 -2
  111. package/.agent-src/skills/php-coder/SKILL.md +1 -1
  112. package/.agent-src/skills/playwright-testing/SKILL.md +2 -2
  113. package/.agent-src/skills/readme-reviewer/SKILL.md +1 -1
  114. package/.agent-src/skills/readme-writing/SKILL.md +1 -1
  115. package/.agent-src/skills/readme-writing-package/SKILL.md +1 -1
  116. package/.agent-src/skills/receiving-code-review/SKILL.md +1 -1
  117. package/.agent-src/skills/review-routing/SKILL.md +2 -2
  118. package/.agent-src/skills/rule-writing/SKILL.md +1 -1
  119. package/.agent-src/skills/skill-reviewer/SKILL.md +1 -1
  120. package/.agent-src/skills/skill-writing/SKILL.md +3 -3
  121. package/.agent-src/skills/subagent-orchestration/SKILL.md +1 -0
  122. package/.agent-src/skills/systematic-debugging/SKILL.md +1 -1
  123. package/.agent-src/skills/upstream-contribute/SKILL.md +1 -1
  124. package/.agent-src/skills/validate-feature-fit/SKILL.md +2 -2
  125. package/.agent-src/skills/{verify-before-complete → verify-completion-evidence}/SKILL.md +2 -2
  126. package/.agent-src/templates/agent-settings.md +8 -8
  127. package/.agent-src/templates/contexts/auth-model.md +1 -1
  128. package/.agent-src/templates/scripts/README.md +2 -2
  129. package/.agent-src/templates/scripts/telemetry/aggregator.py +16 -1
  130. package/.agent-src/templates/scripts/telemetry/engagement.py +59 -0
  131. package/.agent-src/templates/scripts/telemetry/report_renderer.py +28 -1
  132. package/.agent-src/templates/scripts/telemetry_record.py +14 -1
  133. package/.claude-plugin/marketplace.json +10 -2
  134. package/AGENTS.md +11 -9
  135. package/CHANGELOG.md +123 -1
  136. package/README.md +28 -30
  137. package/config/agent-settings.template.yml +58 -1
  138. package/config/gitignore-block.txt +3 -0
  139. package/docs/architecture.md +4 -4
  140. package/docs/catalog.md +331 -0
  141. package/docs/contracts/STABILITY.md +39 -0
  142. package/docs/contracts/adr-command-suggestion.md +3 -3
  143. package/docs/contracts/adr-product-ui-track.md +2 -2
  144. package/docs/contracts/agent-memory-contract.md +2 -2
  145. package/docs/contracts/artifact-engagement-flow.md +1 -1
  146. package/docs/contracts/command-clusters.md +2 -2
  147. package/docs/contracts/command-suggestion-flow.md +3 -3
  148. package/docs/contracts/implement-ticket-flow.md +2 -2
  149. package/docs/contracts/linear-ai-rules-inclusion.md +1 -1
  150. package/docs/contracts/load-context-schema.md +186 -0
  151. package/docs/contracts/rule-interactions.yml +96 -0
  152. package/docs/contracts/rule-priority-hierarchy.md +87 -0
  153. package/docs/contracts/ui-track-flow.md +1 -1
  154. package/docs/customization.md +14 -0
  155. package/docs/end-to-end-walkthroughs.md +165 -0
  156. package/docs/getting-started.md +26 -8
  157. package/docs/github-topics.md +12 -3
  158. package/docs/guidelines/agent-infra/language-and-tone-examples.md +79 -0
  159. package/{.agent-src → docs}/guidelines/docs/readme-size-and-splitting.md +26 -25
  160. package/docs/guidelines/php/git.md +164 -0
  161. package/docs/migrations/commands-1.15.0.md +1 -1
  162. package/docs/showcase.md +9 -4
  163. package/docs/skills-catalog.md +14 -8
  164. package/docs/ui-track-mental-model.md +2 -2
  165. package/llms.txt +13 -7
  166. package/package.json +1 -1
  167. package/scripts/agent-config +23 -0
  168. package/scripts/ai_council/__init__.py +39 -0
  169. package/scripts/ai_council/_default_prices.py +41 -0
  170. package/scripts/ai_council/_one_off_rebalancing_audit.py +149 -0
  171. package/scripts/ai_council/_one_off_roundtrip.py +106 -0
  172. package/scripts/ai_council/budget_guard.py +172 -0
  173. package/scripts/ai_council/bundler.py +261 -0
  174. package/scripts/ai_council/clients.py +381 -0
  175. package/scripts/ai_council/modes.py +127 -0
  176. package/scripts/ai_council/orchestrator.py +350 -0
  177. package/scripts/ai_council/pricing.py +213 -0
  178. package/scripts/ai_council/project_context.py +159 -0
  179. package/scripts/ai_council/prompts.py +232 -0
  180. package/scripts/ai_council/session.py +144 -0
  181. package/scripts/check_always_budget.py +126 -0
  182. package/scripts/check_augmentignore.py +69 -0
  183. package/scripts/check_command_count_messaging.py +120 -0
  184. package/scripts/check_portability.py +55 -0
  185. package/scripts/check_public_catalog_links.py +122 -0
  186. package/scripts/check_references.py +4 -1
  187. package/scripts/check_roadmap_trackable.py +111 -0
  188. package/scripts/command_suggester/cooldown.py +1 -1
  189. package/scripts/generate_index.py +266 -0
  190. package/scripts/install_anthropic_key.sh +5 -0
  191. package/scripts/install_openai_key.sh +106 -0
  192. package/scripts/lint_load_context.py +163 -0
  193. package/scripts/schemas/command.schema.json +20 -0
  194. package/scripts/schemas/rule.schema.json +10 -0
  195. package/scripts/skill_linter.py +12 -4
  196. package/scripts/sync_agent_settings.py +1 -1
  197. package/scripts/update_counts.py +9 -4
  198. package/scripts/update_prices.py +124 -0
  199. package/.agent-src/guidelines/php/git.md +0 -96
  200. /package/.agent-src/rules/{slash-commands.md → slash-command-routing-policy.md} +0 -0
  201. /package/{.agent-src → docs}/guidelines/agent-infra/agent-interaction-and-decision-quality.md +0 -0
  202. /package/{.agent-src → docs}/guidelines/agent-infra/break-glass-usage.md +0 -0
  203. /package/{.agent-src → docs}/guidelines/agent-infra/developer-judgment.md +0 -0
  204. /package/{.agent-src → docs}/guidelines/agent-infra/engineering-memory-data-format.md +0 -0
  205. /package/{.agent-src → docs}/guidelines/agent-infra/layered-settings.md +0 -0
  206. /package/{.agent-src → docs}/guidelines/agent-infra/memory-access.md +0 -0
  207. /package/{.agent-src → docs}/guidelines/agent-infra/naming.md +0 -0
  208. /package/{.agent-src → docs}/guidelines/agent-infra/output-patterns.md +0 -0
  209. /package/{.agent-src → docs}/guidelines/agent-infra/review-routing-data-format.md +0 -0
  210. /package/{.agent-src → docs}/guidelines/agent-infra/role-contracts.md +0 -0
  211. /package/{.agent-src → docs}/guidelines/agent-infra/role-mode-router.md +0 -0
  212. /package/{.agent-src → docs}/guidelines/agent-infra/runtime-layer.md +0 -0
  213. /package/{.agent-src → docs}/guidelines/agent-infra/self-improvement-pipeline.md +0 -0
  214. /package/{.agent-src → docs}/guidelines/agent-infra/size-and-scope.md +0 -0
  215. /package/{.agent-src → docs}/guidelines/agent-infra/tool-integration.md +0 -0
  216. /package/{.agent-src → docs}/guidelines/e2e/playwright.md +0 -0
  217. /package/{.agent-src → docs}/guidelines/php/api-design.md +0 -0
  218. /package/{.agent-src → docs}/guidelines/php/artisan-commands.md +0 -0
  219. /package/{.agent-src → docs}/guidelines/php/blade-ui.md +0 -0
  220. /package/{.agent-src → docs}/guidelines/php/controllers.md +0 -0
  221. /package/{.agent-src → docs}/guidelines/php/database.md +0 -0
  222. /package/{.agent-src → docs}/guidelines/php/eloquent.md +0 -0
  223. /package/{.agent-src → docs}/guidelines/php/flux.md +0 -0
  224. /package/{.agent-src → docs}/guidelines/php/general.md +0 -0
  225. /package/{.agent-src → docs}/guidelines/php/jobs.md +0 -0
  226. /package/{.agent-src → docs}/guidelines/php/livewire.md +0 -0
  227. /package/{.agent-src → docs}/guidelines/php/logging.md +0 -0
  228. /package/{.agent-src → docs}/guidelines/php/naming.md +0 -0
  229. /package/{.agent-src → docs}/guidelines/php/patterns/dependency-injection.md +0 -0
  230. /package/{.agent-src → docs}/guidelines/php/patterns/dtos.md +0 -0
  231. /package/{.agent-src → docs}/guidelines/php/patterns/events.md +0 -0
  232. /package/{.agent-src → docs}/guidelines/php/patterns/factory.md +0 -0
  233. /package/{.agent-src → docs}/guidelines/php/patterns/pipelines.md +0 -0
  234. /package/{.agent-src → docs}/guidelines/php/patterns/policies.md +0 -0
  235. /package/{.agent-src → docs}/guidelines/php/patterns/repositories.md +0 -0
  236. /package/{.agent-src → docs}/guidelines/php/patterns/service-layer.md +0 -0
  237. /package/{.agent-src → docs}/guidelines/php/patterns/strategy.md +0 -0
  238. /package/{.agent-src → docs}/guidelines/php/patterns.md +0 -0
  239. /package/{.agent-src → docs}/guidelines/php/performance.md +0 -0
  240. /package/{.agent-src → docs}/guidelines/php/resources.md +0 -0
  241. /package/{.agent-src → docs}/guidelines/php/security.md +0 -0
  242. /package/{.agent-src → docs}/guidelines/php/sql.md +0 -0
  243. /package/{.agent-src → docs}/guidelines/php/validations.md +0 -0
  244. /package/{.agent-src → docs}/guidelines/php/websocket.md +0 -0
@@ -13,8 +13,12 @@ ai-coding
13
13
  agent-skills
14
14
  agent-rules
15
15
  governance
16
+ orchestration
16
17
  laravel
17
18
  php
19
+ nextjs
20
+ nodejs
21
+ typescript
18
22
  devcontainer
19
23
  augment-agent
20
24
  claude-code
@@ -30,8 +34,9 @@ agentskills-standard
30
34
  | `agent-skills` | Aligns with the [Agent Skills](https://agentskills.io) community spec |
31
35
  | `agent-rules` | Complementary — rules govern behavior, skills provide expertise |
32
36
  | `governance` | Differentiates from prompt collections |
33
- | `laravel` | Primary domainLaravel projects are the main audience |
34
- | `php` | Broader PHP audience |
37
+ | `orchestration` | Captures the core identity a deterministic orchestration contract / state machine |
38
+ | `laravel`, `php` | Reference-implementation stack currently the deepest skill density |
39
+ | `nextjs`, `nodejs`, `typescript` | Parallel skill sets for JS/TS surfaces (project-analysis, UI directives) |
35
40
  | `devcontainer` | One of our 4 core concerns |
36
41
  | `augment-agent`, `claude-code`, `copilot` | Tool-specific discovery |
37
42
  | `agentskills-standard` | SKILL.md format is compatible with the agentskills.io spec |
@@ -53,8 +58,12 @@ gh repo edit event4u-app/agent-config \
53
58
  --add-topic agent-skills \
54
59
  --add-topic agent-rules \
55
60
  --add-topic governance \
61
+ --add-topic orchestration \
56
62
  --add-topic laravel \
57
63
  --add-topic php \
64
+ --add-topic nextjs \
65
+ --add-topic nodejs \
66
+ --add-topic typescript \
58
67
  --add-topic devcontainer \
59
68
  --add-topic augment-agent \
60
69
  --add-topic claude-code \
@@ -69,7 +78,7 @@ curl -X PUT \
69
78
  -H "Authorization: Bearer $GITHUB_TOKEN" \
70
79
  -H "Accept: application/vnd.github+json" \
71
80
  https://api.github.com/repos/event4u-app/agent-config/topics \
72
- -d '{"names":["ai-coding","agent-skills","agent-rules","governance","laravel","php","devcontainer","augment-agent","claude-code","copilot","agentskills-standard"]}'
81
+ -d '{"names":["ai-coding","agent-skills","agent-rules","governance","orchestration","laravel","php","nextjs","nodejs","typescript","devcontainer","augment-agent","claude-code","copilot","agentskills-standard"]}'
73
82
  ```
74
83
 
75
84
  ## Verify
@@ -0,0 +1,79 @@
1
+ # language-and-tone — examples and failure modes
2
+
3
+ > Reference companion to [`.agent-src/rules/language-and-tone.md`](../../.agent-src/rules/language-and-tone.md).
4
+ > Pulled out so the always-active rule stays under its character budget.
5
+ > Linked from the rule via the **Examples** section; agents do not load this file
6
+ > automatically, only when they want concrete demonstrations or are debugging a
7
+ > language-mirroring drift.
8
+
9
+ ## Failure modes to watch for
10
+
11
+ - Drafting reply in English first, then "translating the intro" → English
12
+ phrasing with German words. Draft in target language from the first token.
13
+ - Copy-pasting English option labels from `.md` sources without translating.
14
+ - Mixing languages inside a table or bullet list because "the technical term
15
+ is English" — surrounding prose must still mirror. Keep proper nouns and
16
+ code identifiers as-is; translate everything else.
17
+ - Assuming English because "the codebase is English" — codebase language ≠
18
+ conversation language.
19
+ - Mirroring the **open file** the IDE reports — open files are background
20
+ context, not chat messages.
21
+ - Mirroring the **roadmap or ticket** being executed — artefacts are English
22
+ by `.md` rule; chat language is whatever the user wrote.
23
+
24
+ ## `.md` example labels — wrong vs correct
25
+
26
+ The agent translates option labels to the user's language **at runtime**.
27
+ The `.md` source files are the English blueprint — they define WHAT to say,
28
+ not in which language.
29
+
30
+ **Wrong** (German in `.md`):
31
+
32
+ ```
33
+ > 1. Interaktiv — bei jedem Kommentar nachfragen
34
+ > 2. Automatisch — alle selbstständig abarbeiten
35
+ ```
36
+
37
+ **Correct** (English in `.md`):
38
+
39
+ ```
40
+ > 1. Interactive — ask before each comment
41
+ > 2. Automatic — handle all independently
42
+ ```
43
+
44
+ Same rule applies to: example prompts and questions, template placeholders,
45
+ ASCII art labels in formatted output blocks, table headers and content.
46
+
47
+ ## Quoted user-input examples — same rule, with one labeled exception
48
+
49
+ Common drift pattern: a rule documents trigger phrases the agent should
50
+ recognize and writes them as quoted German examples inside English prose.
51
+ **Not allowed**, even when demonstrative.
52
+
53
+ **Wrong** (DE quote embedded in EN prose):
54
+
55
+ ```md
56
+ Single-decision delegation ("für diesen Schritt entscheide du") →
57
+ handle that step autonomously.
58
+
59
+ A standing "arbeite selbstständig" never lifts the floor.
60
+ ```
61
+
62
+ **Correct** — two ways:
63
+
64
+ 1. **Translate to English.** Trigger recognition is semantic; the agent
65
+ matches intent across languages regardless of the example.
66
+ `("you decide for this step")` works as well as the German.
67
+ 2. **Use a labeled `DE: … · EN: …` anchor list** when the multilingual
68
+ nature of recognition is the point:
69
+
70
+ ```md
71
+ - DE: "arbeite selbstständig" · "frag nicht jedes Mal" · "tue es einfach"
72
+ - EN: "work autonomously" · "don't ask" · "just do it"
73
+ ```
74
+
75
+ The labeled-anchor block is the **only** allowed location for German prose
76
+ in an English `.md` file. Body text, example sentences, prompt templates,
77
+ agent-rendered strings, and failure modes must be English. Reference
78
+ established phrases abstractly later (e.g. "a standing autonomy directive")
79
+ and link back to the anchor block.
@@ -2,11 +2,12 @@
2
2
 
3
3
  ## Purpose
4
4
 
5
- Keep READMEs scannable as repositories grow. A README is an **entry
6
- point**, not a reference manual. Once it stops working as entry point,
7
- split — don't scroll.
5
+ Keep READMEs scannable and useful as repositories grow. A README is an
6
+ **entry point**, not a reference manual. Once it stops working as an entry
7
+ point, split — don't scroll.
8
8
 
9
- Referenced by `readme-writing`, `readme-writing-package`, `readme-reviewer`.
9
+ This guideline is referenced by the `readme-writing`, `readme-writing-package`,
10
+ and `readme-reviewer` skills.
10
11
 
11
12
  ---
12
13
 
@@ -41,8 +42,8 @@ Hard triggers — split immediately:
41
42
  Soft triggers — review and probably split:
42
43
 
43
44
  - A section needs its own Table of Contents
44
- - Reader scrolls past three screens to reach "how do I use it"
45
- - More than one code block per section explaining variations of the same
45
+ - A reader has to scroll past three screens to reach "how do I use it"
46
+ - More than one code block per section, explaining variations of the same
46
47
  thing (indicates reference material, not onboarding)
47
48
 
48
49
  ---
@@ -64,8 +65,8 @@ README stays < 200 lines. Each `/docs/` file is a self-contained chapter.
64
65
 
65
66
  ### Strategy 2 — Deep-link tables for multi-platform repos
66
67
 
67
- Supporting many platforms or tool integrations: single table with deep
68
- links beats inline blocks:
68
+ When supporting many platforms or tool integrations, a single table with
69
+ deep links beats inline blocks:
69
70
 
70
71
  ```markdown
71
72
  | Tool | Install | Docs |
@@ -78,8 +79,8 @@ Pattern: 1 row per platform, actual how-to in the linked doc.
78
79
 
79
80
  ### Strategy 3 — Collapsible sections (`<details>`)
80
81
 
81
- Content occasionally needed but crowding the scan path — long install
82
- options, platform-specific quirks, troubleshooting trees:
82
+ For content that is occasionally needed but crowds the scan path — long
83
+ install options, platform-specific quirks, troubleshooting trees:
83
84
 
84
85
  ```markdown
85
86
  <details>
@@ -90,8 +91,8 @@ Content here — full detail, not shown by default.
90
91
  </details>
91
92
  ```
92
93
 
93
- Use sparingly. Collapsed content is still in the file; it defers visual
94
- cost only. Not a substitute for true splitting when content > 30 lines.
94
+ Use sparingly. Collapsed content is still in the file; it just defers the
95
+ visual cost. Not a substitute for true splitting when content is > 30 lines.
95
96
 
96
97
  ---
97
98
 
@@ -104,15 +105,15 @@ Add a ToC when:
104
105
  - Reader would need to scroll to find a known section
105
106
 
106
107
  Place the ToC **after** the one-line summary and **before** the first
107
- substantive section (usually install or quickstart). Don't add a ToC to
108
- small READMEs — becomes visual noise.
108
+ substantive section (usually install or quickstart). Do not add a ToC to
109
+ small READMEs — it becomes visual noise.
109
110
 
110
111
  ---
111
112
 
112
113
  ## Multi-audience repos
113
114
 
114
115
  A single README cannot serve "consumers of a package" and "contributors
115
- to a package" equally. Choose one primary audience for the README,
116
+ to a package" equally well. Choose one primary audience for the README,
116
117
  deep-link the other:
117
118
 
118
119
  - **Package repo** → consumers primary; contributors go to
@@ -120,8 +121,8 @@ deep-link the other:
120
121
  - **Application repo** → contributors/team primary; end users (if any)
121
122
  go to `docs/user-guide.md`
122
123
 
123
- README must declare its audience within the first screen. Readers in the
124
- other audience must find their link within the first screen too.
124
+ The README must declare its audience within the first screen. Readers
125
+ in the other audience must find their link within the first screen too.
125
126
 
126
127
  ---
127
128
 
@@ -129,13 +130,13 @@ other audience must find their link within the first screen too.
129
130
 
130
131
  - **Splitting by accident** — moving content out "because the README is long"
131
132
  without a navigation story. Readers get lost.
132
- - **Splitting and duplicating** — same content in README and `/docs/`.
133
- They drift apart. Pick one home.
134
- - **Deep-link-only README** — README that is just a table of contents
135
- linking out. Reader arriving cold must still learn what/why/how-install
133
+ - **Splitting and duplicating** — keeping the same content in README and
134
+ `/docs/`. They drift apart. Pick one home.
135
+ - **Deep-link-only README** — a README that is just a table of contents
136
+ linking out. A reader arriving cold must still learn what/why/how-install
136
137
  without clicking.
137
- - **Premature splitting** — `docs/` scaffolding for a 50-line README.
138
- Overhead not worth it; come back at 150 lines.
138
+ - **Premature splitting** — creating `docs/` scaffolding for a 50-line
139
+ README. The overhead is not worth it; come back at 150 lines.
139
140
  - **Hiding critical content in `<details>`** — install, first example, and
140
141
  requirements are **never** collapsed.
141
142
 
@@ -144,10 +145,10 @@ other audience must find their link within the first screen too.
144
145
  ## Validation checklist
145
146
 
146
147
  - [ ] First screen answers what / why / install
147
- - [ ] Size below "overloaded" threshold, or splitting is in place
148
+ - [ ] Size is below the "overloaded" threshold, or splitting is in place
148
149
  - [ ] ToC present if > 150 lines or > 6 top-level sections
149
150
  - [ ] No duplication between README and `/docs/`
150
151
  - [ ] `<details>` used only for secondary, bulky content
151
152
  - [ ] Multi-platform install uses a table, not 10 sequential install blocks
152
153
  - [ ] Each `/docs/` file is self-contained and linked from README
153
- - [ ] Audience explicit; other audience has a visible deep-link
154
+ - [ ] Audience is explicit; the other audience has a visible deep-link
@@ -0,0 +1,164 @@
1
+ # Git & Version Control Guidelines
2
+
3
+ > Project-specific Git conventions. Branch naming, commit messages, PR workflow.
4
+
5
+ **Related Skills:** `git-workflow`, `conventional-commits-writing`
6
+ **Related Rules:** `commit-conventions.md`
7
+
8
+ ## Branch Naming
9
+
10
+ ```
11
+ {type}/{ticket-id}/{short-description}
12
+ ```
13
+
14
+ | Type | When |
15
+ |---|---|
16
+ | `feat/` | New feature |
17
+ | `fix/` | Bug fix |
18
+ | `hotfix/` | Urgent production fix |
19
+ | `chore/` | Maintenance, refactoring, tooling |
20
+ | `docs/` | Documentation changes |
21
+ | `test/` | Test additions/changes |
22
+
23
+ ### Examples
24
+
25
+ ```
26
+ feat/DEV-1234/user-notification-preferences
27
+ fix/DEV-5678/null-pointer-in-import
28
+ chore/refactor-agent-setup
29
+ hotfix/DEV-999/critical-payment-bug
30
+ ```
31
+
32
+ ### Rules
33
+
34
+ - Always include the Jira ticket ID when one exists
35
+ - Use kebab-case for the description part
36
+ - Keep branch names short but descriptive
37
+
38
+ ## Commit Messages
39
+
40
+ Follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
41
+ See `commit-conventions` rule for the base format and type table.
42
+
43
+ ### Type selection rules
44
+
45
+ **`feat`** — a new capability is added; user or system can do something new.
46
+
47
+ **`fix`** — existing behavior was wrong; bug, regression, or broken edge case corrected.
48
+
49
+ **`refactor`** — structure changes, readability/maintainability improves, behavior unchanged.
50
+ Do NOT use `refactor` if behavior changes — use `feat` or `fix` instead.
51
+
52
+ **`docs`** — only documentation changes, no runtime or behavior change.
53
+
54
+ **`test`** — only tests added/updated, no production behavior changes.
55
+
56
+ **`ci`** — GitHub Actions, pipelines, CI checks, automation workflows, release jobs.
57
+
58
+ **`chore`** — maintenance, repo housekeeping, dependency bumps, non-functional cleanup
59
+ that is not better classified as `build`, `ci`, or `docs`.
60
+
61
+ **`perf`** — measurable performance improvement.
62
+
63
+ **`build`** — build tooling, packaging, Docker changes.
64
+
65
+ **`style`** — formatting only, no logic change (e.g. ECS/Rector auto-fixes).
66
+
67
+ ### Scope guidance
68
+
69
+ Use a scope when it adds clarity. Good scopes:
70
+
71
+ - Jira ticket ID: `DEV-1234`
72
+ - Module/area: `api`, `auth`, `skills`, `rules`, `ci`, `frontend`, `linter`
73
+
74
+ Do not add a scope if it adds no value. `fix(core): fix typo` → just `fix: fix typo`.
75
+
76
+ ### Description rules
77
+
78
+ - Describe **intent**, not implementation detail
79
+ - Describe **what changed**, not every low-level step
80
+ - Avoid generic wording: `update stuff`, `fix issue`, `changes`
81
+
82
+ Good: `fix(routes): preserve middleware order for api endpoints`
83
+ Bad: `fix: fix things`
84
+
85
+ ### Breaking changes
86
+
87
+ Use `!` after type/scope or `BREAKING CHANGE:` in footer:
88
+
89
+ ```
90
+ feat(api)!: rename invoice status values
91
+ refactor(auth)!: remove legacy session flow
92
+ ```
93
+
94
+ ### Commit splitting
95
+
96
+ If a change contains multiple unrelated concerns, split into multiple commits.
97
+
98
+ Bad: `refactor: cleanup skills and fix ci and update docs`
99
+
100
+ Better:
101
+ ```
102
+ refactor(skills): remove duplicate routing helpers
103
+ ci(lint): add skill-lint workflow
104
+ docs(readme): document new lint tasks
105
+ ```
106
+
107
+ ### Squash merge titles
108
+
109
+ - Use Conventional Commit format
110
+ - Summarize the **net effect** of the PR
111
+ - Do not copy vague branch names
112
+ - Do not include issue noise if it hurts readability
113
+
114
+ ### Examples by area
115
+
116
+ ```bash
117
+ # Features
118
+ feat(DEV-2133): send email to customer when product is shipped
119
+
120
+ # Bug fixes
121
+ fix(import): handle null values in equipment JSON
122
+
123
+ # Refactoring
124
+ refactor: extract user sync logic into dedicated service
125
+
126
+ # Skills / Rules / Agent config
127
+ refactor(skills): merge duplicate analysis skills
128
+ feat(rules): add analysis routing quality gate
129
+ fix(skills): restore concrete validation in skill reviewer
130
+
131
+ # CI / Tooling
132
+ ci(lint): add skill linter workflow
133
+ feat(linter): detect pointer-only skills
134
+
135
+ # Docs
136
+ docs(roadmap): add phase 3 implementation plan
137
+ docs(readme): clarify source-of-truth workflow
138
+ ```
139
+
140
+ ### Decision checklist
141
+
142
+ Before writing the commit message:
143
+
144
+ 1. Did behavior change? → `feat` or `fix`
145
+ 2. Was it only structure/cleanup? → `refactor`
146
+ 3. Was it only docs, tests, or CI? → `docs`, `test`, `ci`
147
+ 4. Is the scope useful or just noise?
148
+ 5. Is this actually multiple commits hiding in one?
149
+
150
+ ### Anti-patterns
151
+
152
+ - `update stuff` / `fix bug` / `changes` / `refactor everything`
153
+ - Using `chore` for meaningful behavior changes
154
+ - Using `refactor` for bug fixes
155
+ - Using one commit for multiple unrelated concerns
156
+ - Vague squash merge titles that don't describe the net effect
157
+
158
+ ## Pull Requests
159
+
160
+ - PR title follows commit message format: `feat(DEV-1234): short description`
161
+ - Fill in the PR template (checklist, description, testing notes)
162
+ - Link the Jira ticket in the PR description
163
+ - Ensure all quality gates pass before requesting review
164
+
@@ -82,7 +82,7 @@ A second wave of collapses (`chat-history`, `agents`, `memory`,
82
82
  `roadmap`, `module`, `tests`, `context`, `override`, `copilot-agents`,
83
83
  `commit`, `judge`, `create-pr`) is scheduled after 1.15.0 ships and
84
84
  the deprecation cycle for Phase 1 closes. Tracked in
85
- [`agents/roadmaps/road-to-governance-cleanup.md`](../../agents/roadmaps/road-to-governance-cleanup.md)
85
+ [`agents/roadmaps/archive/road-to-governance-cleanup.md`](../../agents/roadmaps/archive/road-to-governance-cleanup.md)
86
86
  § F2.
87
87
 
88
88
  ## Related rule split — `chat-history` (post-1.15.0)
package/docs/showcase.md CHANGED
@@ -192,10 +192,15 @@ criteria, assumptions, confidence band) before the engine plans.
192
192
 
193
193
  ## More
194
194
 
195
- The five examples above cover the load-bearing iron laws. The full
196
- rule set lives in [`.agent-src/rules/`](../.agent-src/rules/) (browse
197
- the `description:` line in each file's frontmatter to see when it
198
- auto-triggers); the full skill catalog is in
195
+ The five examples above cover the load-bearing iron laws. For the
196
+ **cycle-by-cycle traces** of the engine commands (`/implement-ticket`,
197
+ `/work`, the UI track, and the blocked path), see
198
+ [`end-to-end-walkthroughs.md`](end-to-end-walkthroughs.md) each
199
+ walkthrough is anchored to a checked-in golden transcript.
200
+
201
+ The full rule set lives in [`.agent-src/rules/`](../.agent-src/rules/)
202
+ (browse the `description:` line in each file's frontmatter to see
203
+ when it auto-triggers); the full skill catalog is in
199
204
  [`docs/skills-catalog.md`](skills-catalog.md).
200
205
 
201
206
  **Suggesting an example?** Open a PR adding a new section here. Same
@@ -1,6 +1,6 @@
1
1
  # Skills Catalog
2
2
 
3
- All **122 skills** available in this package, in alphabetical order.
3
+ All **128 skills** available in this package, in alphabetical order.
4
4
  Click a skill name to open its SKILL.md and read the full guidance.
5
5
 
6
6
  > **Regenerate:** `python3 scripts/generate_catalog.py`
@@ -18,7 +18,7 @@ Click a skill name to open its SKILL.md and read the full guidance.
18
18
  | [`artisan-commands`](../.agent-src/skills/artisan-commands/SKILL.md) | Use when creating or modifying Artisan commands. Covers clear signatures, safe execution flow, helpful output, and project conventions for console tooling. |
19
19
  | [`authz-review`](../.agent-src/skills/authz-review/SKILL.md) | Use when reviewing authorization end-to-end — route → gate → policy → query scope → response filter — before changes to permissions, tenants, ownership, or admin flows. |
20
20
  | [`aws-infrastructure`](../.agent-src/skills/aws-infrastructure/SKILL.md) | Use when working with AWS resources — ECS Fargate, ECR, EFS, Secrets Manager, gomplate templates, multi-env deployments — even when the user says 'deploy to staging' without naming AWS. |
21
- | [`blade-ui`](../.agent-src/skills/blade-ui/SKILL.md) | Use when creating or editing Blade views, components, partials, layouts, or view logic even when the user says 'add a new page' or 'render this data' without naming Blade. |
21
+ | [`blade-ui`](../.agent-src/skills/blade-ui/SKILL.md) | Stack-implementation skill for Laravel Blade dispatched by `directives/ui/apply.py` (and `review.py` / `polish.py`) when the project's frontend stack is Blade. Covers views, components, partials, layouts, and view logic. |
22
22
  | [`blast-radius-analyzer`](../.agent-src/skills/blast-radius-analyzer/SKILL.md) | Use BEFORE editing shared code — enumerates every call site, event consumer, queue worker, API client, migration, and test that a planned change will touch, with a file:line citation per dependency. |
23
23
  | [`bug-analyzer`](../.agent-src/skills/bug-analyzer/SKILL.md) | Use when the user shares a Sentry error, Jira bug ticket, or error description and wants root cause analysis. Also for proactive bug hunting and code audits for hidden bugs. |
24
24
  | [`check-refs`](../.agent-src/skills/check-refs/SKILL.md) | Use when verifying cross-references between skills, rules, commands, guidelines, and context documents are not broken after edits, renames, or deletions. |
@@ -43,15 +43,17 @@ Click a skill name to open its SKILL.md and read the full guidance.
43
43
  | [`docker`](../.agent-src/skills/docker/SKILL.md) | Use when working with Docker — Dockerfile edits, docker-compose services, containers, or the dual-container (fast + Xdebug) setup — even when the user just says 'my container won't start'. |
44
44
  | [`dto-creator`](../.agent-src/skills/dto-creator/SKILL.md) | Use when the user says "create a DTO", "new data transfer object", or needs to convert request/response data into a typed PHP class. Creates DTOs with SimpleDto base class and attribute mapping. |
45
45
  | [`eloquent`](../.agent-src/skills/eloquent/SKILL.md) | Use when writing Eloquent models, relationships, scopes, or queries via Model:: — 'fetch users with their orders'. NOT for PHPStan output, non-Eloquent services, or raw SQL questions. |
46
- | [`fe-design`](../.agent-src/skills/fe-design/SKILL.md) | Use when designing frontend interfaces component architecture, layout patterns, form design, table patterns, responsive strategies, and UX principles for Blade/Livewire/Flux/Tailwind. |
46
+ | [`"estimate-ticket"`](../.agent-src/skills/"estimate-ticket"/SKILL.md) | Estimate a Jira/Linear ticket'estimate PROJ-123', 'wie groß ist das?', 'should we split this?' size + risk + split + uncertainty, sibling of /refine-ticket, close-prompt. |
47
+ | [`existing-ui-audit`](../.agent-src/skills/existing-ui-audit/SKILL.md) | Use BEFORE writing or editing any non-trivial UI — inventories components, design tokens, shadcn primitives, and reusable patterns into state.ui_audit. Hard gate for the ui directive set. |
48
+ | [`fe-design`](../.agent-src/skills/fe-design/SKILL.md) | Reference for frontend-design heuristics — component architecture, layout patterns, form/table design, responsive strategy, a11y, UX principles. Stack-agnostic; cited by directives/ui/design.py. |
47
49
  | [`feature-planning`](../.agent-src/skills/feature-planning/SKILL.md) | Use when the user says "plan a feature", "brainstorm", "explore this idea", or wants to go from idea to structured plan and roadmap. |
48
50
  | [`file-editor`](../.agent-src/skills/file-editor/SKILL.md) | Use when opening edited files in the user's IDE. Reads settings from .agent-settings.yml to determine IDE and whether auto-open is enabled. |
49
51
  | [`finishing-a-development-branch`](../.agent-src/skills/finishing-a-development-branch/SKILL.md) | Use when the feature is implementation-complete and the next step is 'ship it' — verifies, cleans up, and routes to merge/PR/park/discard — even when the user just says 'I'm done, what now?'. |
50
- | [`flux`](../.agent-src/skills/flux/SKILL.md) | Use when writing Laravel Flux UI components the official Livewire component library by the Laravel team. Covers components, slots, and variants. |
52
+ | [`flux`](../.agent-src/skills/flux/SKILL.md) | Stack-implementation skill for Laravel Flux dispatched by `directives/ui/apply.py` (and `review.py` / `polish.py`) when the project uses `livewire/flux`. Covers Flux components, slots, variants, and form primitives. |
51
53
  | [`git-workflow`](../.agent-src/skills/git-workflow/SKILL.md) | Use when working with Git — branch naming, commit messages, PR creation, rebasing, or the code review process — even when the user says 'push this' or 'merge the branch' without naming Git. |
52
54
  | [`github-ci`](../.agent-src/skills/github-ci/SKILL.md) | Use when working with GitHub Actions — workflow YAML, quality gates, test matrices, deployment triggers, reusable workflows — even when the user just says 'my CI is failing' or 'add a check'. |
53
55
  | [`grafana`](../.agent-src/skills/grafana/SKILL.md) | Use when working with Grafana — dashboards, Loki LogQL queries, alerting rules, monitoring panels — even when the user just says 'build me a dashboard' or 'query the logs' without naming Grafana. |
54
- | [`guideline-writing`](../.agent-src/skills/guideline-writing/SKILL.md) | Use when creating or editing a guideline in .agent-src.uncompressed/guidelines/ — reference material cited by skills, no auto-triggers — even when the user just says 'write up our naming conventions'. |
56
+ | [`guideline-writing`](../.agent-src/skills/guideline-writing/SKILL.md) | Use when creating or editing a guideline in docs/guidelines/ — reference material cited by skills, no auto-triggers — even when the user just says 'write up our naming conventions'. |
55
57
  | [`jira-integration`](../.agent-src/skills/jira-integration/SKILL.md) | Use when the user says "check Jira", "create ticket", "update issue", or needs JQL queries, ticket transitions, or branch-to-ticket linking. |
56
58
  | [`jobs-events`](../.agent-src/skills/jobs-events/SKILL.md) | Use when creating Laravel jobs, queued workflows, events, or listeners. Covers clear responsibilities, safe serialization, and retry/failure handling. |
57
59
  | [`judge-bug-hunter`](../.agent-src/skills/judge-bug-hunter/SKILL.md) | Use when a diff needs correctness review — null-safety, edge cases, off-by-one, races, error handling — dispatched by /review-changes, /do-and-judge, /judge, even without 'judge'. |
@@ -70,9 +72,10 @@ Click a skill name to open its SKILL.md and read the full guidance.
70
72
  | [`laravel-validation`](../.agent-src/skills/laravel-validation/SKILL.md) | Use when writing validation — Form Requests, rules, custom rule objects, request-boundary design — even when the user just says 'validate this input' or 'check the request' without naming it. |
71
73
  | [`learning-to-rule-or-skill`](../.agent-src/skills/learning-to-rule-or-skill/SKILL.md) | Use when a repeated learning, mistake, or successful pattern should be turned into a new rule or skill. Also use after completing a task to capture learnings from the work. |
72
74
  | [`lint-skills`](../.agent-src/skills/lint-skills/SKILL.md) | Use when running the package's skill linter against all skills and rules to validate frontmatter, required sections, and execution metadata. |
73
- | [`livewire`](../.agent-src/skills/livewire/SKILL.md) | Use when writing Livewire components reactive state, events, lifecycle hooks, and clean separation between component logic and Blade templates. |
75
+ | [`livewire`](../.agent-src/skills/livewire/SKILL.md) | Stack-implementation skill for Livewire — dispatched by `directives/ui/apply.py` (and `review.py` / `polish.py`) when the project's frontend stack is Livewire. Covers reactive state, events, lifecycle hooks, and component/view separation. |
74
76
  | [`logging-monitoring`](../.agent-src/skills/logging-monitoring/SKILL.md) | Use when working with logging or monitoring — Sentry error tracking, Grafana/Loki log aggregation, structured logging channels, or monitoring helpers. |
75
77
  | [`mcp`](../.agent-src/skills/mcp/SKILL.md) | Use when working with MCP (Model Context Protocol) servers — their tools, capabilities, and best practices for effective agent workflows. |
78
+ | [`md-language-check`](../.agent-src/skills/md-language-check/SKILL.md) | Use BEFORE saving any .md under .augment/, .agent-src*/, or agents/ — scans umlauts, German function words, and quoted German phrases outside DE:/EN: anchor blocks. Hard gate per language-and-tone. |
76
79
  | [`merge-conflicts`](../.agent-src/skills/merge-conflicts/SKILL.md) | Use when the user has merge conflicts or says "resolve conflicts". Understands conflict markers, resolution strategies, and verification workflow. |
77
80
  | [`migration-creator`](../.agent-src/skills/migration-creator/SKILL.md) | Use when the user says "create migration", "add column", or "new table". Creates migrations with correct table prefixes, column naming, and multi-tenant awareness. |
78
81
  | [`module-management`](../.agent-src/skills/module-management/SKILL.md) | Use when the user says "create module", "explore module", or works within app/Modules/. Understands module structure, auto-loading, route registration, and namespace conventions. |
@@ -97,10 +100,13 @@ Click a skill name to open its SKILL.md and read the full guidance.
97
100
  | [`project-analyzer`](../.agent-src/skills/project-analyzer/SKILL.md) | ONLY when user explicitly requests: full project analysis, tech stack detection, or structured analysis documents for agents/analysis/. NOT for regular feature work. |
98
101
  | [`project-docs`](../.agent-src/skills/project-docs/SKILL.md) | Use when looking for project-specific documentation. Knows which docs exist in agents/docs/ and agents/contexts/ and maps work areas to relevant docs. |
99
102
  | [`quality-tools`](../.agent-src/skills/quality-tools/SKILL.md) | 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. |
103
+ | [`react-shadcn-ui`](../.agent-src/skills/react-shadcn-ui/SKILL.md) | Use when building React UI on shadcn/ui primitives + Tailwind — the apply/review/polish skill dispatched by `directives/ui/*` for the `react-shadcn` stack. |
100
104
  | [`readme-reviewer`](../.agent-src/skills/readme-reviewer/SKILL.md) | Use when reviewing a README for accuracy, usability, and alignment with the actual repository. Detects invented content, broken setup steps, and structural issues. |
101
105
  | [`readme-writing`](../.agent-src/skills/readme-writing/SKILL.md) | Use when creating, rewriting, or significantly improving a README based on the actual repository structure, commands, and intended audience. |
102
106
  | [`readme-writing-package`](../.agent-src/skills/readme-writing-package/SKILL.md) | Use when creating or rewriting a README for a reusable package or library. Focus on installability, minimal usage example, compatibility, and developer onboarding. |
103
107
  | [`receiving-code-review`](../.agent-src/skills/receiving-code-review/SKILL.md) | Use when processing code review feedback (bot or human) before changing anything — triages, verifies, and pushes back with technical reasoning — even when the user just says 'fix the comments'. |
108
+ | [`"refine-prompt"`](../.agent-src/skills/"refine-prompt"/SKILL.md) | Reconstruct a free-form prompt into actionable AC + assumptions + confidence band before the engine plans — '/work \"…\"', 'baue X', 'ist der Prompt klar genug für die Engine?'. |
109
+ | [`"refine-ticket"`](../.agent-src/skills/"refine-ticket"/SKILL.md) | Refine a Jira/Linear ticket before planning — 'refine ticket', 'tighten AC on PROJ-123', 'ist das Ticket klar?' — rewritten ticket, Top-5 risks, persona voices, sub-skills orchestrated, close-prompt. |
104
110
  | [`requesting-code-review`](../.agent-src/skills/requesting-code-review/SKILL.md) | Use when asking for a review or creating a PR — self-review first, frame the right context, test plan included — even when the user just says 'open a PR' or 'ready to merge'. |
105
111
  | [`review-routing`](../.agent-src/skills/review-routing/SKILL.md) | Use when preparing a PR description, suggesting reviewers, or flagging risk — produces owner-mapped roles plus historical bug-pattern matches from project-local YAML. |
106
112
  | [`roadmap-management`](../.agent-src/skills/roadmap-management/SKILL.md) | Use when the user says "create roadmap", "show roadmap", or "execute roadmap". Creates, reads, and manages roadmap files with phase tracking. |
@@ -115,7 +121,7 @@ Click a skill name to open its SKILL.md and read the full guidance.
115
121
  | [`skill-reviewer`](../.agent-src/skills/skill-reviewer/SKILL.md) | Use when reviewing, auditing, or optimizing skills — validates against the 7 Skill Killers checklist and produces fix recommendations. |
116
122
  | [`skill-writing`](../.agent-src/skills/skill-writing/SKILL.md) | 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'. |
117
123
  | [`sql-writing`](../.agent-src/skills/sql-writing/SKILL.md) | 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. |
118
- | [`subagent-orchestration`](../.agent-src/skills/subagent-orchestration/SKILL.md) | Use when orchestrating implementer/judge subagents — five modes (do-and-judge, do-in-steps, do-in-parallel, do-competitively, judge-with-debate) — model pairing and parallelism from .agent-settings.yml. |
124
+ | [`subagent-orchestration`](../.agent-src/skills/subagent-orchestration/SKILL.md) | Use when orchestrating implementer/judge subagents — five modes (do-and-judge, do-in-steps, do-in-parallel, do-competitively, judge-with-debate) — models from .agent-settings.yml. |
119
125
  | [`systematic-debugging`](../.agent-src/skills/systematic-debugging/SKILL.md) | Use when hitting a bug, test failure, crash, or unexpected behavior — enforces reproduce → isolate → hypothesize → verify before any fix — even when the user just says 'this is broken' or 'quick fix'. |
120
126
  | [`technical-specification`](../.agent-src/skills/technical-specification/SKILL.md) | Use when the user says "write a spec", "create RFC", or "document this decision". Writes technical specifications, RFCs, and ADRs with clear structure. |
121
127
  | [`terraform`](../.agent-src/skills/terraform/SKILL.md) | Use when writing Terraform — AWS modules, resources, variables, outputs, remote state — even when the user just says 'provision this infra' or 'add an S3 bucket' without naming Terraform. |
@@ -128,7 +134,7 @@ Click a skill name to open its SKILL.md and read the full guidance.
128
134
  | [`upstream-contribute`](../.agent-src/skills/upstream-contribute/SKILL.md) | Use when a learning, new skill, rule improvement, or bug fix from a consumer project should be contributed back to the shared agent-config package. |
129
135
  | [`using-git-worktrees`](../.agent-src/skills/using-git-worktrees/SKILL.md) | Use when starting parallel work in isolation from the current branch — spawn a git worktree with ignore-safety checks and a clean test baseline — even when the user says 'try this on the side'. |
130
136
  | [`"validate-feature-fit"`](../.agent-src/skills/"validate-feature-fit"/SKILL.md) | Validate whether a feature request fits the existing codebase — check for duplicates, contradictions, scope creep, and architectural misfit |
131
- | [`verify-before-complete`](../.agent-src/skills/verify-before-complete/SKILL.md) | Use when claiming 'done', suggesting a commit, push, or PR — runs the evidence gate so completion claims come from fresh output in this message, not memory or earlier runs. |
137
+ | [`verify-completion-evidence`](../.agent-src/skills/verify-completion-evidence/SKILL.md) | Use when claiming 'done', suggesting a commit, push, or PR — runs the evidence gate so completion claims come from fresh output in this message, not memory or earlier runs. |
132
138
  | [`websocket`](../.agent-src/skills/websocket/SKILL.md) | Use when building real-time features — WebSocket broadcasting, live updates, presence channels, connection state — even when the user just says 'push this to the client live'. |
133
139
 
134
140
  ---
@@ -44,7 +44,7 @@ A misclassified `ui-trivial` that grows during edit must reclassify
44
44
 
45
45
  1. **Skip the audit.** No new component, screen, or partial without
46
46
  `state.ui_audit` populated (or `greenfield_decision` recorded).
47
- Defense-in-depth: dispatcher refuses *and* `ui-audit-before-build`
47
+ Defense-in-depth: dispatcher refuses *and* `ui-audit-gate`
48
48
  refuses, even when the engine is not in the loop.
49
49
  2. **Render the UI.** The engine never opens a browser, never takes a
50
50
  screenshot, never runs axe. Rendering and a11y scanning happen
@@ -118,4 +118,4 @@ stack ships as a new skill bundle and a recipe — see
118
118
  - [`adr-product-ui-track.md`](contracts/adr-product-ui-track.md) — *why* this shape.
119
119
  - [`ui-track-flow.md`](contracts/ui-track-flow.md) — slot-by-slot contract.
120
120
  - [`ui-stack-extension.md`](contracts/ui-stack-extension.md) — adding a stack.
121
- - [`ui-audit-before-build`](../.agent-src/rules/ui-audit-before-build.md) — the always-on rule that mirrors the dispatcher gate.
121
+ - [`ui-audit-gate`](../.agent-src/rules/ui-audit-gate.md) — the always-on rule that mirrors the dispatcher gate.