company-skill 2.1.0 → 2.2.0

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 +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "company-skill",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
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
@@ -90,6 +90,12 @@ echo "📋 CYCLE {N} VERDICT: {DONE or NOT DONE}" && echo "{reason}"
90
90
  ALL criteria pass + Advocate accepts = EXIT.
91
91
  Otherwise = loop with feedback.
92
92
 
93
+ Between cycles: if context is getting long (3+ cycles), run `/compact` to free space before next THINK phase.
94
+
95
+ ### Task Deduplication
96
+
97
+ Before EXECUTE, CEO reads all task assignments from all leads. If two employees got the same task, remove the duplicate. Write `.company/active-tasks.md` with one task per line so nobody works on the same thing.
98
+
93
99
  ## After Done
94
100
 
95
101
  Write STATUS.md. Then update `.company/playbook.md`: