Browse Source

docs: Standardize command references to unified /plan syntax

- Fix agent count discrepancy (24 โ†’ 21) in README.md
- Fix skills count discrepancy (18 โ†’ 16) in AGENTS.md
- Replace /saveplan with /plan --save across all docs
- Replace /loadplan with /plan --load across all docs
- Replace /dash with /plan --status in sync.md
- Fix setperms.md title mismatch (/init-tools โ†’ /setperms)

๐Ÿค– Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
0xDarkMatter 3 months ago
parent
commit
7a54e3c111
10 changed files with 26 additions and 26 deletions
  1. 1 1
      AGENTS.md
  2. 1 1
      README.md
  3. 2 2
      commands/explain.md
  4. 6 6
      commands/review.md
  5. 1 1
      commands/setperms.md
  6. 7 7
      commands/sync.md
  7. 3 3
      commands/testgen.md
  8. 1 1
      docs/PLAN.md
  9. 2 2
      news/2025-12-12_pulse.md
  10. 2 2
      pulse/BRAND_VOICE.md

+ 1 - 1
AGENTS.md

@@ -5,7 +5,7 @@
 This is **claude-mods** - a collection of custom extensions for Claude Code:
 This is **claude-mods** - a collection of custom extensions for Claude Code:
 - **21 expert agents** for specialized domains (React, Python, AWS, etc.)
 - **21 expert agents** for specialized domains (React, Python, AWS, etc.)
 - **10 slash commands** for workflows (/sync, /plan, /review, /atomise, etc.)
 - **10 slash commands** for workflows (/sync, /plan, /review, /atomise, etc.)
-- **18 skills** for CLI tool integration (git-workflow, code-stats, tool-discovery, etc.)
+- **16 skills** for CLI tool integration (git-workflow, code-stats, tool-discovery, etc.)
 
 
 ## Installation
 ## Installation
 
 

+ 1 - 1
README.md

@@ -10,7 +10,7 @@ Claude Code is powerful out of the box, but it has gaps. This toolkit fills them
 
 
 - **Session continuity** โ€” TodoWrite tasks vanish when sessions end. We fix that with `/plan --save` and `/plan --load`, implementing Anthropic's [recommended pattern](https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents) for long-running agents.
 - **Session continuity** โ€” TodoWrite tasks vanish when sessions end. We fix that with `/plan --save` and `/plan --load`, implementing Anthropic's [recommended pattern](https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents) for long-running agents.
 
 
-- **Expert-level knowledge on demand** โ€” 24 specialized agents covering React, TypeScript, Python, AWS, PostgreSQL, and more. Each agent is deeply researched with real-world patterns, not generic advice.
+- **Expert-level knowledge on demand** โ€” 21 specialized agents covering React, TypeScript, Python, AWS, PostgreSQL, and more. Each agent is deeply researched with real-world patterns, not generic advice.
 
 
 - **Modern CLI tools** โ€” Stop using `grep`, `find`, and `cat`. Our rules automatically prefer `ripgrep`, `fd`, `eza`, and `bat` โ€” 10-100x faster and token-efficient.
 - **Modern CLI tools** โ€” Stop using `grep`, `find`, and `cat`. Our rules automatically prefer `ripgrep`, `fd`, `eza`, and `bat` โ€” 10-100x faster and token-efficient.
 
 

+ 2 - 2
commands/explain.md

@@ -47,7 +47,7 @@ $ARGUMENTS
     โ”‚
     โ”‚
     โ””โ”€โ†’ Step 5: Integrate
     โ””โ”€โ†’ Step 5: Integrate
           โ”œโ”€ Offer to save to ARCHITECTURE.md (if significant)
           โ”œโ”€ Offer to save to ARCHITECTURE.md (if significant)
-          โ””โ”€ Link to /saveplan if working on related task
+          โ””โ”€ Link to /plan --save if working on related task
 ```
 ```
 
 
 ## Execution Steps
 ## Execution Steps
@@ -304,7 +304,7 @@ command -v tokei >/dev/null 2>&1 || echo "โ„น tokei not installed - skipping sta
 |---------|--------------|
 |---------|--------------|
 | `/review` | Review after understanding |
 | `/review` | Review after understanding |
 | `/test` | Generate tests for explained code |
 | `/test` | Generate tests for explained code |
-| `/saveplan` | Save progress if working on related task |
+| `/plan --save` | Save progress if working on related task |
 | `/plan` | Add architectural insights to project plan |
 | `/plan` | Add architectural insights to project plan |
 
 
 ## Persistence
 ## Persistence

+ 6 - 6
commands/review.md

@@ -58,7 +58,7 @@ $ARGUMENTS
     โ”‚
     โ”‚
     โ””โ”€โ†’ Step 6: Integration
     โ””โ”€โ†’ Step 6: Integration
           โ”œโ”€ Auto-create TodoWrite for CRITICAL issues
           โ”œโ”€ Auto-create TodoWrite for CRITICAL issues
-          โ”œโ”€ Link to /saveplan for tracking
+          โ”œโ”€ Link to /plan --save for tracking
           โ””โ”€ Suggest follow-up: /test, /explain
           โ””โ”€ Suggest follow-up: /test, /explain
 ```
 ```
 
 
@@ -260,7 +260,7 @@ The expert produces a structured review:
 
 
 - Run `/test src/auth/` to verify security fix
 - Run `/test src/auth/` to verify security fix
 - Run `/explain src/auth/login.ts` for deeper understanding
 - Run `/explain src/auth/login.ts` for deeper understanding
-- Use `/saveplan` to track these issues
+- Use `/plan --save` to track these issues
 ```
 ```
 
 
 ### Step 6: Integration
 ### Step 6: Integration
@@ -278,7 +278,7 @@ TodoWrite:
 **Link to session management:**
 **Link to session management:**
 ```
 ```
 Issues have been added to your task list.
 Issues have been added to your task list.
-Run /saveplan to persist before ending session.
+Run /plan --save to persist before ending session.
 ```
 ```
 
 
 ## Severity System
 ## Severity System
@@ -423,7 +423,7 @@ command -v delta >/dev/null 2>&1 && git diff --cached | delta || git diff --cach
 |---------|--------------|
 |---------|--------------|
 | `/explain` | Deep dive into flagged code |
 | `/explain` | Deep dive into flagged code |
 | `/test` | Generate tests for issues found |
 | `/test` | Generate tests for issues found |
-| `/saveplan` | Persist review findings to session state |
+| `/plan --save` | Persist review findings to session state |
 | `/plan` | Add review findings to project plan |
 | `/plan` | Add review findings to project plan |
 
 
 ## Workflow Examples
 ## Workflow Examples
@@ -441,7 +441,7 @@ git commit -m "feat: add user auth"
 /review --pr 123 --thorough
 /review --pr 123 --thorough
 # Creates TodoWrite tasks for critical issues
 # Creates TodoWrite tasks for critical issues
 # Fix issues...
 # Fix issues...
-/saveplan "Addressed review findings"
+/plan --save "Addressed review findings"
 ```
 ```
 
 
 ### Security Audit
 ### Security Audit
@@ -455,6 +455,6 @@ git commit -m "feat: add user auth"
 - Reviews are suggestions, not absolute rules
 - Reviews are suggestions, not absolute rules
 - Context matters - some "issues" may be intentional
 - Context matters - some "issues" may be intentional
 - CRITICAL issues are auto-added to TodoWrite
 - CRITICAL issues are auto-added to TodoWrite
-- Use `/saveplan` to persist review tasks across sessions
+- Use `/plan --save` to persist review tasks across sessions
 - Expert agents provide framework-specific insights
 - Expert agents provide framework-specific insights
 - Respects project conventions from AGENTS.md
 - Respects project conventions from AGENTS.md

