company-skill 3.4.0 → 3.4.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.
- package/README.md +15 -5
- package/package.json +1 -1
- package/skill/SKILL.md +7 -8
package/README.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Company
|
|
2
2
|
|
|
3
|
+
```
|
|
4
|
+
██████ ██████ ███ ███ ██████ █████ ███ ██ ██ ██
|
|
5
|
+
██ ██ ██ ████████ ██ ██ ██ ██ ████ ██ ██ ██
|
|
6
|
+
██ ██ ██ ██ ██ ██ ██████ ███████ ██ ████ ████
|
|
7
|
+
██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
|
|
8
|
+
██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██
|
|
9
|
+
```
|
|
10
|
+
|
|
3
11
|
Give it a goal. The whole company works until it's done.
|
|
4
12
|
|
|
5
13
|
```
|
|
@@ -100,15 +108,17 @@ No source = rejected by reviewer.
|
|
|
100
108
|
## Visual Indicators
|
|
101
109
|
|
|
102
110
|
```
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
111
|
+
██████ ██████ ███ ███ ██████ █████ ███ ██ ██ ██
|
|
112
|
+
██ ██ ██ ████████ ██ ██ ██ ██ ████ ██ ██ ██
|
|
113
|
+
██ ██ ██ ██ ██ ██ ██████ ███████ ██ ████ ████
|
|
114
|
+
██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
|
|
115
|
+
██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██
|
|
106
116
|
|
|
107
117
|
════════════════════════════════════════════════
|
|
108
|
-
|
|
118
|
+
CYCLE 1 - THINK > EXECUTE > VERIFY
|
|
109
119
|
════════════════════════════════════════════════
|
|
110
120
|
|
|
111
|
-
|
|
121
|
+
CYCLE 1 VERDICT: NOT DONE
|
|
112
122
|
Missing validation of compression ratios
|
|
113
123
|
```
|
|
114
124
|
|
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -36,12 +36,11 @@ echo "Skills installed"
|
|
|
36
36
|
Step 2: Print banner as plain text (NOT Bash):
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝
|
|
39
|
+
██████ ██████ ███ ███ ██████ █████ ███ ██ ██ ██
|
|
40
|
+
██ ██ ██ ████████ ██ ██ ██ ██ ████ ██ ██ ██
|
|
41
|
+
██ ██ ██ ██ ██ ██ ██████ ███████ ██ ████ ████
|
|
42
|
+
██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
|
|
43
|
+
██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██
|
|
45
44
|
```
|
|
46
45
|
|
|
47
46
|
Then check if COMPANY.md exists and report how many roles found. Check if playbook.md exists.
|
|
@@ -65,7 +64,7 @@ Read `.company/playbook.md` if it exists (accumulated knowledge from past sessio
|
|
|
65
64
|
Print as plain text (NOT Bash):
|
|
66
65
|
|
|
67
66
|
════════════════════════════════════════════════
|
|
68
|
-
|
|
67
|
+
CYCLE {N} - THINK > EXECUTE > VERIFY
|
|
69
68
|
════════════════════════════════════════════════
|
|
70
69
|
|
|
71
70
|
### THINK (Opus, all leads parallel)
|
|
@@ -106,7 +105,7 @@ Devil's Advocate attacks anything marked as passing.
|
|
|
106
105
|
|
|
107
106
|
Print as plain text (NOT Bash):
|
|
108
107
|
|
|
109
|
-
|
|
108
|
+
CYCLE {N} VERDICT: {DONE or NOT DONE}
|
|
110
109
|
{reason}
|
|
111
110
|
|
|
112
111
|
ALL criteria pass + Advocate accepts = EXIT.
|