company-skill 2.1.1 → 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.
- package/package.json +1 -1
- package/skill/SKILL.md +6 -0
package/package.json
CHANGED
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`:
|