+ 1 - 1
commands/setperms.md

@@ -3,7 +3,7 @@ name: setperms
 description: "Set tool permissions for Claude Code. Configures allowed commands, rules, and preferences in .claude/ directory."
 description: "Set tool permissions for Claude Code. Configures allowed commands, rules, and preferences in .claude/ directory."
 ---
 ---
 
 
-# /init-tools
+# /setperms
 
 
 Initialize Claude Code with modern dev-shell-tools for a comfortable development experience.
 Initialize Claude Code with modern dev-shell-tools for a comfortable development experience.
 
 

+ 7 - 7
commands/sync.md

@@ -111,7 +111,7 @@ Based on the current state, suggest 2-3 logical actions:
 3. **[Tertiary action or "Ready for new task"]**
 3. **[Tertiary action or "Ready for new task"]**
 
 
 Examples of recommendations:
 Examples of recommendations:
-- If saved state exists: "Run `/loadplan` to restore your previous session tasks"
+- If saved state exists: "Run `/plan --load` to restore your previous session tasks"
 - If plan exists and in-progress: "Continue with Step N: [description]"
 - If plan exists and in-progress: "Continue with Step N: [description]"
 - If uncommitted changes: "Review and commit staged changes"
 - If uncommitted changes: "Review and commit staged changes"
 - If no plan/state: "Ready for new task - no pending work detected"
 - If no plan/state: "Ready for new task - no pending work detected"
@@ -140,9 +140,9 @@ Examples of recommendations:
 | Command | Relationship |
 | Command | Relationship |
 |---------|--------------|
 |---------|--------------|
 | `/sync` | **This command** - Read project context |
 | `/sync` | **This command** - Read project context |
-| `/loadplan` | Restore TodoWrite + plan state from saved JSON |
-| `/saveplan` | Persist TodoWrite + plan state to JSON |
-| `/dash` | Quick status dashboard (read-only) |
+| `/plan --load` | Restore TodoWrite + plan state from saved JSON |
+| `/plan --save` | Persist TodoWrite + plan state to JSON |
+| `/plan --status` | Quick status dashboard (read-only) |
 | `/plan` | Create or manage project plans |
 | `/plan` | Create or manage project plans |
 
 
 ### Typical Session Flow
 ### Typical Session Flow
@@ -151,10 +151,10 @@ Examples of recommendations:
 New Session
 New Session
 โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
 โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
   1. /sync              โ† Read project context (always)
   1. /sync              โ† Read project context (always)
-  2. /loadplan          โ† Restore saved tasks (if continuing work)
+  2. /plan --load       โ† Restore saved tasks (if continuing work)
   3. ... work ...
   3. ... work ...
-  4. /dash              โ† Check status anytime
-  5. /saveplan          โ† Save before ending session
+  4. /plan --status     โ† Check status anytime
+  5. /plan --save       โ† Save before ending session
 ```
 ```
 
 
 ## Notes
 ## Notes

+ 3 - 3
commands/testgen.md

@@ -61,7 +61,7 @@ $ARGUMENTS
     โ””โ”€โ†’ Step 6: Integration
     โ””โ”€โ†’ Step 6: Integration
           โ”œโ”€ Auto-create TodoWrite for generated tests
           โ”œโ”€ Auto-create TodoWrite for generated tests
           โ”œโ”€ Suggest: run tests to verify
           โ”œโ”€ Suggest: run tests to verify
-          โ””โ”€ Link to /saveplan for tracking
+          โ””โ”€ Link to /plan --save for tracking
 ```
 ```
 
 
 ## Execution Steps
 ## Execution Steps
@@ -212,7 +212,7 @@ Tests generated: src/auth.test.ts
 Next steps:
 Next steps:
 1. Run tests: npm test src/auth.test.ts
 1. Run tests: npm test src/auth.test.ts
 2. Review and refine edge cases
 2. Review and refine edge cases
-3. Use /saveplan to track test coverage goals
+3. Use /plan --save to track test coverage goals
 ```
 ```
 
 
 ---
 ---
@@ -764,7 +764,7 @@ command -v jq >/dev/null 2>&1 && cat package.json | jq '.devDependencies' || cat
 |---------|--------------|
 |---------|--------------|
 | `/review` | Review generated tests before committing |
 | `/review` | Review generated tests before committing |
 | `/explain` | Understand complex code before testing |
 | `/explain` | Understand complex code before testing |
-| `/saveplan` | Track test coverage goals |
+| `/plan --save` | Track test coverage goals |
 | `/testgen` | This command |
 | `/testgen` | This command |
 
 
 ---
 ---

+ 1 - 1
docs/PLAN.md

@@ -27,7 +27,7 @@ Build modular, composable tools that:
 ## Implementation Steps
 ## Implementation Steps
 
 
 ### Completed
 ### Completed
-- [x] Session continuity commands (`/save`, `/load`)
+- [x] Session continuity commands (`/plan --save`, `/plan --load`)
   - Completed: 2025-11-27
   - Completed: 2025-11-27
   - Persists TodoWrite state to `.claude/session-cache.json`
   - Persists TodoWrite state to `.claude/session-cache.json`
   - Human-readable progress in `.claude/claude-progress.md`
   - Human-readable progress in `.claude/claude-progress.md`

+ 2 - 2
news/2025-12-12_pulse.md

@@ -16,7 +16,7 @@ Here's the thing about agents: they're brilliant within a conversation, but ask
 
 
 Their answer draws on an unexpected source: how human engineers manage context when they step away from a problem. The patterns here (checkpointing, resumable state, explicit handoff protocols) feel like the missing manual for anyone building tools that need to survive a context window reset. It's the kind of deep thinking that usually stays inside research labs, now published for the rest of us to steal.
 Their answer draws on an unexpected source: how human engineers manage context when they step away from a problem. The patterns here (checkpointing, resumable state, explicit handoff protocols) feel like the missing manual for anyone building tools that need to survive a context window reset. It's the kind of deep thinking that usually stays inside research labs, now published for the rest of us to steal.
 
 
-**Pulse insights:** This speaks directly to our `/saveplan` and `/loadplan` commands. The checkpoint pattern they describe is almost exactly what we're doing with `session-cache.json`, but they've thought through edge cases we haven'tโ€”particularly around what to do when the world changes between sessions. Worth a close read.
+**Pulse insights:** This speaks directly to our `/plan --save` and `/plan --load` commands. The checkpoint pattern they describe is almost exactly what we're doing with `session-cache.json`, but they've thought through edge cases we haven'tโ€”particularly around what to do when the world changes between sessions. Worth a close read.
 
 
 ---
 ---
 
 
@@ -141,7 +141,7 @@ Real workflows from someone actually shipping with Claude Code daily. Less theor
 
 
 ## The Hit List
 ## The Hit List
 
 
-1. **Read the harnesses article** โ€” Anthropic's checkpoint patterns are worth stealing for `/saveplan`
+1. **Read the harnesses article** โ€” Anthropic's checkpoint patterns are worth stealing for `/plan --save`
 2. **Clone compound engineering** โ€” Every's plugin is free, battle-tested, and solves problems you haven't hit yet
 2. **Clone compound engineering** โ€” Every's plugin is free, battle-tested, and solves problems you haven't hit yet
 3. **Set up worktrunk** โ€” Your parallel agent workflow is a mess without proper worktree isolation
 3. **Set up worktrunk** โ€” Your parallel agent workflow is a mess without proper worktree isolation
 4. **Kill your footers** โ€” Anthropic removed "Generated with Claude Code" from their plugins. Take the hint.
 4. **Kill your footers** โ€” Anthropic removed "Generated with Claude Code" from their plugins. Take the hint.

File diff suppressed because it is too large
+ 2 - 2
pulse/BRAND_VOICE.md