aiwg 2026.5.0 → 2026.5.2

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 (165) hide show
  1. package/CLAUDE.md +11 -3
  2. package/agentic/code/addons/agent-loop/skills/agent-loop/SKILL.md +14 -1
  3. package/agentic/code/addons/agent-loop/skills/agent-loop-ext/SKILL.md +21 -8
  4. package/agentic/code/addons/agent-loop/skills/ralph-config/SKILL.md +19 -6
  5. package/agentic/code/addons/agent-loop/skills/ralph-external/SKILL.md +21 -8
  6. package/agentic/code/addons/agent-loop/skills/ralph-memory/SKILL.md +17 -4
  7. package/agentic/code/addons/agent-loop/skills/ralph-resume/SKILL.md +17 -4
  8. package/agentic/code/addons/aiwg-dev/skills/devkit-create-command/SKILL.md +19 -6
  9. package/agentic/code/addons/aiwg-utils/skills/aiwg-issue/SKILL.md +169 -0
  10. package/agentic/code/addons/aiwg-utils/skills/aiwg-pr/SKILL.md +183 -0
  11. package/agentic/code/addons/aiwg-utils/skills/aiwg-refresh/SKILL.md +12 -0
  12. package/agentic/code/addons/aiwg-utils/skills/aiwg-refresh/run.sh +13 -0
  13. package/agentic/code/addons/aiwg-utils/skills/aiwg-regenerate/SKILL.md +13 -0
  14. package/agentic/code/addons/aiwg-utils/skills/aiwg-regenerate/run.sh +12 -0
  15. package/agentic/code/addons/aiwg-utils/skills/aiwg-regenerate-claude/SKILL.md +14 -0
  16. package/agentic/code/addons/aiwg-utils/skills/aiwg-utils-quickref/SKILL.md +5 -0
  17. package/agentic/code/addons/aiwg-utils/skills/deploy-gen/SKILL.md +16 -3
  18. package/agentic/code/addons/aiwg-utils/skills/mention-conventions/SKILL.md +18 -5
  19. package/agentic/code/addons/aiwg-utils/skills/mention-lint/SKILL.md +16 -3
  20. package/agentic/code/addons/aiwg-utils/skills/mention-report/SKILL.md +16 -3
  21. package/agentic/code/addons/aiwg-utils/skills/mention-validate/SKILL.md +16 -3
  22. package/agentic/code/addons/aiwg-utils/skills/new-project/SKILL.md +15 -2
  23. package/agentic/code/addons/aiwg-utils/skills/prefill-cards/SKILL.md +14 -1
  24. package/agentic/code/addons/aiwg-utils/skills/project-status/SKILL.md +14 -1
  25. package/agentic/code/addons/aiwg-utils/skills/steward-prep-delivery/SKILL.md +113 -0
  26. package/agentic/code/addons/aiwg-utils/skills/steward-prep-delivery/find-duplicates.sh +162 -0
  27. package/agentic/code/addons/aiwg-utils/skills/workspace-health/SKILL.md +21 -8
  28. package/agentic/code/addons/aiwg-utils/skills/workspace-reset/SKILL.md +17 -4
  29. package/agentic/code/addons/guided-implementation/skills/iteration-control/SKILL.md +14 -1
  30. package/agentic/code/addons/testing-quality/skills/flaky-detect/SKILL.md +14 -1
  31. package/agentic/code/addons/testing-quality/skills/tdd-enforce/SKILL.md +15 -2
  32. package/agentic/code/frameworks/sdlc-complete/agents/deployment-manager.md +11 -0
  33. package/agentic/code/frameworks/sdlc-complete/schemas/flows/release-config.yaml +208 -0
  34. package/agentic/code/frameworks/sdlc-complete/skills/address-issues/SKILL.md +19 -6
  35. package/agentic/code/frameworks/sdlc-complete/skills/aiwg-setup-project/SKILL.md +15 -2
  36. package/agentic/code/frameworks/sdlc-complete/skills/aiwg-update-agents-md/SKILL.md +17 -4
  37. package/agentic/code/frameworks/sdlc-complete/skills/aiwg-update-claude/SKILL.md +14 -1
  38. package/agentic/code/frameworks/sdlc-complete/skills/build-poc/SKILL.md +16 -3
  39. package/agentic/code/frameworks/sdlc-complete/skills/flow-architecture-evolution/SKILL.md +16 -3
  40. package/agentic/code/frameworks/sdlc-complete/skills/flow-construction-to-transition/SKILL.md +14 -1
  41. package/agentic/code/frameworks/sdlc-complete/skills/flow-inception-to-elaboration/SKILL.md +14 -1
  42. package/agentic/code/frameworks/sdlc-complete/skills/flow-knowledge-transfer/SKILL.md +16 -3
  43. package/agentic/code/frameworks/sdlc-complete/skills/flow-release/SKILL.md +216 -0
  44. package/agentic/code/frameworks/sdlc-complete/skills/flow-retrospective-cycle/SKILL.md +16 -3
  45. package/agentic/code/frameworks/sdlc-complete/skills/flow-test-strategy-execution/SKILL.md +16 -3
  46. package/agentic/code/frameworks/sdlc-complete/skills/gate-evaluation/SKILL.md +14 -1
  47. package/agentic/code/frameworks/sdlc-complete/skills/intake-from-codebase/SKILL.md +17 -4
  48. package/agentic/code/frameworks/sdlc-complete/skills/intake-start/SKILL.md +14 -1
  49. package/agentic/code/frameworks/sdlc-complete/skills/intake-wizard/SKILL.md +14 -1
  50. package/agentic/code/frameworks/sdlc-complete/skills/issue-create/SKILL.md +15 -2
  51. package/agentic/code/frameworks/sdlc-complete/skills/issue-driven-al/SKILL.md +20 -7
  52. package/agentic/code/frameworks/sdlc-complete/skills/issue-list/SKILL.md +15 -2
  53. package/agentic/code/frameworks/sdlc-complete/skills/issue-update/SKILL.md +16 -3
  54. package/agentic/code/frameworks/sdlc-complete/skills/sdlc-accelerate/SKILL.md +17 -4
  55. package/dist/src/a2a/agent-card.d.ts +54 -0
  56. package/dist/src/a2a/agent-card.d.ts.map +1 -0
  57. package/dist/src/a2a/agent-card.js +126 -0
  58. package/dist/src/a2a/agent-card.js.map +1 -0
  59. package/dist/src/a2a/client.d.ts +95 -0
  60. package/dist/src/a2a/client.d.ts.map +1 -0
  61. package/dist/src/a2a/client.js +373 -0
  62. package/dist/src/a2a/client.js.map +1 -0
  63. package/dist/src/a2a/hitl-cli.d.ts +46 -0
  64. package/dist/src/a2a/hitl-cli.d.ts.map +1 -0
  65. package/dist/src/a2a/hitl-cli.js +171 -0
  66. package/dist/src/a2a/hitl-cli.js.map +1 -0
  67. package/dist/src/a2a/hitl-driver.d.ts +85 -0
  68. package/dist/src/a2a/hitl-driver.d.ts.map +1 -0
  69. package/dist/src/a2a/hitl-driver.js +370 -0
  70. package/dist/src/a2a/hitl-driver.js.map +1 -0
  71. package/dist/src/a2a/hitl.d.ts +92 -0
  72. package/dist/src/a2a/hitl.d.ts.map +1 -0
  73. package/dist/src/a2a/hitl.js +181 -0
  74. package/dist/src/a2a/hitl.js.map +1 -0
  75. package/dist/src/a2a/http.d.ts +81 -0
  76. package/dist/src/a2a/http.d.ts.map +1 -0
  77. package/dist/src/a2a/http.js +193 -0
  78. package/dist/src/a2a/http.js.map +1 -0
  79. package/dist/src/a2a/jcs.d.ts +7 -0
  80. package/dist/src/a2a/jcs.d.ts.map +1 -0
  81. package/dist/src/a2a/jcs.js +128 -0
  82. package/dist/src/a2a/jcs.js.map +1 -0
  83. package/dist/src/a2a/jws.d.ts +17 -0
  84. package/dist/src/a2a/jws.d.ts.map +1 -0
  85. package/dist/src/a2a/jws.js +187 -0
  86. package/dist/src/a2a/jws.js.map +1 -0
  87. package/dist/src/a2a/types.d.ts +132 -0
  88. package/dist/src/a2a/types.d.ts.map +1 -0
  89. package/dist/src/a2a/types.js +23 -0
  90. package/dist/src/a2a/types.js.map +1 -0
  91. package/dist/src/a2a/webhook.d.ts +120 -0
  92. package/dist/src/a2a/webhook.d.ts.map +1 -0
  93. package/dist/src/a2a/webhook.js +240 -0
  94. package/dist/src/a2a/webhook.js.map +1 -0
  95. package/dist/src/catalog/builtin-models.json +636 -0
  96. package/dist/src/catalog/sources.json +41 -0
  97. package/dist/src/cli/find-package-root.d.ts +18 -0
  98. package/dist/src/cli/find-package-root.d.ts.map +1 -0
  99. package/dist/src/cli/find-package-root.js +40 -0
  100. package/dist/src/cli/find-package-root.js.map +1 -0
  101. package/dist/src/cli/handlers/agentcard.d.ts +16 -0
  102. package/dist/src/cli/handlers/agentcard.d.ts.map +1 -0
  103. package/dist/src/cli/handlers/agentcard.js +205 -0
  104. package/dist/src/cli/handlers/agentcard.js.map +1 -0
  105. package/dist/src/cli/handlers/index.d.ts +4 -2
  106. package/dist/src/cli/handlers/index.d.ts.map +1 -1
  107. package/dist/src/cli/handlers/index.js +7 -3
  108. package/dist/src/cli/handlers/index.js.map +1 -1
  109. package/dist/src/cli/handlers/regenerate.d.ts +24 -0
  110. package/dist/src/cli/handlers/regenerate.d.ts.map +1 -0
  111. package/dist/src/cli/handlers/regenerate.js +172 -0
  112. package/dist/src/cli/handlers/regenerate.js.map +1 -0
  113. package/dist/src/cli/handlers/serve.d.ts.map +1 -1
  114. package/dist/src/cli/handlers/serve.js +121 -31
  115. package/dist/src/cli/handlers/serve.js.map +1 -1
  116. package/dist/src/cli/handlers/skill-lint.d.ts.map +1 -1
  117. package/dist/src/cli/handlers/skill-lint.js +51 -6
  118. package/dist/src/cli/handlers/skill-lint.js.map +1 -1
  119. package/dist/src/cli/handlers/steward.d.ts +1 -1
  120. package/dist/src/cli/handlers/steward.d.ts.map +1 -1
  121. package/dist/src/cli/handlers/steward.js +91 -79
  122. package/dist/src/cli/handlers/steward.js.map +1 -1
  123. package/dist/src/cli/handlers/use.d.ts.map +1 -1
  124. package/dist/src/cli/handlers/use.js +34 -4
  125. package/dist/src/cli/handlers/use.js.map +1 -1
  126. package/dist/src/extensions/commands/definitions.d.ts +2 -0
  127. package/dist/src/extensions/commands/definitions.d.ts.map +1 -1
  128. package/dist/src/extensions/commands/definitions.js +70 -1
  129. package/dist/src/extensions/commands/definitions.js.map +1 -1
  130. package/dist/src/extensions/manifest.d.ts +54 -54
  131. package/dist/src/extensions/validation.d.ts +236 -236
  132. package/dist/src/providers/capability-matrix.d.ts.map +1 -1
  133. package/dist/src/providers/capability-matrix.js +13 -4
  134. package/dist/src/providers/capability-matrix.js.map +1 -1
  135. package/dist/src/quality/patterns/adr.json +24 -0
  136. package/dist/src/quality/patterns/sad.json +24 -0
  137. package/dist/src/quality/patterns/test-plan.json +24 -0
  138. package/dist/src/quality/patterns/use-case.json +24 -0
  139. package/dist/src/serve/dispatch-router.d.ts +76 -0
  140. package/dist/src/serve/dispatch-router.d.ts.map +1 -0
  141. package/dist/src/serve/dispatch-router.js +160 -0
  142. package/dist/src/serve/dispatch-router.js.map +1 -0
  143. package/dist/src/serve/telemetry.d.ts +24 -1
  144. package/dist/src/serve/telemetry.d.ts.map +1 -1
  145. package/dist/src/serve/telemetry.js.map +1 -1
  146. package/dist/src/smiths/context-pipeline/aiwg-md.d.ts.map +1 -1
  147. package/dist/src/smiths/context-pipeline/aiwg-md.js +10 -4
  148. package/dist/src/smiths/context-pipeline/aiwg-md.js.map +1 -1
  149. package/dist/src/smiths/toolsmith/runtime-discovery.mjs +4 -1
  150. package/dist/src/writing/patterns/banned-phrases.json +4413 -0
  151. package/dist/src/writing/patterns/formulaic-structures.json +1300 -0
  152. package/dist/src/writing/patterns/generic-adjectives.json +1510 -0
  153. package/dist/src/writing/patterns/hedging-language.json +2096 -0
  154. package/dist/src/writing/patterns/transition-words.json +1285 -0
  155. package/dist/src/writing/patterns/weak-verbs.json +1112 -0
  156. package/dist/src/writing/voice-profiles.json +585 -585
  157. package/package.json +2 -2
  158. package/tools/cli/diversify-content.mjs +5 -4
  159. package/tools/cli/doctor.mjs +69 -2
  160. package/tools/cli/optimize-prompt.mjs +3 -2
  161. package/tools/cli/update.mjs +3 -1
  162. package/tools/cli/validate-writing.mjs +14 -5
  163. package/tools/cli/version.mjs +3 -1
  164. package/tools/cli/workspace-migrate.mjs +4 -2
  165. package/tools/install/new-project.mjs +36 -0
package/CLAUDE.md CHANGED
@@ -202,7 +202,7 @@ AIWG uses a unified extension system for all extension types:
202
202
 
203
203
  ## CLI Commands
204
204
 
205
- **See `@docs/cli-reference.md` for complete documentation.** The canonical command list lives in `@src/extensions/commands/definitions.ts` (currently ~85 entries — count grows as features land; the categories table below is a curated overview, not an exhaustive enumeration).
205
+ **See `@docs/cli-reference.md` for complete documentation.** The canonical command list lives in `@src/extensions/commands/definitions.ts` (currently ~94 entries — count grows as features land; the categories table below is a curated overview, not an exhaustive enumeration).
206
206
 
207
207
  ### Categories
208
208
 
@@ -336,8 +336,9 @@ aiwg run skill <name> --cwd <path> -- <args...> # explicit CWD override
336
336
  # $AIWG_ROOT (no per-project copy by default, #1217) and are reached via
337
337
  # `aiwg discover` + `aiwg show`. The kernel set is what's always-loaded:
338
338
  # 8 framework quickrefs + aiwg-utils-quickref + aiwg-language-map (covers
339
- # addons + extensions) + 6 self-maintenance ops (steward, aiwg-doctor,
340
- # aiwg-refresh, aiwg-status, aiwg-help, use) = 16 skills total.
339
+ # addons + extensions) + 9 self-maintenance ops (steward, aiwg-doctor,
340
+ # aiwg-refresh, aiwg-regenerate, aiwg-status, aiwg-help, aiwg-issue,
341
+ # aiwg-pr, use) = 19 skills total.
341
342
  # The skill-discovery HIGH rule mandates `aiwg discover` before declining
342
343
  # a user request as out-of-scope.
343
344
  # To force per-project copies (sandboxed runtimes): pass --copy-all
@@ -631,6 +632,13 @@ aiwg refresh --channel latest # switch back to stable
631
632
 
632
633
  ### Release Checklist
633
634
 
635
+ > **Mechanically driven by the `flow-release` skill** as of 2026.5.2.
636
+ > The skill reads `.aiwg/release.config` and walks the declared gates
637
+ > (local build/test → CI green → doc-sync → CHANGELOG + announcement →
638
+ > README freshness → tag/push → post-release tracker close-outs). The
639
+ > checklist below remains the canonical human-readable reference, but
640
+ > `aiwg run skill flow-release` is the recommended path.
641
+
634
642
  Before pushing a version tag:
635
643
 
636
644
  1. **Update `package.json`** - Bump version following CalVer
@@ -7,6 +7,19 @@ platforms: [all]
7
7
 
8
8
  ---
9
9
 
10
+ <!-- AIWG-SKILL-CALLOUT -->
11
+ > **Skill access pattern (post-kernel-pivot, 2026.5+)**
12
+ >
13
+ > Skill names referenced in this document are AIWG skills, **not slash commands**. Most are not kernel-listed and cannot be invoked as `/skill-name` by the platform. Reach them via:
14
+ >
15
+ > ```bash
16
+ > aiwg discover "<capability>"
17
+ > aiwg show skill <name>
18
+ > ```
19
+ >
20
+ > Only kernel-listed skills (`aiwg-doctor`, `aiwg-refresh`, `aiwg-status`, `aiwg-help`, `use`, `steward`) are directly invokable as slash commands. See [skill-discovery rule](../../../addons/aiwg-utils/rules/skill-discovery.md).
21
+
22
+
10
23
  # Agent Loop Skill
11
24
 
12
25
  You detect when users want iterative autonomous task execution and route to the appropriate loop command.
@@ -17,7 +30,7 @@ This skill is the **detection and routing layer** for autonomous agent loops —
17
30
 
18
31
  | Loop Type | Implementation | Description |
19
32
  |-----------|---------------|-------------|
20
- | **Al** | `/ralph` command | Basic iterate-until-complete with learning extraction |
33
+ | **Al** | `ralph` command | Basic iterate-until-complete with learning extraction |
21
34
  | *(future)* | — | Reflection loops, critic-actor loops, branching loops |
22
35
 
23
36
  Currently routes all detected requests to the iterative loop executor. As new loop types are added, this skill will route based on task characteristics.
@@ -13,15 +13,28 @@ commandHint:
13
13
  platforms: [claude-code, hermes, openclaw]
14
14
  ---
15
15
 
16
+ <!-- AIWG-SKILL-CALLOUT -->
17
+ > **Skill access pattern (post-kernel-pivot, 2026.5+)**
18
+ >
19
+ > Skill names referenced in this document are AIWG skills, **not slash commands**. Most are not kernel-listed and cannot be invoked as `/skill-name` by the platform. Reach them via:
20
+ >
21
+ > ```bash
22
+ > aiwg discover "<capability>"
23
+ > aiwg show skill <name>
24
+ > ```
25
+ >
26
+ > Only kernel-listed skills (`aiwg-doctor`, `aiwg-refresh`, `aiwg-status`, `aiwg-help`, `use`, `steward`) are directly invokable as slash commands. See [skill-discovery rule](../../../addons/aiwg-utils/rules/skill-discovery.md).
27
+
28
+
16
29
  # Al External
17
30
 
18
31
  **You are the Al External Orchestrator** — launching and managing crash-resilient iterative loops that run outside the AI session for long-running tasks.
19
32
 
20
- ## Core Difference from `/ralph`
33
+ ## Core Difference from `ralph`
21
34
 
22
- `/ralph` runs the loop inside the current AI session. `/agent-loop-ext` (formerly `/ralph-external`) launches the loop as an external process via `tools/ralph-external/run.sh`, persisting all state to `.aiwg/ralph-external/`. If the session dies mid-loop, the loop survives and can be reattached or resumed.
35
+ `ralph` runs the loop inside the current AI session. `agent-loop-ext` (formerly `ralph-external`) launches the loop as an external process via `tools/ralph-external/run.sh`, persisting all state to `.aiwg/ralph-external/`. If the session dies mid-loop, the loop survives and can be reattached or resumed.
23
36
 
24
- Use `/agent-loop-ext` when:
37
+ Use `agent-loop-ext` when:
25
38
  - The task will take longer than a single session
26
39
  - You need CI/CD pipeline integration
27
40
  - You want crash recovery guarantees
@@ -214,11 +227,11 @@ echo "Exit: $?"
214
227
 
215
228
  ## Related
216
229
 
217
- - `/ralph` — In-session iterative loop (no crash recovery)
218
- - `/ralph-attach` — Attach to a running external loop's output stream
219
- - `/ralph-status` — Check active and completed loop status
220
- - `/ralph-abort` — Stop a running loop
221
- - `/ralph-resume` — Resume a paused or interrupted loop
230
+ - `ralph` — In-session iterative loop (no crash recovery)
231
+ - `ralph-attach` — Attach to a running external loop's output stream
232
+ - `ralph-status` — Check active and completed loop status
233
+ - `ralph-abort` — Stop a running loop
234
+ - `ralph-resume` — Resume a paused or interrupted loop
222
235
 
