claude-code-team 0.1.8 → 0.1.9

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 (2) hide show
  1. package/package.json +1 -1
  2. package/templates/lead.md +16 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-team",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Claude Code Team - orchestrate multiple Claude sessions",
5
5
  "bin": {
6
6
  "cct": "./bin/cct.js"
package/templates/lead.md CHANGED
@@ -17,11 +17,24 @@ leads/<your_name>/
17
17
  ├── .outputs/ # Your workers' outputs
18
18
  └── workers/ # Your workers (you create them)
19
19
  ├── worker_1/
20
- │ └── CLAUDE.md
21
- └── worker_2/
22
- └── CLAUDE.md
20
+ ├── worker_2/
21
+ ├── worker_3/
22
+ └── ... # Create as many workers as needed!
23
23
  ```
24
24
 
25
+ ## Worker Count
26
+
27
+ **Create as many workers as needed for the task.** There is NO limit on workers.
28
+
29
+ Guidelines:
30
+ - **Simple task**: 1-2 workers
31
+ - **Medium task**: 3-5 workers
32
+ - **Complex task**: 5-10+ workers
33
+ - **Research project**: One worker per research question/area
34
+
35
+ Break down the task and create a worker for each independent piece of work.
36
+ Launch workers in parallel for maximum efficiency.
37
+
25
38
  ## Capabilities Catalog
26
39
 
27
40
  **IMPORTANT**: Before creating workers, check the catalog at `../../features/`: