@hanzlaa/rcode 3.2.1 → 3.3.1

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 (278) hide show
  1. package/CONTRIBUTING.md +9 -9
  2. package/README.md +50 -50
  3. package/cli/context.js +4 -4
  4. package/cli/doctor.js +1 -1
  5. package/cli/generate-command-skills.cjs +203 -0
  6. package/cli/install.js +29 -12
  7. package/cli/lib/memory-bank.cjs +5 -5
  8. package/cli/set-mode.js +2 -2
  9. package/cli/uninstall.js +5 -5
  10. package/dist/rcode.js +27 -16
  11. package/package.json +1 -1
  12. package/rihal/DOCS-AUDIT.md +1 -1
  13. package/rihal/agents/rihal-ahmed.md +1 -1
  14. package/rihal/agents/rihal-codebase-mapper.md +3 -3
  15. package/rihal/agents/rihal-debugger.md +2 -2
  16. package/rihal/agents/rihal-fatima.md +2 -2
  17. package/rihal/agents/rihal-haitham.md +2 -2
  18. package/rihal/agents/rihal-khalid.md +1 -1
  19. package/rihal/agents/rihal-layla.md +1 -1
  20. package/rihal/agents/rihal-nasser.md +1 -1
  21. package/rihal/agents/rihal-noor.md +1 -1
  22. package/rihal/agents/rihal-nyquist-auditor.md +1 -1
  23. package/rihal/agents/rihal-omar.md +1 -1
  24. package/rihal/agents/rihal-phase-researcher.md +3 -3
  25. package/rihal/agents/rihal-planner.md +1 -1
  26. package/rihal/agents/rihal-project-researcher.md +2 -2
  27. package/rihal/agents/rihal-research-synthesizer.md +3 -3
  28. package/rihal/agents/rihal-roadmapper.md +3 -3
  29. package/rihal/agents/rihal-sadiq.md +1 -1
  30. package/rihal/agents/rihal-sprint-checker.md +3 -3
  31. package/rihal/agents/rihal-verifier.md +2 -2
  32. package/rihal/agents/rihal-waleed.md +1 -1
  33. package/rihal/agents/rihal-yousef.md +2 -2
  34. package/rihal/agents/rihal-zahra.md +1 -1
  35. package/rihal/agents/rihal-zayd.md +1 -1
  36. package/rihal/agents/rules/phase-researcher/detailed-guide.md +1 -1
  37. package/rihal/agents/rules/roadmapper/detailed-guide.md +1 -1
  38. package/rihal/agents/rules/sprint-checker/dimensions.md +3 -3
  39. package/rihal/agents/rules/sprint-checker/process.md +2 -2
  40. package/rihal/agents/rules/verifier/gap-output.md +1 -1
  41. package/rihal/agents/rules/verifier/verification-report.md +1 -1
  42. package/rihal/bin/rihal-hooks.cjs +6 -6
  43. package/rihal/bin/rihal-tools.cjs +60 -23
  44. package/rihal/brain/README.md +2 -2
  45. package/rihal/brain/best-practices/no-autonomous-bypass.md +2 -2
  46. package/rihal/brain/best-practices/research-citation-rule.md +1 -1
  47. package/rihal/brain/best-practices/state-sync-rule.md +4 -4
  48. package/rihal/commands/add-phase.md +1 -1
  49. package/rihal/commands/add-tests.md +1 -1
  50. package/rihal/commands/add-todo.md +1 -1
  51. package/rihal/commands/analyze-dependencies.md +1 -1
  52. package/rihal/commands/audit-fix.md +1 -1
  53. package/rihal/commands/audit-milestone.md +1 -1
  54. package/rihal/commands/audit-uat.md +1 -1
  55. package/rihal/commands/audit.md +1 -1
  56. package/rihal/commands/autonomous.md +1 -1
  57. package/rihal/commands/brainstorm.md +1 -1
  58. package/rihal/commands/chain.md +1 -1
  59. package/rihal/commands/check-todos.md +1 -1
  60. package/rihal/commands/checkpoint-preview.md +1 -1
  61. package/rihal/commands/cleanup.md +2 -2
  62. package/rihal/commands/code-review-fix.md +1 -1
  63. package/rihal/commands/code-review.md +1 -1
  64. package/rihal/commands/complete-milestone.md +1 -1
  65. package/rihal/commands/config.md +2 -2
  66. package/rihal/commands/correct-course.md +1 -1
  67. package/rihal/commands/council.md +1 -1
  68. package/rihal/commands/create-epics-and-stories.md +1 -1
  69. package/rihal/commands/create-story.md +2 -2
  70. package/rihal/commands/dashboard.md +1 -1
  71. package/rihal/commands/debug.md +1 -1
  72. package/rihal/commands/decisions.md +1 -1
  73. package/rihal/commands/dev-story.md +1 -1
  74. package/rihal/commands/diff.md +1 -1
  75. package/rihal/commands/discuss-phase.md +1 -1
  76. package/rihal/commands/discuss.md +2 -2
  77. package/rihal/commands/do.md +2 -2
  78. package/rihal/commands/docs-update.md +1 -1
  79. package/rihal/commands/document-project.md +1 -1
  80. package/rihal/commands/enable-hooks.md +1 -1
  81. package/rihal/commands/execute-sprint.md +2 -2
  82. package/rihal/commands/execute.md +1 -1
  83. package/rihal/commands/explore.md +1 -1
  84. package/rihal/commands/export-to-github.md +1 -1
  85. package/rihal/commands/forensics.md +1 -1
  86. package/rihal/commands/from-template.md +1 -1
  87. package/rihal/commands/health.md +1 -1
  88. package/rihal/commands/help.md +1 -1
  89. package/rihal/commands/import.md +1 -1
  90. package/rihal/commands/inbox.md +1 -1
  91. package/rihal/commands/init.md +1 -1
  92. package/rihal/commands/insert-phase.md +1 -1
  93. package/rihal/commands/install.md +1 -1
  94. package/rihal/commands/list-plans.md +1 -1
  95. package/rihal/commands/list-workspaces.md +1 -1
  96. package/rihal/commands/map-codebase.md +1 -1
  97. package/rihal/commands/milestone-summary.md +1 -1
  98. package/rihal/commands/new-milestone.md +1 -1
  99. package/rihal/commands/new-project.md +1 -1
  100. package/rihal/commands/new-workspace.md +1 -1
  101. package/rihal/commands/next.md +1 -1
  102. package/rihal/commands/note.md +1 -1
  103. package/rihal/commands/notify-test.md +1 -1
  104. package/rihal/commands/pause-work.md +1 -1
  105. package/rihal/commands/plan-milestone-gaps.md +3 -3
  106. package/rihal/commands/plan.md +2 -2
  107. package/rihal/commands/plant-seed.md +1 -1
  108. package/rihal/commands/pr-branch.md +2 -2
  109. package/rihal/commands/prfaq.md +1 -1
  110. package/rihal/commands/profile-user.md +1 -1
  111. package/rihal/commands/progress.md +3 -3
  112. package/rihal/commands/quick.md +1 -1
  113. package/rihal/commands/remove-phase.md +1 -1
  114. package/rihal/commands/remove-workspace.md +1 -1
  115. package/rihal/commands/replay.md +1 -1
  116. package/rihal/commands/rerun.md +1 -1
  117. package/rihal/commands/research-phase.md +2 -2
  118. package/rihal/commands/resume-work.md +1 -1
  119. package/rihal/commands/review.md +1 -1
  120. package/rihal/commands/scan.md +1 -1
  121. package/rihal/commands/secure-phase.md +1 -1
  122. package/rihal/commands/session-report.md +1 -1
  123. package/rihal/commands/settings.md +1 -1
  124. package/rihal/commands/ship.md +2 -2
  125. package/rihal/commands/show.md +1 -1
  126. package/rihal/commands/sprint-planning.md +1 -1
  127. package/rihal/commands/sprint-status.md +1 -1
  128. package/rihal/commands/stats.md +1 -1
  129. package/rihal/commands/status.md +1 -1
  130. package/rihal/commands/ui-phase.md +1 -1
  131. package/rihal/commands/ui-review.md +1 -1
  132. package/rihal/commands/undo.md +1 -1
  133. package/rihal/commands/update.md +1 -1
  134. package/rihal/commands/validate-phase.md +1 -1
  135. package/rihal/commands/verify-phase.md +2 -2
  136. package/rihal/commands/verify-work.md +1 -1
  137. package/rihal/commands/why.md +1 -1
  138. package/rihal/commands/workstream.md +1 -1
  139. package/rihal/references/agent-shared-rules.md +1 -1
  140. package/rihal/references/command-redirect-format.md +7 -7
  141. package/rihal/references/context-budget.md +2 -2
  142. package/rihal/references/continuation-format.md +16 -16
  143. package/rihal/references/dispatch-banner.md +1 -1
  144. package/rihal/references/execution-protocol.md +2 -2
  145. package/rihal/references/gates.md +3 -3
  146. package/rihal/references/git-integration.md +1 -1
  147. package/rihal/references/output-format.md +4 -4
  148. package/rihal/references/output-realism.md +1 -1
  149. package/rihal/references/revision-loop.md +1 -1
  150. package/rihal/references/state-schema.md +15 -15
  151. package/rihal/references/ui-brand.md +1 -1
  152. package/rihal/references/verb-dictionary.md +15 -15
  153. package/rihal/references/workstream-flag.md +28 -28
  154. package/rihal/skills/_shared/no-autonomous-bypass.md +2 -2
  155. package/rihal/skills/_shared/research-citation-rule.md +1 -1
  156. package/rihal/skills/_shared/state-sync-rule.md +4 -4
  157. package/rihal/skills/actions/1-analysis/rihal-prfaq/SKILL.md +1 -1
  158. package/rihal/skills/actions/2-plan/rihal-create-epics-and-stories/workflow.md +1 -1
  159. package/rihal/skills/actions/2-plan/rihal-create-milestone/SKILL.md +2 -2
  160. package/rihal/skills/actions/2-plan/rihal-create-milestone/steps/step-06-phase-stubs.md +2 -2
  161. package/rihal/skills/actions/2-plan/rihal-create-milestone/steps/step-07-backlog.md +2 -2
  162. package/rihal/skills/actions/2-plan/rihal-create-milestone/steps/step-09-state-sync.md +2 -2
  163. package/rihal/skills/actions/2-plan/rihal-create-milestone/steps/step-10-complete.md +4 -4
  164. package/rihal/skills/actions/2-plan/rihal-create-milestone/workflow.md +5 -5
  165. package/rihal/skills/actions/2-plan/rihal-create-prd/SKILL.md +1 -1
  166. package/rihal/skills/actions/2-plan/rihal-create-prd/workflow.md +1 -1
  167. package/rihal/skills/actions/2-plan/rihal-create-story/workflow.md +1 -1
  168. package/rihal/skills/actions/4-implementation/rihal-checkpoint-preview/SKILL.md +3 -3
  169. package/rihal/skills/actions/4-implementation/rihal-dev-story/workflow.md +1 -1
  170. package/rihal/skills/actions/4-implementation/rihal-sprint-planning/SKILL.md +1 -1
  171. package/rihal/skills/actions/4-implementation/rihal-sprint-planning/checklist.md +1 -1
  172. package/rihal/skills/actions/4-implementation/rihal-sprint-planning/workflow.md +1 -1
  173. package/rihal/skills/actions/4-implementation/rihal-sprint-status/workflow.md +5 -5
  174. package/rihal/skills/agents/dalil-scout/SKILL.md +7 -7
  175. package/rihal/skills/core/rihal-brainstorming/SKILL.md +1 -1
  176. package/rihal/skills/core/rihal-init/SKILL.md +1 -1
  177. package/rihal/skills/core/rihal-party-mode/SKILL.md +1 -1
  178. package/rihal/templates/milestone.md +1 -1
  179. package/rihal/templates/projects/api-backend/PROJECT.md +1 -1
  180. package/rihal/templates/projects/mobile-app/PROJECT.md +1 -1
  181. package/rihal/templates/projects/saas-b2b/PROJECT.md +1 -1
  182. package/rihal/workflows/add-phase.md +10 -10
  183. package/rihal/workflows/add-tests.md +9 -9
  184. package/rihal/workflows/add-todo.md +5 -5
  185. package/rihal/workflows/analyze-dependencies.md +7 -7
  186. package/rihal/workflows/audit-fix.md +4 -4
  187. package/rihal/workflows/audit-milestone.md +8 -8
  188. package/rihal/workflows/audit-uat.md +2 -2
  189. package/rihal/workflows/audit.md +28 -28
  190. package/rihal/workflows/autonomous.md +128 -44
  191. package/rihal/workflows/brainstorm.md +7 -7
  192. package/rihal/workflows/chain.md +16 -16
  193. package/rihal/workflows/check-implementation-readiness.md +4 -4
  194. package/rihal/workflows/check-todos.md +8 -8
  195. package/rihal/workflows/checkpoint-preview.md +1 -1
  196. package/rihal/workflows/code-review-fix.md +10 -10
  197. package/rihal/workflows/code-review.md +10 -10
  198. package/rihal/workflows/complete-milestone.md +5 -5
  199. package/rihal/workflows/correct-course.md +7 -7
  200. package/rihal/workflows/council.md +15 -15
  201. package/rihal/workflows/create-epics-and-stories.md +9 -9
  202. package/rihal/workflows/create-story.md +11 -11
  203. package/rihal/workflows/dashboard.md +8 -8
  204. package/rihal/workflows/debug.md +6 -6
  205. package/rihal/workflows/decisions.md +5 -5
  206. package/rihal/workflows/dev-story.md +12 -12
  207. package/rihal/workflows/diagnose-issues.md +2 -2
  208. package/rihal/workflows/diff.md +3 -3
  209. package/rihal/workflows/discuss-phase-power.md +7 -7
  210. package/rihal/workflows/discuss-phase.md +14 -14
  211. package/rihal/workflows/discuss.md +9 -9
  212. package/rihal/workflows/do.md +79 -79
  213. package/rihal/workflows/docs-update.md +6 -6
  214. package/rihal/workflows/document-project.md +5 -5
  215. package/rihal/workflows/enable-hooks.md +5 -5
  216. package/rihal/workflows/execute-sprint.md +3 -3
  217. package/rihal/workflows/execute.md +28 -28
  218. package/rihal/workflows/explore.md +5 -5
  219. package/rihal/workflows/export-to-github.md +5 -5
  220. package/rihal/workflows/forensics.md +8 -8
  221. package/rihal/workflows/from-template.md +8 -8
  222. package/rihal/workflows/health.md +11 -11
  223. package/rihal/workflows/help.md +117 -117
  224. package/rihal/workflows/import.md +4 -4
  225. package/rihal/workflows/inbox.md +8 -8
  226. package/rihal/workflows/init.md +23 -23
  227. package/rihal/workflows/insert-phase.md +9 -9
  228. package/rihal/workflows/install.md +3 -3
  229. package/rihal/workflows/karpathy-audit.md +11 -11
  230. package/rihal/workflows/list-plans.md +8 -8
  231. package/rihal/workflows/list-workspaces.md +7 -7
  232. package/rihal/workflows/map-codebase.md +5 -5
  233. package/rihal/workflows/milestone-summary.md +7 -7
  234. package/rihal/workflows/new-milestone.md +11 -11
  235. package/rihal/workflows/new-project-research.md +1 -1
  236. package/rihal/workflows/new-project-roadmap.md +8 -8
  237. package/rihal/workflows/new-project.md +32 -32
  238. package/rihal/workflows/new-workspace.md +7 -7
  239. package/rihal/workflows/next.md +13 -13
  240. package/rihal/workflows/note.md +7 -7
  241. package/rihal/workflows/notify-test.md +6 -6
  242. package/rihal/workflows/pause-work.md +6 -6
  243. package/rihal/workflows/plan-milestone-gaps.md +7 -7
  244. package/rihal/workflows/plan.md +28 -28
  245. package/rihal/workflows/plant-seed.md +3 -3
  246. package/rihal/workflows/pr-branch.md +1 -1
  247. package/rihal/workflows/prfaq.md +1 -1
  248. package/rihal/workflows/profile-user.md +5 -5
  249. package/rihal/workflows/progress.md +6 -6
  250. package/rihal/workflows/quick.md +12 -12
  251. package/rihal/workflows/remove-phase.md +6 -6
  252. package/rihal/workflows/remove-workspace.md +8 -8
  253. package/rihal/workflows/replay.md +8 -8
  254. package/rihal/workflows/rerun.md +5 -5
  255. package/rihal/workflows/research-phase.md +2 -2
  256. package/rihal/workflows/resume-work.md +10 -10
  257. package/rihal/workflows/review-adversarial.md +4 -4
  258. package/rihal/workflows/review-edge-case-hunter.md +5 -5
  259. package/rihal/workflows/review.md +11 -11
  260. package/rihal/workflows/scan.md +9 -9
  261. package/rihal/workflows/secure-phase.md +8 -8
  262. package/rihal/workflows/session-report.md +6 -6
  263. package/rihal/workflows/settings.md +15 -15
  264. package/rihal/workflows/ship.md +11 -11
  265. package/rihal/workflows/show.md +2 -2
  266. package/rihal/workflows/sprint-planning.md +13 -13
  267. package/rihal/workflows/sprint-status.md +10 -10
  268. package/rihal/workflows/stats.md +6 -6
  269. package/rihal/workflows/status.md +15 -7
  270. package/rihal/workflows/ui-phase.md +8 -8
  271. package/rihal/workflows/ui-review.md +5 -5
  272. package/rihal/workflows/undo.md +17 -17
  273. package/rihal/workflows/update.md +12 -12
  274. package/rihal/workflows/validate-phase.md +5 -5
  275. package/rihal/workflows/verify-work.md +18 -18
  276. package/rihal/workflows/why.md +9 -9
  277. package/rihal/workflows/workstream.md +11 -11
  278. package/server/lib/html/client.js +45 -45
@@ -13,9 +13,9 @@ Use the standard planning pipeline (`.planning/phases/`) for:
13
13
 
14
14
  **Example:**
15
15
  ```
16
- /rihal:plan Build authentication system
17
- /rihal:plan Add user profile pages (depends on auth from Phase 1)
18
- /rihal:plan Write deployment guide (depends on both phases complete)
16
+ /rihal-plan Build authentication system
17
+ /rihal-plan Add user profile pages (depends on auth from Phase 1)
18
+ /rihal-plan Write deployment guide (depends on both phases complete)
19
19
  ```
20
20
 
21
21
  These run sequentially, each depending on the previous phase's completion.
@@ -34,15 +34,15 @@ Use workspaces (`--workspace` flag) for:
34
34
  **Example:**
35
35
  ```
36
36
  # Main workspace (Q2 roadmap)
37
- /rihal:plan Build search feature
37
+ /rihal-plan Build search feature
38
38
 
39
39
  # Parallel workspace (critical bug)
40
- /rihal:new-workspace Critical Hotfix
41
- /rihal:plan Fix data corruption --workspace=Critical Hotfix
40
+ /rihal-new-workspace Critical Hotfix
41
+ /rihal-plan Fix data corruption --workspace=Critical Hotfix
42
42
 
43
43
  # Both run independently
44
44
  # Query progress:
45
- /rihal:list-workspaces
45
+ /rihal-list-workspaces
46
46
  ```
47
47
 
48
48
  ## Decision Matrix
@@ -78,29 +78,29 @@ Use workspaces (`--workspace` flag) for:
78
78
 
79
79
  ```bash
80
80
  # View current phase
81
- /rihal:status
81
+ /rihal-status
82
82
 
83
83
  # Execute next phase
84
- /rihal:execute <phase>
84
+ /rihal-execute <phase>
85
85
 
86
86
  # Switch to different task within same milestone
87
- /rihal:quick <small task>
87
+ /rihal-quick <small task>
88
88
  ```
89
89
 
90
90
  ### Workspaces
91
91
 
92
92
  ```bash
93
93
  # List all workspaces
94
- /rihal:list-workspaces
94
+ /rihal-list-workspaces
95
95
 
96
96
  # Work within a workspace
97
- /rihal:plan <task> --workspace=Hotfix
97
+ /rihal-plan <task> --workspace=Hotfix
98
98
 
99
99
  # Switch to another workspace's context
100
- /rihal:workspace <name>
100
+ /rihal-workspace <name>
101
101
 
102
102
  # Return to main planning
103
- /rihal:workspace main
103
+ /rihal-workspace main
104
104
  ```
105
105
 
106
106
  ## Merging Workspaces Back
@@ -109,7 +109,7 @@ If you started a workspace but it should merge back into main planning:
109
109
 
110
110
  1. Complete the work in the workspace
111
111
  2. Create a phase in main planning that incorporates the workspace's findings
112
- 3. Archive the workspace: `/rihal:remove-workspace <name> --archive`
112
+ 3. Archive the workspace: `/rihal-remove-workspace <name> --archive`
113
113
  4. Continue in main planning with unified context
114
114
 
115
115
  ## Common Patterns
@@ -118,27 +118,27 @@ If you started a workspace but it should merge back into main planning:
118
118
 
119
119
  ```bash
120
120
  # Main work (Q2 roadmap)
121
- /rihal:plan Implement real-time notifications
121
+ /rihal-plan Implement real-time notifications
122
122
 
123
123
  # Critical bug emerges
124
- /rihal:new-workspace Critical
125
- /rihal:plan Fix payment processing --workspace=Critical
124
+ /rihal-new-workspace Critical
125
+ /rihal-plan Fix payment processing --workspace=Critical
126
126
 
127
127
  # Two parallel tracks
128
- /rihal:list-workspaces
128
+ /rihal-list-workspaces
129
129
 
130
130
  # When bug is fixed
131
- /rihal:complete-workspace Critical
131
+ /rihal-complete-workspace Critical
132
132
  # Resume main work
133
- /rihal:execute <Q2 phase>
133
+ /rihal-execute <Q2 phase>
134
134
  ```
135
135
 
136
136
  ### Pattern: Research + implementation
137
137
 
138
138
  ```bash
139
139
  # Sequential phases (both parts of same feature)
140
- /rihal:plan Research WebSocket libraries and trade-offs
141
- /rihal:plan Implement chosen library with tests
140
+ /rihal-plan Research WebSocket libraries and trade-offs
141
+ /rihal-plan Implement chosen library with tests
142
142
  # Phase 2 reads Phase 1 findings
143
143
  ```
144
144
 
@@ -146,16 +146,16 @@ If you started a workspace but it should merge back into main planning:
146
146
 
147
147
  ```bash
148
148
  # Keep experiments separate
149
- /rihal:new-workspace Experiment: Dark Mode
150
- /rihal:plan Build dark mode UI --workspace=Experiment
151
- /rihal:plan Test across 10 browsers --workspace=Experiment
149
+ /rihal-new-workspace Experiment: Dark Mode
150
+ /rihal-plan Build dark mode UI --workspace=Experiment
151
+ /rihal-plan Test across 10 browsers --workspace=Experiment
152
152
 
153
153
  # Main work continues unaffected
154
- /rihal:plan Improve search relevance
154
+ /rihal-plan Improve search relevance
155
155
 
156
156
  # If experiment succeeds, merge into main
157
157
  # If it fails, just archive and delete
158
- /rihal:remove-workspace --archive Experiment
158
+ /rihal-remove-workspace --archive Experiment
159
159
  ```
160
160
 
161
161
  ## Summary
@@ -13,7 +13,7 @@ Phrases like *"just write it autonomously"*, *"create the full thing ready to ex
13
13
  There are exactly two ways to legitimately run a skill without halting at menus:
14
14
 
15
15
  1. **Project-wide:** `.rihal/config.yaml` → `mode: yolo`. The config loader flags `yoloMode=true` in the runtime context; step files check this flag and may auto-advance.
16
- 2. **Per-invocation:** `/rihal:do --auto <question>` on the router. The router sets `autoMode=true` and passes it to the dispatched skill.
16
+ 2. **Per-invocation:** `/rihal-do --auto <question>` on the router. The router sets `autoMode=true` and passes it to the dispatched skill.
17
17
 
18
18
  If **neither** flag is set, halt is mandatory regardless of what the user's prompt text says.
19
19
 
@@ -34,4 +34,4 @@ That response invents a mode that does not exist and violates the halt invariant
34
34
 
35
35
  ## Correct Response
36
36
 
37
- > ✅ Agent: *"I hear you want the PRD written end-to-end. The halt rule applies unless you set `mode: yolo` in `.rihal/config.yaml` or re-invoke via `/rihal:do --auto`. Here is the step-01 menu — pick Continue and I will drive each step concisely."*
37
+ > ✅ Agent: *"I hear you want the PRD written end-to-end. The halt rule applies unless you set `mode: yolo` in `.rihal/config.yaml` or re-invoke via `/rihal-do --auto`. Here is the step-01 menu — pick Continue and I will drive each step concisely."*
@@ -28,7 +28,7 @@ This pattern is forbidden. A citation block without `WebFetch` evidence is a lie
28
28
 
29
29
  ## If the User Is Running Autonomously
30
30
 
31
- `mode: yolo` and `/rihal:do --auto` bypass halt-at-menu, but they do **not** bypass this rule. A fully-autonomous run still has to fetch every cited URL before writing the claim.
31
+ `mode: yolo` and `/rihal-do --auto` bypass halt-at-menu, but they do **not** bypass this rule. A fully-autonomous run still has to fetch every cited URL before writing the claim.
32
32
 
33
33
  ## Checklist Before Writing a Citation
34
34
 
@@ -1,6 +1,6 @@
1
1
  # State Sync Rule
2
2
 
3
- Referenced by skills that write `ROADMAP.md`, `epics.md`, or sprint artifacts. These artifacts are not authoritative on their own — downstream workflows (`/rihal:status`, `/rihal:progress`, `/rihal:execute`) read `.rihal/state.json`. If you write a planning artifact and skip state sync, the project ends up with two divergent pictures.
3
+ Referenced by skills that write `ROADMAP.md`, `epics.md`, or sprint artifacts. These artifacts are not authoritative on their own — downstream workflows (`/rihal-status`, `/rihal-progress`, `/rihal-execute`) read `.rihal/state.json`. If you write a planning artifact and skip state sync, the project ends up with two divergent pictures.
4
4
 
5
5
  ## The Rule
6
6
 
@@ -29,15 +29,15 @@ If `rihal-tools.cjs` does not yet expose the needed subcommand, fall back to `st
29
29
  ## Verification After Sync
30
30
 
31
31
  - `node .rihal/bin/rihal-tools.cjs state read` returns a phase count that matches the phase table in `ROADMAP.md`.
32
- - `/rihal:status` and `/rihal:progress`, run back-to-back, agree on the current milestone name and phase count.
32
+ - `/rihal-status` and `/rihal-progress`, run back-to-back, agree on the current milestone name and phase count.
33
33
 
34
34
  ## Why This Matters
35
35
 
36
36
  Observed failure (rihal-code, social-poster-x install, Apr 2026):
37
37
 
38
- - User ran `/rihal:create-epics-and-stories`.
38
+ - User ran `/rihal-create-epics-and-stories`.
39
39
  - `ROADMAP.md` gained 10 phases; `epics.md` gained 62 stories.
40
40
  - `.rihal/state.json` remained at the initial bootstrap with 1 phase.
41
- - `/rihal:status` showed 1 phase; `/rihal:progress` showed 10.
41
+ - `/rihal-status` showed 1 phase; `/rihal-progress` showed 10.
42
42
 
43
43
  That divergence is what this rule exists to prevent.
@@ -124,7 +124,7 @@ When the user gets stuck, offer concrete suggestions based on what they've share
124
124
  **Expected:** Gauntlet mode questioning → press release → customer FAQ → internal FAQ → verdict + distillate. Saved to planning_artifacts/.
125
125
 
126
126
  ### Headless Mode
127
- **Input:** `/rihal:prfaq --headless --customer "{persona}" --problem "{problem}" --stakes "{why}" --solution "{concept}"`
127
+ **Input:** `/rihal-prfaq --headless --customer "{persona}" --problem "{problem}" --stakes "{why}" --solution "{concept}"`
128
128
  **Expected:** First-draft PRFAQ generated autonomously via artifact-analyzer + web-researcher subagents.
129
129
 
130
130
  ### Negative Test
@@ -36,7 +36,7 @@ This uses **step-file architecture** for disciplined execution:
36
36
  - 🎯 **ALWAYS** follow the exact instructions in the step file
37
37
  - ⏸️ **ALWAYS** halt at menus and wait for user input
38
38
  - 📋 **NEVER** create mental todo lists from future steps
39
- - 🚷 **NEVER** invent an "autonomous mode", "research mode", or any self-declared bypass. The only sanctioned bypass paths are `.rihal/config.yaml` → `mode: yolo` or `/rihal:do --auto`. See `../../_shared/no-autonomous-bypass.md` for the full rule and correct response pattern.
39
+ - 🚷 **NEVER** invent an "autonomous mode", "research mode", or any self-declared bypass. The only sanctioned bypass paths are `.rihal/config.yaml` → `mode: yolo` or `/rihal-do --auto`. See `../../_shared/no-autonomous-bypass.md` for the full rule and correct response pattern.
40
40
 
41
41
  ---
42
42
 
@@ -48,7 +48,7 @@ Follow the instructions in ./workflow.md.
48
48
 
49
49
  ### Edge Case: No PRD Exists
50
50
  **Input:** "Create milestones for social-poster-x" (no prd.md)
51
- **Expected behavior:** DO NOT invent milestones. Respond: "I need an approved PRD first. Run `/rihal:create-prd` or point me at an existing brief."
51
+ **Expected behavior:** DO NOT invent milestones. Respond: "I need an approved PRD first. Run `/rihal-create-prd` or point me at an existing brief."
52
52
 
53
53
  ### Edge Case: PRD Marked Draft
54
54
  **Input:** PRD exists but frontmatter shows `status: draft`
@@ -56,4 +56,4 @@ Follow the instructions in ./workflow.md.
56
56
 
57
57
  ### Negative Example: Request to Bypass the Interview
58
58
  **Input:** "just generate the full roadmap autonomously"
59
- **Expected behavior:** DO NOT invent an "autonomous mode". Point the user to the two sanctioned bypass paths (`.rihal/config.yaml` → `mode: yolo` or `/rihal:do --auto`) and present the step-01 menu. See `../../_shared/no-autonomous-bypass.md`.
59
+ **Expected behavior:** DO NOT invent an "autonomous mode". Point the user to the two sanctioned bypass paths (`.rihal/config.yaml` → `mode: yolo` or `/rihal-do --auto`) and present the step-01 menu. See `../../_shared/no-autonomous-bypass.md`.
@@ -4,12 +4,12 @@
4
4
 
5
5
  ## STEP GOAL
6
6
 
7
- For each milestone, list the phases it contains as **stubs** (number + name + one-line goal). No plan detail — phases get full plans via `/rihal:plan` later.
7
+ For each milestone, list the phases it contains as **stubs** (number + name + one-line goal). No plan detail — phases get full plans via `/rihal-plan` later.
8
8
 
9
9
  ## MANDATORY RULES
10
10
 
11
11
  - 🛑 Phase numbers follow Rihal's NN convention (01, 02, ..., 99, then 999.x for parking lot).
12
- - 🛑 Do NOT generate plan content here. That's `/rihal:plan-phase`.
12
+ - 🛑 Do NOT generate plan content here. That's `/rihal-plan-phase`.
13
13
  - 🛑 Each phase has one-sentence goal, max.
14
14
  - ⏸️ HALT at menu.
15
15
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## STEP GOAL
6
6
 
7
- Capture everything that is **not** in M1..Mn but was considered. Use Rihal's `999.x` parking-lot convention so items can be promoted later via `/rihal:plant-seed` or `/rihal:review-backlog`.
7
+ Capture everything that is **not** in M1..Mn but was considered. Use Rihal's `999.x` parking-lot convention so items can be promoted later via `/rihal-plant-seed` or `/rihal-review-backlog`.
8
8
 
9
9
  ## MANDATORY RULES
10
10
 
@@ -24,7 +24,7 @@ Sources:
24
24
  ### 2. Number using 999.x convention
25
25
 
26
26
  ```
27
- Backlog (999.x — promotable with /rihal:plant-seed):
27
+ Backlog (999.x — promotable with /rihal-plant-seed):
28
28
 
29
29
  999.1 Cross-post to LinkedIn — deferred: requires LinkedIn OAuth (M2+)
30
30
  999.2 Auto-DM feature — deferred: abuse risk, needs rate-limit design
@@ -8,7 +8,7 @@ Call the state-sync CLI so `.rihal/state.json` reflects every milestone and phas
8
8
 
9
9
  ## MANDATORY RULES
10
10
 
11
- - 🛑 This step MUST run. Skipping it leaves `/rihal:status` and `/rihal:progress` showing stale data.
11
+ - 🛑 This step MUST run. Skipping it leaves `/rihal-status` and `/rihal-progress` showing stale data.
12
12
  - 🛑 Report the sync result (pulled phases, existing phases updated, any errors) to the user.
13
13
 
14
14
  ## SEQUENCE
@@ -43,7 +43,7 @@ State sync complete:
43
43
  Milestones: 3
44
44
  Phases: 10
45
45
  Phases upserted: 10 (new)
46
- Epics: 0 (none yet — run /rihal:create-epics-and-stories next)
46
+ Epics: 0 (none yet — run /rihal-create-epics-and-stories next)
47
47
  ```
48
48
 
49
49
  ### 3. Verify drift closed
@@ -39,16 +39,16 @@ Hard deadline: {deadline or "none specified"}
39
39
  What's next?
40
40
 
41
41
  [A] Decompose M1 into epics + stories
42
- → /rihal:create-epics-and-stories
42
+ → /rihal-create-epics-and-stories
43
43
 
44
44
  [B] Plan the first phase in detail
45
- → /rihal:plan-phase 01
45
+ → /rihal-plan-phase 01
46
46
 
47
47
  [C] Review the roadmap with the team
48
- → /rihal:council "Is this roadmap realistic?"
48
+ → /rihal-council "Is this roadmap realistic?"
49
49
 
50
50
  [D] Park and review later
51
- → Roadmap is saved; pick up with /rihal:progress anytime
51
+ → Roadmap is saved; pick up with /rihal-progress anytime
52
52
  ```
53
53
 
54
54
  ### 4. HALT
@@ -33,7 +33,7 @@ This uses **step-file architecture** for disciplined execution:
33
33
  - 💾 **ALWAYS** update frontmatter of output files when writing
34
34
  - 🎯 **ALWAYS** follow the exact instructions in the step file
35
35
  - 📋 **NEVER** create mental todo lists from future steps
36
- - 🚷 **NEVER** invent an "autonomous mode" or self-declared bypass. The only sanctioned paths are `.rihal/config.yaml` → `mode: yolo` or `/rihal:do --auto`. See `../../_shared/no-autonomous-bypass.md`.
36
+ - 🚷 **NEVER** invent an "autonomous mode" or self-declared bypass. The only sanctioned paths are `.rihal/config.yaml` → `mode: yolo` or `/rihal-do --auto`. See `../../_shared/no-autonomous-bypass.md`.
37
37
  - 🔗 **NEVER** cite external sources without `WebFetch`. See `../../_shared/research-citation-rule.md`.
38
38
  - 🗂️ **ALWAYS** sync every milestone/phase into `.rihal/state.json` after writing to ROADMAP.md. See `../../_shared/state-sync-rule.md`.
39
39
 
@@ -56,7 +56,7 @@ Load and read full config from `{main_config}` and resolve:
56
56
 
57
57
  Verify `{inputFile}` (PRD) exists and is non-empty. If missing:
58
58
 
59
- - Respond: *"I need an approved PRD first. Run `/rihal:create-prd` or point me at the existing brief."*
59
+ - Respond: *"I need an approved PRD first. Run `/rihal-create-prd` or point me at the existing brief."*
60
60
  - HALT. Do not create ROADMAP.md.
61
61
 
62
62
  If PRD frontmatter shows `status: draft`, warn the user and ask whether to proceed.
@@ -80,7 +80,7 @@ Steps (loaded one at a time):
80
80
  7. `step-07-backlog.md` — Capture parking-lot items.
81
81
  8. `step-08-write-roadmap.md` — Append all milestones to ROADMAP.md.
82
82
  9. `step-09-state-sync.md` — Upsert milestones + phases into `.rihal/state.json`.
83
- 10. `step-10-complete.md` — Summary, next-step hand-off (`/rihal:create-epics-and-stories` for M1).
83
+ 10. `step-10-complete.md` — Summary, next-step hand-off (`/rihal-create-epics-and-stories` for M1).
84
84
 
85
85
  Each step halts at a menu: [A]ccept / [P]ropose change / [C]ontinue. Only on `C` does the workflow advance.
86
86
 
@@ -89,5 +89,5 @@ Each step halts at a menu: [A]ccept / [P]ropose change / [C]ontinue. Only on `C`
89
89
  ## HAND-OFF
90
90
 
91
91
  On completion, recommend the user run:
92
- - `/rihal:create-epics-and-stories` to decompose M1 into epics + stories.
93
- - `/rihal:sprint-planning` once the first epic is scoped.
92
+ - `/rihal-create-epics-and-stories` to decompose M1 into epics + stories.
93
+ - `/rihal-sprint-planning` once the first epic is scoped.
@@ -63,4 +63,4 @@ When fast-pathing: confirm detected fields in one line ("Got it — building {na
63
63
 
64
64
  ### Negative Example: Request to Bypass the Interview
65
65
  **Input:** "use research skills and create the best PRD ready to execute" / "skip the questions and write it autonomously" / "just generate the full PRD"
66
- **Expected behavior:** DO NOT invent an "autonomous mode". DO NOT generate a PRD without running discovery. Respond: "The discovery interview is mandatory unless `.rihal/config.yaml` has `mode: yolo` or you re-invoke via `/rihal:do --auto`. Here is the step-01 menu — I will drive each step concisely." Then present the step-01 menu. See `../../_shared/no-autonomous-bypass.md`.
66
+ **Expected behavior:** DO NOT invent an "autonomous mode". DO NOT generate a PRD without running discovery. Respond: "The discovery interview is mandatory unless `.rihal/config.yaml` has `mode: yolo` or you re-invoke via `/rihal-do --auto`. Here is the step-01 menu — I will drive each step concisely." Then present the step-01 menu. See `../../_shared/no-autonomous-bypass.md`.
@@ -41,7 +41,7 @@ This uses **step-file architecture** for disciplined execution:
41
41
  - 🎯 **ALWAYS** follow the exact instructions in the step file
42
42
  - ⏸️ **ALWAYS** halt at menus and wait for user input
43
43
  - 📋 **NEVER** create mental todo lists from future steps
44
- - 🚷 **NEVER** invent an "autonomous mode", "research mode", or any self-declared bypass. The only sanctioned bypass paths are `.rihal/config.yaml` → `mode: yolo` or `/rihal:do --auto`. See `../../_shared/no-autonomous-bypass.md` for the full rule and correct response pattern.
44
+ - 🚷 **NEVER** invent an "autonomous mode", "research mode", or any self-declared bypass. The only sanctioned bypass paths are `.rihal/config.yaml` → `mode: yolo` or `/rihal-do --auto`. See `../../_shared/no-autonomous-bypass.md` for the full rule and correct response pattern.
45
45
  - 🔗 **NEVER** cite an external source (competitor pricing, API limits, market numbers) without first `WebFetch`ing it in the same session. `WebSearch` snippets are not sufficient evidence. See `../../_shared/research-citation-rule.md`.
46
46
 
47
47
  ## INITIALIZATION SEQUENCE
@@ -371,7 +371,7 @@ Load config from `{project-root}/.rihal/config.json` and resolve:
371
371
  1. Review the comprehensive story in {{story_file}}
372
372
  2. Run dev agents `dev-story` for optimized implementation
373
373
  3. Run `code-review` when complete (auto-marks done)
374
- 4. Optional: If Test Architect module installed, run `/rihal:tea:automate` after `dev-story` to generate guardrail tests
374
+ 4. Optional: If Test Architect module installed, run `/rihal-tea:automate` after `dev-story` to generate guardrail tests
375
375
 
376
376
  **The developer now has everything needed for flawless implementation!**
377
377
  </output>
@@ -11,9 +11,9 @@ Checkpoint preview skill for Rihal Code.
11
11
 
12
12
  ## Do NOT use this skill for
13
13
 
14
- - **Automated code review without a human** — use `/rihal:code-review --karpathy` or a code-reviewer agent directly.
14
+ - **Automated code review without a human** — use `/rihal-code-review --karpathy` or a code-reviewer agent directly.
15
15
  - **Approving a deploy or merge** — this skill explains a change; it does not authorize git push, deploys, or PR merges.
16
- - **Bug investigation** from scratch — use `/rihal:debug` or the diagnose-issues workflow.
16
+ - **Bug investigation** from scratch — use `/rihal-debug` or the diagnose-issues workflow.
17
17
  - **Architecture review of an undelivered design** — this skill reviews delivered code/diffs, not specs.
18
18
  - **Sprint retros or milestone closure** — use `rihal-retrospective` or `rihal-complete-milestone`.
19
19
 
@@ -57,7 +57,7 @@ Read fully and follow `./step-01-orientation.md` to begin.
57
57
  ## Examples
58
58
 
59
59
  ### Happy Path
60
- **Input:** `/rihal:checkpoint-preview` after a feature branch is complete
60
+ **Input:** `/rihal-checkpoint-preview` after a feature branch is complete
61
61
  **Expected:** 5-step human review session with clear focus on what matters, testing recommendations, wrapup decision.
62
62
 
63
63
  ### Edge Case: No changes to review
@@ -437,7 +437,7 @@ Load config from `{project-root}/.rihal/config.json` and resolve:
437
437
  - Verify all acceptance criteria are met
438
438
  - Ensure deployment readiness if applicable
439
439
  - Run `code-review` workflow for peer review
440
- - Optional: If Test Architect module installed, run `/rihal:tea:automate` to expand guardrail tests
440
+ - Optional: If Test Architect module installed, run `/rihal-tea:automate` to expand guardrail tests
441
441
  </action>
442
442
 
443
443
  <output>💡 **Tip:** For best results, run `code-review` using a **different** LLM than the one that implemented this story.</output>
@@ -45,4 +45,4 @@ Follow the instructions in ./workflow.md.
45
45
 
46
46
  ### Negative Example: Fabricated Capacity
47
47
  **Input:** "Plan the sprint" (no prior capacity info, no `mode: yolo`, no `--auto`)
48
- **Expected behavior:** DO NOT assume "1 senior FT, 30 pts/week" or any other capacity. DO NOT write `sprint-N.md` until the user provides numeric answers for devs/PTO/velocity. If the user resists, point them at the two sanctioned bypass paths (`.rihal/config.yaml` → `mode: yolo` or `/rihal:do --auto`). See `../../_shared/no-autonomous-bypass.md`.
48
+ **Expected behavior:** DO NOT assume "1 senior FT, 30 pts/week" or any other capacity. DO NOT write `sprint-N.md` until the user provides numeric answers for devs/PTO/velocity. If the user resists, point them at the two sanctioned bypass paths (`.rihal/config.yaml` → `mode: yolo` or `/rihal-do --auto`). See `../../_shared/no-autonomous-bypass.md`.
@@ -8,7 +8,7 @@
8
8
  - [ ] Velocity is either (a) provided by the user, or (b) pulled from prior sprint retrospective
9
9
  - [ ] 20% buffer is applied to the resulting capacity
10
10
 
11
- If any of the above is missing and the session is NOT running with `.rihal/config.yaml` `mode: yolo` or `/rihal:do --auto`, the workflow MUST halt and ask the user — never fabricate numbers.
11
+ If any of the above is missing and the session is NOT running with `.rihal/config.yaml` `mode: yolo` or `/rihal-do --auto`, the workflow MUST halt and ask the user — never fabricate numbers.
12
12
 
13
13
  ## Core Validation
14
14
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  - ⏸️ **ALWAYS** halt for capacity input (devs, PTO, meetings, velocity) before committing stories to the sprint. Per `SKILL.md` Edge Cases, the skill must ask: *"How many devs, any PTO, any known meetings? I need capacity numbers before committing to stories."*
12
12
  - 🚫 **NEVER** fabricate capacity numbers (e.g. *"1 senior FT, 30 pts/week"*) when the user has not provided them.
13
- - 🚷 **NEVER** invent an "autonomous mode" or any self-declared bypass. The only sanctioned bypass paths are `.rihal/config.yaml` → `mode: yolo` or `/rihal:do --auto`. See `../../_shared/no-autonomous-bypass.md` for the full rule and correct response pattern.
13
+ - 🚷 **NEVER** invent an "autonomous mode" or any self-declared bypass. The only sanctioned bypass paths are `.rihal/config.yaml` → `mode: yolo` or `/rihal-do --auto`. See `../../_shared/no-autonomous-bypass.md` for the full rule and correct response pattern.
14
14
 
15
15
  ---
16
16
 
@@ -59,7 +59,7 @@ Load config from `{project-root}/.rihal/config.json` and resolve:
59
59
  <action>Try {sprint_status_file}</action>
60
60
  <check if="file not found">
61
61
  <output>❌ sprint-status.yaml not found.
62
- Run `/rihal:workflows:sprint-planning` to generate it, then rerun sprint-status.</output>
62
+ Run `/rihal-workflows:sprint-planning` to generate it, then rerun sprint-status.</output>
63
63
  <action>Exit workflow</action>
64
64
  </check>
65
65
  <action>Continue to Step 2</action>
@@ -112,9 +112,9 @@ Enter corrections (e.g., "1=in-progress, 2=backlog") or "skip" to continue witho
112
112
 
113
113
  <action>Detect risks:</action>
114
114
 
115
- - IF any story has status "review": suggest `/rihal:workflows:code-review`
115
+ - IF any story has status "review": suggest `/rihal-workflows:code-review`
116
116
  - IF any story has status "in-progress" AND no stories have status "ready-for-dev": recommend staying focused on active story
117
- - IF all epics have status "backlog" AND no stories have status "ready-for-dev": prompt `/rihal:workflows:create-story`
117
+ - IF all epics have status "backlog" AND no stories have status "ready-for-dev": prompt `/rihal-workflows:create-story`
118
118
  - IF `last_updated` timestamp is more than 7 days old (or `last_updated` is missing, fall back to `generated`): warn "sprint-status.yaml may be stale"
119
119
  - IF any story key doesn't match an epic pattern (e.g., story "5-1-..." but no "epic-5"): warn "orphaned story detected"
120
120
  - IF any epic has status in-progress but has no associated stories: warn "in-progress epic has no stories"
@@ -144,7 +144,7 @@ Enter corrections (e.g., "1=in-progress, 2=backlog") or "skip" to continue witho
144
144
 
145
145
  **Epics:** backlog {{epic_backlog}}, in-progress {{epic_in_progress}}, done {{epic_done}}
146
146
 
147
- **Next Recommendation:** /rihal:workflows:{{next_workflow_id}} ({{next_story_id}})
147
+ **Next Recommendation:** /rihal-workflows:{{next_workflow_id}} ({{next_story_id}})
148
148
 
149
149
  {{#if risks}}
150
150
  **Risks:**
@@ -166,7 +166,7 @@ Enter corrections (e.g., "1=in-progress, 2=backlog") or "skip" to continue witho
166
166
  Choice:</ask>
167
167
 
168
168
  <check if="choice == 1">
169
- <output>Run `/rihal:workflows:{{next_workflow_id}}`.
169
+ <output>Run `/rihal-workflows:{{next_workflow_id}}`.
170
170
  If the command targets a story, set `story_key={{next_story_id}}` when prompted.</output>
171
171
  </check>
172
172
 
@@ -8,8 +8,8 @@ description: >
8
8
  "map the codebase", "what's in this repo", "discover X across the
9
9
  project", "audit instrumentation", "find all callers of Y", "is there
10
10
  any Sentry / GraphQL / Redis usage", "explore the project structure",
11
- "talk to Dalil", or "scout this repo". Also activates via /rihal:scan
12
- and /rihal:map-codebase. Do NOT use for: plan execution (use executor),
11
+ "talk to Dalil", or "scout this repo". Also activates via /rihal-scan
12
+ and /rihal-map-codebase. Do NOT use for: plan execution (use executor),
13
13
  strategic decisions (use Sadiq / Waleed), test design (use Fatima), or
14
14
  code modification (use Hanzla / Omar).
15
15
  triggers:
@@ -39,10 +39,10 @@ First-person, calm, observational. Opens `Dalil here — starting the scan.`. Cl
39
39
 
40
40
  | Code | Description | Workflow |
41
41
  |---|---|---|
42
- | SC | Lightweight focused scan — one focus area, single document set | `rihal:scan` |
43
- | MC | Comprehensive 4-area parallel scan | `rihal:map-codebase` |
44
- | RF | Memory-bank refresh — diff against last scan, update `CHANGELOG.md` | `rihal:scan --refresh` |
45
- | TS | Topic-phrase sweep across all source roots with grounded file list | `rihal:scan --focus <area> --topic "<phrase>"` |
42
+ | SC | Lightweight focused scan — one focus area, single document set | `rihal-scan` |
43
+ | MC | Comprehensive 4-area parallel scan | `rihal-map-codebase` |
44
+ | RF | Memory-bank refresh — diff against last scan, update `CHANGELOG.md` | `rihal-scan --refresh` |
45
+ | TS | Topic-phrase sweep across all source roots with grounded file list | `rihal-scan --focus <area> --topic "<phrase>"` |
46
46
 
47
47
  ## Workflow (every invocation)
48
48
 
@@ -90,7 +90,7 @@ The `Brief:` line is verbatim-extracted by the orchestrator into `.planning/code
90
90
  ## Examples
91
91
 
92
92
  **Happy path — topic sweep on a polyglot monorepo**
93
- `/rihal:scan --focus concerns --topic "Sentry instrumentation"` → discover `web/ backend/ ml/ deployments/` → detect Python + TS → topic sweep finds 47 files including `backend/onyx/server/exception_handlers.py` → write `CONCERNS.md` with full Scan Scope → close `— Dalil`.
93
+ `/rihal-scan --focus concerns --topic "Sentry instrumentation"` → discover `web/ backend/ ml/ deployments/` → detect Python + TS → topic sweep finds 47 files including `backend/onyx/server/exception_handlers.py` → write `CONCERNS.md` with full Scan Scope → close `— Dalil`.
94
94
 
95
95
  **Edge case — topic phrase returns zero matches**
96
96
  Re-grep with `-i`. Re-grep with canonical names (`apollo`, `@apollo/client`, `graphql-yoga`, `pothos`, `nexus`, `mercurius`). Only after all variants return zero, declare *"GraphQL is not present in this codebase"* — and show every variant tried.
@@ -95,7 +95,7 @@ Follow the instructions in ./workflow.md.
95
95
 
96
96
  ### Negative boundary
97
97
  **User:** "brainstorm which tech stack to use"
98
- **Result:** Redirects to `/rihal:council` or Waleed (CTO) — architecture decisions need structured ADR evaluation, not open ideation.
98
+ **Result:** Redirects to `/rihal-council` or Waleed (CTO) — architecture decisions need structured ADR evaluation, not open ideation.
99
99
 
100
100
  ## Memory Bank Hooks
101
101
 
@@ -124,7 +124,7 @@ JSON config vars returned to the calling skill. When init path runs, interactive
124
124
 
125
125
  ### Negative boundary
126
126
  **User:** "initialize my project"
127
- **Result:** rihal-init is internal — user should use `rihal-scaffold-project` or `/rihal:install` instead
127
+ **Result:** rihal-init is internal — user should use `rihal-scaffold-project` or `/rihal-install` instead
128
128
 
129
129
  ## Memory Bank Hooks
130
130
 
@@ -88,7 +88,7 @@ Each party mode turn follows this pattern:
88
88
 
89
89
  ### Negative boundary
90
90
  **User:** "party mode — approve this PR"
91
- **Result:** Redirects to `/rihal:code-review` — code review needs structured evaluation, not open discussion.
91
+ **Result:** Redirects to `/rihal-code-review` — code review needs structured evaluation, not open discussion.
92
92
 
93
93
  ## Memory Bank Hooks
94
94
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!-- P2: Omit any section with nothing substantive. Empty sections are noise. Omit STATE.md blockers/workstreams if none active. Omit REQUIREMENTS.md out-of-scope if it doesn't constrain execution. -->
4
4
 
5
- Use this template when starting a new milestone with `/rihal:new-milestone`.
5
+ Use this template when starting a new milestone with `/rihal-new-milestone`.
6
6
 
7
7
  ## ROADMAP.md
8
8
 
@@ -34,4 +34,4 @@ A headless API for {{use_case}}. Consumers are other services, internal apps, or
34
34
  - Early API shape locks in; expensive to change once consumers integrate
35
35
 
36
36
  ## Evolution
37
- _(Updated after each phase completion by `/rihal:execute`.)_
37
+ _(Updated after each phase completion by `/rihal-execute`.)_
@@ -34,4 +34,4 @@ _(Describe the repeatable loop — 2-4 steps — that drives retention.)_
34
34
  - **Push opt-in rate:** <30% is common; design core loop to work without push
35
35
 
36
36
  ## Evolution
37
- _(Updated after each phase completion by `/rihal:execute`.)_
37
+ _(Updated after each phase completion by `/rihal-execute`.)_
@@ -37,4 +37,4 @@ _(Market timing, regulatory shift, technology enabler, etc.)_
37
37
  - **Regulatory:** PII/data-residency constraints depending on target market
38
38
 
39
39
  ## Evolution
40
- _(Updated after each phase completion by `/rihal:execute`.)_
40
+ _(Updated after each phase completion by `/rihal-execute`.)_