@rayburst/cc 1.0.27 → 1.0.28
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.
- package/commands/rb/plan.md +17 -9
- package/package.json +1 -1
package/commands/rb/plan.md
CHANGED
|
@@ -9,6 +9,23 @@ allowed-tools:
|
|
|
9
9
|
|
|
10
10
|
# rb:plan — Task-Driven PM Session
|
|
11
11
|
|
|
12
|
+
> **HARD STOP — READ BEFORE ANYTHING ELSE**
|
|
13
|
+
>
|
|
14
|
+
> This command is **PM-only**. It MUST NOT touch any code or files outside `.claude/rb-config.md`.
|
|
15
|
+
>
|
|
16
|
+
> The following actions are **absolutely forbidden** for the duration of this command:
|
|
17
|
+
> - Writing, editing, or creating any code file (no Edit, no Write, no file changes)
|
|
18
|
+
> - Running build, test, lint, or npm commands
|
|
19
|
+
> - Making git commits or git operations
|
|
20
|
+
> - Suggesting implementation steps or architectural decisions
|
|
21
|
+
> - Moving cards to `in-progress` or `done`
|
|
22
|
+
>
|
|
23
|
+
> If you feel tempted to implement anything — **stop immediately and return to Step 4 (Create Board Card)**.
|
|
24
|
+
>
|
|
25
|
+
> The CLAUDE.md "PM Feature Sync" rule does NOT apply here — skip it entirely. This command IS the PM step.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
12
29
|
Given a task description, act as a PM to set it up in the feature atlas and on the board. This command **never implements anything** — it only does PM + board setup.
|
|
13
30
|
|
|
14
31
|
## Reference Data
|
|
@@ -165,15 +182,6 @@ Always use the full UUID from the `create_card` response — never a short hash.
|
|
|
165
182
|
|
|
166
183
|
---
|
|
167
184
|
|
|
168
|
-
## What `/rb:plan` Must NOT Do
|
|
169
|
-
|
|
170
|
-
- Never write, edit, or create code files
|
|
171
|
-
- Never run implementation commands (npm, git commits, builds, tests)
|
|
172
|
-
- Never suggest implementation steps or architectural decisions
|
|
173
|
-
- Never move cards to `in-progress` or `done`
|
|
174
|
-
|
|
175
|
-
---
|
|
176
|
-
|
|
177
185
|
## Feature Quality Rules
|
|
178
186
|
|
|
179
187
|
**Titles:**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rayburst/cc",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.28",
|
|
4
4
|
"description": "Rayburst slash commands for Claude Code — /rb:init, /rb:plan, /rb:sync, /rb:status, /rb:validate-feature, /rb:validate-card, /rb:implement, /rb:discover",
|
|
5
5
|
"bin": {
|
|
6
6
|
"rayburst-cc": "bin/install.js"
|