company-skill 3.4.8 → 3.5.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/README.md +11 -4
- package/package.json +1 -1
- package/skill/SKILL.md +2 -1
package/README.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
```
|
|
2
|
+
═════════════════════════════════════════════════════════════════════
|
|
3
|
+
██████ ██████ ███ ███ ██████ █████ ██ ██ ██ ██
|
|
4
|
+
██ ██ ██ ████ ████ ██ ██ ██ ██ ███ ██ ██ ██
|
|
5
|
+
██ ██ ██ ██ ████ ██ ██████ ███████ ██ ██ ██ ████
|
|
6
|
+
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
|
|
7
|
+
██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██
|
|
8
|
+
═════════════════════════════════════════════════════════════════════
|
|
9
|
+
```
|
|
4
10
|
|
|
5
11
|
Give it a goal. The whole company works until it's done.
|
|
6
12
|
|
|
@@ -102,12 +108,13 @@ No source = rejected by reviewer.
|
|
|
102
108
|
## Visual Indicators
|
|
103
109
|
|
|
104
110
|
```
|
|
105
|
-
|
|
111
|
+
═════════════════════════════════════════════════════════════════════
|
|
106
112
|
██████ ██████ ███ ███ ██████ █████ ██ ██ ██ ██
|
|
107
113
|
██ ██ ██ ████ ████ ██ ██ ██ ██ ███ ██ ██ ██
|
|
108
114
|
██ ██ ██ ██ ████ ██ ██████ ███████ ██ ██ ██ ████
|
|
109
115
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
|
|
110
116
|
██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██
|
|
117
|
+
═════════════════════════════════════════════════════════════════════
|
|
111
118
|
|
|
112
119
|
════════════════════════════════════════════════
|
|
113
120
|
CYCLE 1 - THINK > EXECUTE > VERIFY
|
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -36,12 +36,13 @@ echo "Skills installed"
|
|
|
36
36
|
Step 2: Print banner as plain text (NOT Bash):
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
|
|
39
|
+
═════════════════════════════════════════════════════════════════════
|
|
40
40
|
██████ ██████ ███ ███ ██████ █████ ██ ██ ██ ██
|
|
41
41
|
██ ██ ██ ████ ████ ██ ██ ██ ██ ███ ██ ██ ██
|
|
42
42
|
██ ██ ██ ██ ████ ██ ██████ ███████ ██ ██ ██ ████
|
|
43
43
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
|
|
44
44
|
██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██
|
|
45
|
+
═════════════════════════════════════════════════════════════════════
|
|
45
46
|
```
|
|
46
47
|
|
|
47
48
|
Then check if COMPANY.md exists and report how many roles found. Check if playbook.md exists.
|