223
236
  ## References
224
237
 
@@ -11,6 +11,19 @@ commandHint:
11
11
  platforms: [claude-code, hermes, openclaw]
12
12
  ---
13
13
 
14
+ <!-- AIWG-SKILL-CALLOUT -->
15
+ > **Skill access pattern (post-kernel-pivot, 2026.5+)**
16
+ >
17
+ > Skill names referenced in this document are AIWG skills, **not slash commands**. Most are not kernel-listed and cannot be invoked as `/skill-name` by the platform. Reach them via:
18
+ >
19
+ > ```bash
20
+ > aiwg discover "<capability>"
21
+ > aiwg show skill <name>
22
+ > ```
23
+ >
24
+ > Only kernel-listed skills (`aiwg-doctor`, `aiwg-refresh`, `aiwg-status`, `aiwg-help`, `use`, `steward`) are directly invokable as slash commands. See [skill-discovery rule](../../../addons/aiwg-utils/rules/skill-discovery.md).
25
+
26
+
14
27
  # Al Config
15
28
 
16
29
  View and modify Al's runtime configuration. Settings control loop behavior defaults such as iteration limits, timeouts, provider selection, and commit behavior. Changes persist to `.aiwg/ralph/config.json` and apply to all subsequent loops unless overridden per-invocation.
@@ -229,8 +242,8 @@ Usage: /ralph-config preset <name>
229
242
 
230
243
  | Context | Path |
231
244
  |---------|------|
232
- | In-session loops (`/ralph`) | `.aiwg/ralph/config.json` |
233
- | External loops (`/ralph-external`) | `.aiwg/ralph-external/config.json` |
245
+ | In-session loops (`ralph`) | `.aiwg/ralph/config.json` |
246
+ | External loops (`ralph-external`) | `.aiwg/ralph-external/config.json` |
234
247
 
235
248
  Each context has its own config file. `show`, `set`, `reset`, and `preset` operate on the in-session config by default. Use `/ralph-config --external show` to inspect external loop config (if the `--external` flag is available in your install).
236
249
 
@@ -293,10 +306,10 @@ Check that the .aiwg/ralph/ directory is writable:
293
306
 
294
307
  ## Related
295
308
 
296
- - `/ralph` — Start an in-session loop (uses this config as defaults)
297
- - `/ralph-external` — Start a crash-resilient external loop
298
- - `/ralph-status` — Check active loop state
299
- - `/ralph-memory` — Manage accumulated loop memory
309
+ - `ralph` — Start an in-session loop (uses this config as defaults)
310
+ - `ralph-external` — Start a crash-resilient external loop
311
+ - `ralph-status` — Check active loop state
312
+ - `ralph-memory` — Manage accumulated loop memory
300
313
 
301
314
  ## References
302
315
 
@@ -12,15 +12,28 @@ commandHint:
12
12
  platforms: [claude-code, hermes, openclaw]
13
13
  ---
14
14
 
15
+ <!-- AIWG-SKILL-CALLOUT -->
16
+ > **Skill access pattern (post-kernel-pivot, 2026.5+)**
17
+ >
18
+ > Skill names referenced in this document are AIWG skills, **not slash commands**. Most are not kernel-listed and cannot be invoked as `/skill-name` by the platform. Reach them via:
19
+ >
20
+ > ```bash
21
+ > aiwg discover "<capability>"
22
+ > aiwg show skill <name>
23
+ > ```
24
+ >
25
+ > Only kernel-listed skills (`aiwg-doctor`, `aiwg-refresh`, `aiwg-status`, `aiwg-help`, `use`, `steward`) are directly invokable as slash commands. See [skill-discovery rule](../../../addons/aiwg-utils/rules/skill-discovery.md).
26
+
27
+
15
28
  # Al External
16
29
 
17
30
  **You are the Al External Orchestrator** — launching and managing crash-resilient iterative loops that run outside the AI session for long-running tasks.
18
31
 
19
- ## Core Difference from `/ralph`
32
+ ## Core Difference from `ralph`
20
33
 
21
- `/ralph` runs the loop inside the current AI session. `/ralph-external` launches the loop as an external process via `tools/ralph-external/run.sh`, persisting all state to `.aiwg/ralph-external/`. If the session dies mid-loop, the loop survives and can be reattached or resumed.
34
+ `ralph` runs the loop inside the current AI session. `ralph-external` launches the loop as an external process via `tools/ralph-external/run.sh`, persisting all state to `.aiwg/ralph-external/`. If the session dies mid-loop, the loop survives and can be reattached or resumed.
22
35
 
23
- Use `/ralph-external` when:
36
+ Use `ralph-external` when:
24
37
  - The task will take longer than a single session
25
38
  - You need CI/CD pipeline integration
26
39
  - You want crash recovery guarantees
@@ -209,11 +222,11 @@ echo "Exit: $?"
209
222
 
210
223
  ## Related
211
224
 
212
- - `/ralph` — In-session iterative loop (no crash recovery)
213
- - `/ralph-attach` — Attach to a running external loop's output stream
214
- - `/ralph-status` — Check active and completed loop status
215
- - `/ralph-abort` — Stop a running loop
216
- - `/ralph-resume` — Resume a paused or interrupted loop
225
+ - `ralph` — In-session iterative loop (no crash recovery)
226
+ - `ralph-attach` — Attach to a running external loop's output stream
227
+ - `ralph-status` — Check active and completed loop status
228
+ - `ralph-abort` — Stop a running loop
229
+ - `ralph-resume` — Resume a paused or interrupted loop
217
230
 
218
231
  ## References
219
232
 
@@ -11,6 +11,19 @@ commandHint:
11
11
  platforms: [claude-code, hermes, openclaw]
12
12
  ---
13
13
 
14
+ <!-- AIWG-SKILL-CALLOUT -->
15
+ > **Skill access pattern (post-kernel-pivot, 2026.5+)**
16
+ >
17
+ > Skill names referenced in this document are AIWG skills, **not slash commands**. Most are not kernel-listed and cannot be invoked as `/skill-name` by the platform. Reach them via:
18
+ >
19
+ > ```bash
20
+ > aiwg discover "<capability>"
21
+ > aiwg show skill <name>
22
+ > ```
23
+ >
24
+ > Only kernel-listed skills (`aiwg-doctor`, `aiwg-refresh`, `aiwg-status`, `aiwg-help`, `use`, `steward`) are directly invokable as slash commands. See [skill-discovery rule](../../../addons/aiwg-utils/rules/skill-discovery.md).
25
+
26
+
14
27
  # Al Memory
15
28
 
16
29
  Inspect and manage the semantic memory that Al accumulates across loop iterations. Memory entries record lessons learned, failure patterns, and success patterns so that later iterations — and future loops on similar tasks — benefit from what earlier attempts discovered.
@@ -253,10 +266,10 @@ Usage:
253
266
 
254
267
  ## Related
255
268
 
256
- - `/ralph` — Loop that generates memory entries
257
- - `/ralph-external` — External loop with its own memory layer
258
- - `/ralph-status` — Check loop status and iteration history
259
- - `/ralph-reflect` — Deeper reflection and memory promotion
269
+ - `ralph` — Loop that generates memory entries
270
+ - `ralph-external` — External loop with its own memory layer
271
+ - `ralph-status` — Check loop status and iteration history
272
+ - `ralph-reflect` — Deeper reflection and memory promotion
260
273
 
261
274
  ## References
262
275
 
@@ -11,6 +11,19 @@ commandHint:
11
11
  orchestration: true
12
12
  ---
13
13
 
14
+ <!-- AIWG-SKILL-CALLOUT -->
15
+ > **Skill access pattern (post-kernel-pivot, 2026.5+)**
16
+ >
17
+ > Skill names referenced in this document are AIWG skills, **not slash commands**. Most are not kernel-listed and cannot be invoked as `/skill-name` by the platform. Reach them via:
18
+ >
19
+ > ```bash
20
+ > aiwg discover "<capability>"
21
+ > aiwg show skill <name>
22
+ > ```
23
+ >
24
+ > Only kernel-listed skills (`aiwg-doctor`, `aiwg-refresh`, `aiwg-status`, `aiwg-help`, `use`, `steward`) are directly invokable as slash commands. See [skill-discovery rule](../../../addons/aiwg-utils/rules/skill-discovery.md).
25
+
26
+
14
27
  # Al Resume
15
28
 
16
29
  Resume a paused or interrupted agent loop.
@@ -82,7 +95,7 @@ Continuing from iteration {N+1}...
82
95
 
83
96
  ### Step 4: Handle Completion
84
97
 
85
- Same as `/ralph` - generate completion report on success or limit.
98
+ Same as `ralph` - generate completion report on success or limit.
86
99
 
87
100
  ## Resume Context
88
101
 
@@ -169,9 +182,9 @@ Continues from last checkpoint with original settings.
169
182
 
170
183
  ## Related
171
184
 
172
- - `/ralph-status` - Check what state the loop is in
173
- - `/ralph-abort` - Stop instead of resume
174
- - `/ralph` - Start new loop
185
+ - `ralph-status` - Check what state the loop is in
186
+ - `ralph-abort` - Stop instead of resume
187
+ - `ralph` - Start new loop
175
188
 
176
189
  ## References
177
190
 
@@ -5,6 +5,19 @@ platforms: [all]
5
5
  description: Create a new slash command with AI-guided behavior definition
6
6
  ---
7
7
 
8
+ <!-- AIWG-SKILL-CALLOUT -->
9
+ > **Skill access pattern (post-kernel-pivot, 2026.5+)**
10
+ >
11
+ > Skill names referenced in this document are AIWG skills, **not slash commands**. Most are not kernel-listed and cannot be invoked as `/skill-name` by the platform. Reach them via:
12
+ >
13
+ > ```bash
14
+ > aiwg discover "<capability>"
15
+ > aiwg show skill <name>
16
+ > ```
17
+ >
18
+ > Only kernel-listed skills (`aiwg-doctor`, `aiwg-refresh`, `aiwg-status`, `aiwg-help`, `use`, `steward`) are directly invokable as slash commands. See [skill-discovery rule](../../../addons/aiwg-utils/rules/skill-discovery.md).
19
+
20
+
8
21
  # Create AIWG Command
9
22
 
10
23
  Create a new slash command with AI assistance to define arguments, behavior, and output.
@@ -39,17 +52,17 @@ Create a new slash command with AI assistance to define arguments, behavior, and
39
52
  ### utility (default)
40
53
  Simple operation, single action command.
41
54
  - Best for: Quick tasks, file operations, status checks
42
- - Example: `/lint-check`, `/deploy-status`
55
+ - Example: `lint-check`, `deploy-status`
43
56
 
44
57
  ### transformation
45
58
  Content/code transformation pipeline with input/output handling.
46
59
  - Best for: Format conversion, code refactoring, content processing
47
- - Example: `/convert-format`, `/refactor-code`
60
+ - Example: `convert-format`, `refactor-code`
48
61
 
49
62
  ### orchestration
50
63
  Multi-agent workflow coordination with phases and parallel execution.
51
64
  - Best for: Complex workflows, phase transitions, multi-step processes
52
- - Example: `/flow-deploy-to-production`, `/flow-security-review`
65
+ - Example: `flow-deploy-to-production`, `flow-security-review`
53
66
 
54
67
  ## Interactive Mode
55
68
 
@@ -127,9 +140,9 @@ aiwg add-command <name> --to <target> --template <type>
127
140
 
128
141
  ## Related Commands
129
142
 
130
- - `/devkit-create-agent` - Create an agent
131
- - `/devkit-create-skill` - Create an auto-triggered skill
132
- - `/devkit-validate` - Validate command structure
143
+ - `devkit-create-agent` - Create an agent
144
+ - `devkit-create-skill` - Create an auto-triggered skill
145
+ - `devkit-validate` - Validate command structure
133
146
 
134
147
  ## References
135
148
 
@@ -0,0 +1,169 @@
1
+ ---
2
+ namespace: aiwg
3
+ name: aiwg-issue
4
+ platforms: [all]
5
+ kernel: true
6
+ description: Guide for filing high-quality issues — template selection, environment capture, duplicate detection, and import flow for cross-tracker reports
7
+ ---
8
+
9
+ # Filing AIWG Issues
10
+
11
+ You are helping a user (or yourself, as an autonomous agent) file a high-quality issue. The bar is set by the recent tester-report import sweep (Gitea #1264–#1269): environment captured, exact commands, error text in code blocks, suggested fix paths.
12
+
13
+ ## When this fires
14
+
15
+ Natural-language triggers:
16
+
17
+ - "I want to file an issue"
18
+ - "How do I report a bug?"
19
+ - "Help me write up a bug report"
20
+ - "What template should I use?"
21
+ - "Should I file a new issue or comment on an existing one?"
22
+ - "Import this report from GitHub" / "from Discord" / "from email"
23
+
24
+ ## Template selection
25
+
26
+ | Template | When to use | Path |
27
+ |---|---|---|
28
+ | `bug-report.md` | One concrete defect with a reproduction | `.gitea/ISSUE_TEMPLATE/bug-report.md` |
29
+ | `feature-request.md` | A new capability or enhancement proposal | `.gitea/ISSUE_TEMPLATE/feature-request.md` |
30
+ | `tester-report.md` | A single session that surfaced multiple findings | `.gitea/ISSUE_TEMPLATE/tester-report.md` |
31
+ | `imported-report.md` | Mirroring an issue filed in a different tracker | `.gitea/ISSUE_TEMPLATE/imported-report.md` |
32
+
33
+ Templates exist in both `.gitea/ISSUE_TEMPLATE/` (for Gitea) and `.github/ISSUE_TEMPLATE/` (for the GitHub mirror). Pick the one matching the target tracker; the content is identical.
34
+
35
+ ## The walkthrough
36
+
37
+ ### 1. Triage first
38
+
39
+ Ask: is this one bug, or multiple findings from a single session?
40
+
41
+ - **One issue** → `bug-report.md` or `feature-request.md`
42
+ - **Multiple findings** → `tester-report.md`, split into discrete bugs during follow-up triage
43
+ - **Already filed elsewhere** → `imported-report.md`
44
+
45
+ **One bug per issue.** If three things broke, file three issues (or one tester-report and split). Don't bundle.
46
+
47
+ ### 2. Duplicate detection (BEFORE filing)
48
+
49
+ Always check for duplicates first. Cheaper to comment on an existing thread than file again. Use:
50
+
51
+ ```bash
52
+ aiwg discover "<keywords from the proposed title>"
53
+ ```
54
+
55
+ Then search the tracker for matching titles. The `steward-prep-delivery` skill bundles both lookups into one command:
56
+
57
+ ```bash
58
+ aiwg run skill steward-prep-delivery -- "<search terms>"
59
+ ```
60
+
61
+ If a likely duplicate exists, comment on it rather than filing fresh.
62
+
63
+ ### 3. Environment capture (bug reports)
64
+
65
+ Bug reports without environment context get bounced. Collect:
66
+
67
+ ```bash
68
+ aiwg version # AIWG version + channel
69
+ aiwg doctor # workspace health snapshot
70
+ node --version
71
+ uname -a # OS / kernel
72
+ ```
73
+
74
+ Capture the **platform** explicitly: Claude Code, hermes, Codex, Copilot, Cursor, Warp, Factory, OpenCode, Windsurf, OpenClaw. The same bug behaves differently across providers. The tester report imports in May 2026 (#1264–#1268) had to correct the platform from "Claude Code" to "hermes-agent" after the fact — get it right the first time.
75
+
76
+ ### 4. Reproducible repro
77
+
78
+ Paste **exact** commands (copy-paste-ready, no `<placeholder>`s without explicit substitution instructions) and **exact** error text in fenced code blocks. Paraphrased errors lose detail.
79
+
80
+ Bad:
81
+ > "When I run the steward command it errors out"
82
+
83
+ Good:
84
+ > ```
85
+ > $ aiwg steward capabilities --provider claude-code
86
+ > ERROR ENOENT: no such file or directory, open '/home/linuxbrew/.linuxbrew/lib/node_modules/aiwg/dist/agentic/code/providers/capability-matrix.yaml'
87
+ > ```
88
+
89
+ ### 5. Title format
90
+
91
+ `type(scope): one-line summary`. Examples:
92
+
93
+ - `bug(steward): AIWG_ROOT path resolution lands at dist/ instead of package root`
94
+ - `feat(contributing): consistent PR + Issue templates`
95
+ - `regression: Skill Seekers implementation lost`
96
+ - `imported: <original title> (<source>#<number>)` for imports
97
+
98
+ Vague titles ("doesn't work", "broken") get bumped back. Insist on the typed form.
99
+
100
+ ### 6. Suggested fix (if you've investigated)
101
+
102
+ If you've already traced the bug, point at the file or line. "I think this is in `src/cli/handlers/steward.ts:26`" is faster than a round-trip. This is optional but valued — the recent #1261/#1262/#1263 imports landed faster because the original reporter included file-line pointers.
103
+
104
+ ### 7. Acceptance criteria
105
+
106
+ Bug reports should include checkable acceptance:
107
+
108
+ ```markdown
109
+ - [ ] Repro from "Steps to reproduce" no longer fails
110
+ - [ ] Regression test added (if the bug bypassed existing tests)
111
+ - [ ] Related docs updated (if behavior was documented incorrectly)
112
+ ```
113
+
114
+ Feature requests need concrete, checkable conditions — not "works well" or "feels right".
115
+
116
+ ## Import flow (cross-tracker reports)
117
+
118
+ When a report lands in a different tracker (GitHub mirror, Discord, email, vendor support), mirror to Gitea as `imported-report.md`:
119
+
120
+ 1. Title: `imported: <original title> (<source>#<number>)`
121
+ 2. Link the source URL
122
+ 3. Preserve the **original reporter handle** and **platform/environment** (correct it if the source got it wrong)
123
+ 4. Add a "Status against current main" table
124
+ 5. Cross-reference any local issues that duplicate or overlap
125
+ 6. If already fixed: note the resolving commit and close as duplicate
126
+ 7. **Thank the original reporter** in a closing comment when the work lands
127
+
128
+ Example: jmagly#108–#112 → roctinam #1264–#1268 sweep (May 2026).
129
+
130
+ ## Filing
131
+
132
+ ```bash
133
+ aiwg run skill issue-create -- "<title>" --provider gitea --labels "bug"
134
+ ```
135
+
136
+ Or use the tracker's web UI with the template. Both are valid.
137
+
138
+ For Gitea via MCP (if available):
139
+
140
+ ```yaml
141
+ mcp__git-gitea__issue_write:
142
+ method: create
143
+ owner: roctinam
144
+ repo: aiwg
145
+ title: '<title>'
146
+ body: '<full body following bug-report.md template>'
147
+ ```
148
+
149
+ ## After filing
150
+
151
+ - Add labels (priority, area, type) per the `ops-issue-tracking` rule conventions
152
+ - Link related issues with `Refs #N` / `Blocked-by: #N` / `Blocks: #N` in the body
153
+ - Watch the thread for triage comments and answer promptly
154
+
155
+ ## Anti-patterns to flag
156
+
157
+ - **"While I'm at it"** — adding unrelated changes to a bug report. Split into separate issues.
158
+ - **Bundling fixes into the report** — if you have a fix, file the issue first, then submit the PR with `Closes #N`. Don't mix.
159
+ - **Re-filing duplicates** — always run duplicate detection first.
160
+ - **Vague titles** — `type(scope): subject` form is required.
161
+ - **Missing environment** — bug reports without OS/version/platform get clarified before action.
162
+
163
+ ## Related
164
+
165
+ - Skills: `aiwg-pr` (filing PRs), `steward-prep-delivery` (interactive walkthrough), `issue-create` (low-level filing), `issue-auto-sync` (commit↔issue linking)
166
+ - Templates: `.gitea/ISSUE_TEMPLATE/`, `.github/ISSUE_TEMPLATE/`
167
+ - Docs: `CONTRIBUTING.md` (full contributor guide)
168
+ - Rules: `delivery-policy`, `no-attribution`, `ops-issue-tracking`
169
+ - Origin: #1269 (templates), #1264–#1268 (tester report sweep that motivated this)