Skip to content

Commit 1e7ead2

Browse files
philoserfclaude
andcommitted
polish(skills,rules): apply /cc-review P4/P5 fixes
- brainstorming: prefix standalone invocation with slash for consistency - writing-plans: mirror date-prefix path convention into body - parallelism: inline agent-cap rationale, drop CLAUDE.md self-reference - use-discipline: unstick "does not orchestrate review" with blank line Co-Authored-By: Claude Code <noreply@anthropic.com>
1 parent 2d9c1ec commit 1e7ead2

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

rules/parallelism.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Dispatch parallel agents when 2+ tasks are genuinely independent — no shared state, no sequential dependencies, no chance that fixing one fixes others
22
- Don't parallelize related failures, exploratory debugging where the scope is unclear, or work that touches the same files
3-
- Cap batches at 3-5 agents to avoid API rate limits (from `~/.claude/CLAUDE.md`)
3+
- Cap batches at 3-5 parallel agents to avoid API rate limits; queue the rest
44
- Each agent gets a self-contained prompt — do not rely on session context leaking into the subagent
55
- Per-agent prompt requirements:
66
- Focused scope: one file, one subsystem, one problem domain

skills/brainstorming/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Simple projects get short designs — a few sentences is fine. Complex projects
3232

3333
## Invocation
3434

35-
- Standalone: `brainstorming` — start from a user-provided topic
35+
- Standalone: `/brainstorming` — start from a user-provided topic
3636
- From `/use-discipline`: invoked after problem framing converges
3737

3838
## What this skill does not do

skills/use-discipline/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ This skill describes the arc. It does not enforce it. Phase transitions are conv
2727
- `review-fix` for change-level cleanup
2828
- `vc-ship` for branch finishing (atomic commits, PR)
2929
- `session-review` for retrospective
30-
This skill does not orchestrate review.
30+
31+
This skill does not orchestrate review.
3132

3233
## Not a state machine
3334

skills/writing-plans/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Convert an approved design into concrete bite-sized steps an engineer (or Claude
1414
- Read the spec or design the plan is built from
1515
- Map which files will be created, modified, or deleted — lock in decomposition before defining tasks
1616
- Each file should have one clear responsibility; prefer smaller focused files
17+
- Save the plan to `~/.claude/scratch/plans/YYYY-MM-DD-<topic>.md` — date-prefix so multiple plans sort chronologically; `scratch/` is gitignored so the file never ships
1718

1819
## Plan header
1920

0 commit comments

Comments
 (0)