|
|
@@ -207,14 +207,14 @@ Using claude-mods commands for persistent state:
|
|
|
Session 1:
|
|
|
/sync # Bootstrap context
|
|
|
[work on tasks]
|
|
|
- /saveplan "Stopped at auth module" # Save state
|
|
|
+ /plan --save "Stopped at auth" # Save state
|
|
|
|
|
|
Session 2:
|
|
|
/sync # Bootstrap context
|
|
|
- /loadplan # Restore tasks
|
|
|
- /showplan # Check status
|
|
|
+ /plan --load # Restore tasks
|
|
|
+ /plan --status # Check progress
|
|
|
[continue work]
|
|
|
- /saveplan "Completed auth" # Save progress
|
|
|
+ /plan --save "Completed auth" # Save progress
|
|
|
```
|
|
|
|
|
|
---
|
|
|
@@ -282,6 +282,6 @@ User: "Implement rate limiting"
|
|
|
| **Debugging** | Reproduce, investigate, fix, test | Bug investigation |
|
|
|
| **Refactoring** | Test, small changes, verify | Code improvement |
|
|
|
| **Multi-Agent** | Parallel instances | Large tasks |
|
|
|
-| **Session Continuity** | /sync, /saveplan, /loadplan | Multi-session work |
|
|
|
+| **Session Continuity** | /sync, /plan --save/--load | Multi-session work |
|
|
|
| **Visual Iteration** | Mock → implement → screenshot → iterate | UI development |
|
|
|
| **Subagent Verification** | Complete → verify → fix | Critical code |
|