company-skill 2.0.0 → 2.1.1

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/skill/SKILL.md +8 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "company-skill",
3
- "version": "2.0.0",
3
+ "version": "2.1.1",
4
4
  "description": "Goal-driven multi-employee company for Claude Code. Give it a goal, it runs until done.",
5
5
  "bin": {
6
6
  "company-skill": "./bin/install.js"
package/skill/SKILL.md CHANGED
@@ -51,13 +51,18 @@ echo "════════════════════════
51
51
 
52
52
  ### THINK (Opus, all leads parallel)
53
53
 
54
- Launch EVERY department lead from COMPANY.md. Not some. ALL.
54
+ First, CEO reads the GOAL and COMPANY.md. Decide which departments and employees are RELEVANT to this specific goal. Only activate relevant ones. A mobile app goal doesn't need a Topologist. A math research goal doesn't need DevOps.
55
55
 
56
- Each lead gets: goal, criteria, playbook (if exists), previous cycle feedback, their team list, installed skills list.
56
+ Write `.company/active-roster.md`: list of employees activated for THIS goal with a one-line reason why each is relevant.
57
+
58
+ Then launch ALL relevant department leads in parallel (skip departments with zero relevant employees).
59
+
60
+ Each lead gets: goal, criteria, playbook (if exists), active roster, previous cycle feedback, their team list, installed skills list.
57
61
 
58
62
  Leads assign tasks. For each task: one sentence, one employee, one skill (if installed).
59
63
 
60
- If a lead sees a skill gap: write `HIRE: {role}, {why}` and CEO adds it to COMPANY.md.
64
+ If a lead sees a skill gap: write `HIRE: {role}, {why}` and CEO adds it to COMPANY.md and active roster.
65
+ If a lead realizes an idle employee is needed after all: add them to active roster.
61
66
 
62
67
  ### EXECUTE (Sonnet, all workers parallel)
63
68