@kennethsolomon/shipkit 3.10.0 → 3.10.2
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 +29 -45
- package/commands/sk/autopilot.md +2 -2
- package/commands/sk/security-check.md +2 -2
- package/commands/sk/status.md +4 -9
- package/package.json +1 -1
- package/skills/.claude/settings.local.json +20 -1
- package/skills/sk:accessibility/SKILL.md +10 -1
- package/skills/sk:autopilot/SKILL.md +26 -45
- package/skills/sk:brainstorming/SKILL.md +6 -6
- package/skills/sk:context/SKILL.md +11 -15
- package/skills/sk:dashboard/SKILL.md +3 -4
- package/skills/sk:dashboard/server.js +0 -65
- package/skills/sk:debug/__pycache__/debug_conductor.cpython-314.pyc +0 -0
- package/skills/sk:debug/debug_conductor.py +0 -8
- package/skills/sk:debug/lib/__pycache__/findings_writer.cpython-314.pyc +0 -0
- package/skills/sk:debug/lib/__pycache__/lessons_writer.cpython-314.pyc +0 -0
- package/skills/sk:debug/lib/__pycache__/step_runner.cpython-314.pyc +0 -0
- package/skills/sk:debug/lib/findings_writer.py +2 -2
- package/skills/sk:debug/lib/lessons_writer.py +2 -2
- package/skills/sk:debug/lib/step_runner.py +8 -10
- package/skills/sk:e2e/SKILL.md +3 -3
- package/skills/sk:fast-track/SKILL.md +0 -9
- package/skills/sk:frontend-design/SKILL.md +232 -0
- package/skills/sk:gates/SKILL.md +2 -3
- package/skills/sk:lint/SKILL.md +5 -5
- package/skills/sk:perf/SKILL.md +3 -3
- package/skills/sk:retro/SKILL.md +1 -2
- package/skills/sk:review/SKILL.md +2 -2
- package/skills/sk:setup-claude/SKILL.md +1 -2
- package/skills/sk:setup-claude/scripts/__pycache__/apply_setup_claude.cpython-314.pyc +0 -0
- package/skills/sk:setup-claude/scripts/apply_setup_claude.py +12 -4
- package/skills/sk:setup-claude/templates/.claude/statusline.sh +1 -15
- package/skills/sk:setup-claude/templates/CLAUDE.md.template +61 -137
- package/skills/sk:setup-claude/templates/commands/brainstorm.md.template +2 -13
- package/skills/sk:setup-claude/templates/hooks/pre-compact.sh +1 -12
- package/skills/sk:setup-claude/templates/hooks/session-start.sh +0 -11
- package/skills/sk:setup-claude/templates/hooks/session-stop.sh +0 -7
- package/skills/sk:setup-claude/tests/__pycache__/test_apply_setup_claude.cpython-314.pyc +0 -0
- package/skills/sk:setup-claude/tests/test_apply_setup_claude.py +2 -33
- package/skills/sk:setup-optimizer/SKILL.md +9 -7
- package/skills/sk:setup-optimizer/lib/__pycache__/discover.cpython-314.pyc +0 -0
- package/skills/sk:setup-optimizer/lib/discover.py +9 -10
- package/skills/sk:skill-creator/scripts/__pycache__/generate_report.cpython-314.pyc +0 -0
- package/skills/sk:skill-creator/scripts/__pycache__/improve_description.cpython-314.pyc +0 -0
- package/skills/sk:skill-creator/scripts/__pycache__/package_skill.cpython-314.pyc +0 -0
- package/skills/sk:skill-creator/scripts/__pycache__/run_eval.cpython-314.pyc +0 -0
- package/skills/sk:skill-creator/scripts/__pycache__/run_loop.cpython-314.pyc +0 -0
- package/skills/sk:skill-creator/scripts/__pycache__/utils.cpython-314.pyc +0 -0
- package/skills/sk:skill-creator/scripts/generate_report.py +2 -0
- package/skills/sk:skill-creator/scripts/improve_description.py +2 -0
- package/skills/sk:skill-creator/scripts/package_skill.py +4 -0
- package/skills/sk:skill-creator/scripts/run_eval.py +3 -1
- package/skills/sk:skill-creator/scripts/run_loop.py +2 -0
- package/skills/sk:skill-creator/scripts/utils.py +2 -0
- package/skills/sk:start/SKILL.md +9 -11
- package/skills/sk:test/SKILL.md +5 -5
- package/skills/sk:setup-claude/templates/tasks/workflow-status.md.template +0 -28
package/skills/sk:start/SKILL.md
CHANGED
|
@@ -30,10 +30,10 @@ Read the task description from arguments. Scan for signal keywords to determine
|
|
|
30
30
|
|
|
31
31
|
| Signal Keywords | Detected Flow |
|
|
32
32
|
|----------------|---------------|
|
|
33
|
-
| bug, fix, broken, error, regression, failing, crash, wrong | `debug` (
|
|
34
|
-
| urgent, prod down, hotfix, emergency, critical, production, incident | `hotfix` (
|
|
35
|
-
| config, bump, typo, copy, rename, dependency, upgrade, version, docs | `fast-track` (
|
|
36
|
-
| *(default — no special signals)* | `feature` (
|
|
33
|
+
| bug, fix, broken, error, regression, failing, crash, wrong | `debug` (7 steps) |
|
|
34
|
+
| urgent, prod down, hotfix, emergency, critical, production, incident | `hotfix` (6 steps) |
|
|
35
|
+
| config, bump, typo, copy, rename, dependency, upgrade, version, docs | `fast-track` (5 steps) |
|
|
36
|
+
| *(default — no special signals)* | `feature` (8 steps) |
|
|
37
37
|
|
|
38
38
|
**Scope detection:**
|
|
39
39
|
|
|
@@ -60,7 +60,7 @@ Present the classification and recommendation:
|
|
|
60
60
|
```
|
|
61
61
|
Detected: [Full-stack feature / Backend bug fix / Frontend hotfix / Small config change / etc.]
|
|
62
62
|
Recommended:
|
|
63
|
-
Flow: [feature (
|
|
63
|
+
Flow: [feature (8 steps) / debug (7 steps) / hotfix (6 steps) / fast-track (5 steps)]
|
|
64
64
|
Mode: [autopilot / manual]
|
|
65
65
|
Agents: [team (backend + frontend + QA) / solo]
|
|
66
66
|
|
|
@@ -84,12 +84,10 @@ Wait for user response:
|
|
|
84
84
|
|
|
85
85
|
### Step 3 — Route (enters the chosen flow)
|
|
86
86
|
|
|
87
|
-
1.
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
> Mode: [autopilot/manual] | Agents: [team/solo] | Flow: [feature/debug/hotfix/fast-track]
|
|
92
|
-
```
|
|
87
|
+
1. Log the routing decision to terminal:
|
|
88
|
+
```
|
|
89
|
+
Mode: [autopilot/manual] | Agents: [team/solo] | Flow: [feature/debug/hotfix/fast-track]
|
|
90
|
+
```
|
|
93
91
|
|
|
94
92
|
2. Dispatch to the chosen flow:
|
|
95
93
|
|
package/skills/sk:test/SKILL.md
CHANGED
|
@@ -126,12 +126,12 @@ Sub-agent 3: [FE command]
|
|
|
126
126
|
- Read the failure output carefully — identify the root cause
|
|
127
127
|
- Fix the failing **implementation code** or test setup, not the test assertions (tests define expected behavior)
|
|
128
128
|
- Do NOT skip, mark incomplete, or delete failing tests
|
|
129
|
-
- Auto-commit with message `fix(test): resolve failing tests` — do NOT ask the user
|
|
130
129
|
- Re-run the failing suite
|
|
131
130
|
- Loop until all pass
|
|
132
|
-
-
|
|
131
|
+
- If the fix is a logic change (new behavior, changed contract), update the relevant tests to reflect the new behavior.
|
|
132
|
+
- Once all tests pass, make ONE squash commit: `fix(test): resolve failing tests` — do NOT ask the user
|
|
133
133
|
|
|
134
|
-
>
|
|
134
|
+
> Squash gate commits — collect all fixes for the pass, then one commit. Do not commit after each individual fix.
|
|
135
135
|
|
|
136
136
|
### 5. Verify Coverage
|
|
137
137
|
|
|
@@ -184,8 +184,8 @@ Read `.shipkit/config.json` from the project root if it exists.
|
|
|
184
184
|
|
|
185
185
|
| Profile | Model |
|
|
186
186
|
|---------|-------|
|
|
187
|
-
| `full-sail` |
|
|
188
|
-
| `quality` |
|
|
187
|
+
| `full-sail` | opus (inherit) |
|
|
188
|
+
| `quality` | opus (inherit) |
|
|
189
189
|
| `balanced` | haiku |
|
|
190
190
|
| `budget` | haiku |
|
|
191
191
|
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# Workflow Status
|
|
2
|
-
|
|
3
|
-
> Tracks progress through the development workflow. Reset this file when starting a new feature, bug fix, or task.
|
|
4
|
-
> Updated automatically after every slash command. Do not edit manually.
|
|
5
|
-
|
|
6
|
-
| # | Step | Status | Notes |
|
|
7
|
-
|---|------|--------|-------|
|
|
8
|
-
| 1 | Read Todo | >> next << | |
|
|
9
|
-
| 2 | Read Lessons | not yet | |
|
|
10
|
-
| 3 | Explore (`/sk:brainstorm`) | not yet | |
|
|
11
|
-
| 4 | Design (`/sk:frontend-design` or `/sk:api-design`) | not yet | optional |
|
|
12
|
-
| 5 | Accessibility (`/sk:accessibility`) | not yet | optional |
|
|
13
|
-
| 6 | Plan (`/sk:write-plan`) | not yet | |
|
|
14
|
-
| 7 | Branch (`/sk:branch`) | not yet | |
|
|
15
|
-
| 8 | Migrate (`/sk:schema-migrate`) | not yet | optional |
|
|
16
|
-
| 9 | Write Tests (`/sk:write-tests`) | not yet | |
|
|
17
|
-
| 10 | Implement (`/sk:execute-plan`) | not yet | |
|
|
18
|
-
| 11 | Commit (`/sk:smart-commit`) | not yet | |
|
|
19
|
-
| 12 | **Lint + Dep Audit** (`/sk:lint`) | not yet | HARD GATE — loop until clean, gates own their commits |
|
|
20
|
-
| 13 | **Verify Tests** (`/sk:test`) | not yet | HARD GATE — 100% coverage, gates own their commits |
|
|
21
|
-
| 14 | **Security** (`/sk:security-check`) | not yet | HARD GATE — 0 issues, gates own their commits |
|
|
22
|
-
| 15 | Performance (`/sk:perf`) | not yet | optional gate, gates own their commits |
|
|
23
|
-
| 16 | **Review + Simplify** (`/sk:review`) | not yet | HARD GATE — 0 issues, gates own their commits |
|
|
24
|
-
| 17 | **E2E** (`/sk:e2e`) | not yet | HARD GATE — all E2E scenarios must pass, gates own their commits |
|
|
25
|
-
| 18 | Update (`/sk:update-task`) | not yet | |
|
|
26
|
-
| 19 | Finalize (`/sk:finish-feature`) | not yet | |
|
|
27
|
-
| 20 | Sync Features (`/sk:features`) | not yet | required — sync feature specs after ship |
|
|
28
|
-
| 21 | Release (`/sk:release`) | not yet | optional |
|