@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.
Files changed (57) hide show
  1. package/README.md +29 -45
  2. package/commands/sk/autopilot.md +2 -2
  3. package/commands/sk/security-check.md +2 -2
  4. package/commands/sk/status.md +4 -9
  5. package/package.json +1 -1
  6. package/skills/.claude/settings.local.json +20 -1
  7. package/skills/sk:accessibility/SKILL.md +10 -1
  8. package/skills/sk:autopilot/SKILL.md +26 -45
  9. package/skills/sk:brainstorming/SKILL.md +6 -6
  10. package/skills/sk:context/SKILL.md +11 -15
  11. package/skills/sk:dashboard/SKILL.md +3 -4
  12. package/skills/sk:dashboard/server.js +0 -65
  13. package/skills/sk:debug/__pycache__/debug_conductor.cpython-314.pyc +0 -0
  14. package/skills/sk:debug/debug_conductor.py +0 -8
  15. package/skills/sk:debug/lib/__pycache__/findings_writer.cpython-314.pyc +0 -0
  16. package/skills/sk:debug/lib/__pycache__/lessons_writer.cpython-314.pyc +0 -0
  17. package/skills/sk:debug/lib/__pycache__/step_runner.cpython-314.pyc +0 -0
  18. package/skills/sk:debug/lib/findings_writer.py +2 -2
  19. package/skills/sk:debug/lib/lessons_writer.py +2 -2
  20. package/skills/sk:debug/lib/step_runner.py +8 -10
  21. package/skills/sk:e2e/SKILL.md +3 -3
  22. package/skills/sk:fast-track/SKILL.md +0 -9
  23. package/skills/sk:frontend-design/SKILL.md +232 -0
  24. package/skills/sk:gates/SKILL.md +2 -3
  25. package/skills/sk:lint/SKILL.md +5 -5
  26. package/skills/sk:perf/SKILL.md +3 -3
  27. package/skills/sk:retro/SKILL.md +1 -2
  28. package/skills/sk:review/SKILL.md +2 -2
  29. package/skills/sk:setup-claude/SKILL.md +1 -2
  30. package/skills/sk:setup-claude/scripts/__pycache__/apply_setup_claude.cpython-314.pyc +0 -0
  31. package/skills/sk:setup-claude/scripts/apply_setup_claude.py +12 -4
  32. package/skills/sk:setup-claude/templates/.claude/statusline.sh +1 -15
  33. package/skills/sk:setup-claude/templates/CLAUDE.md.template +61 -137
  34. package/skills/sk:setup-claude/templates/commands/brainstorm.md.template +2 -13
  35. package/skills/sk:setup-claude/templates/hooks/pre-compact.sh +1 -12
  36. package/skills/sk:setup-claude/templates/hooks/session-start.sh +0 -11
  37. package/skills/sk:setup-claude/templates/hooks/session-stop.sh +0 -7
  38. package/skills/sk:setup-claude/tests/__pycache__/test_apply_setup_claude.cpython-314.pyc +0 -0
  39. package/skills/sk:setup-claude/tests/test_apply_setup_claude.py +2 -33
  40. package/skills/sk:setup-optimizer/SKILL.md +9 -7
  41. package/skills/sk:setup-optimizer/lib/__pycache__/discover.cpython-314.pyc +0 -0
  42. package/skills/sk:setup-optimizer/lib/discover.py +9 -10
  43. package/skills/sk:skill-creator/scripts/__pycache__/generate_report.cpython-314.pyc +0 -0
  44. package/skills/sk:skill-creator/scripts/__pycache__/improve_description.cpython-314.pyc +0 -0
  45. package/skills/sk:skill-creator/scripts/__pycache__/package_skill.cpython-314.pyc +0 -0
  46. package/skills/sk:skill-creator/scripts/__pycache__/run_eval.cpython-314.pyc +0 -0
  47. package/skills/sk:skill-creator/scripts/__pycache__/run_loop.cpython-314.pyc +0 -0
  48. package/skills/sk:skill-creator/scripts/__pycache__/utils.cpython-314.pyc +0 -0
  49. package/skills/sk:skill-creator/scripts/generate_report.py +2 -0
  50. package/skills/sk:skill-creator/scripts/improve_description.py +2 -0
  51. package/skills/sk:skill-creator/scripts/package_skill.py +4 -0
  52. package/skills/sk:skill-creator/scripts/run_eval.py +3 -1
  53. package/skills/sk:skill-creator/scripts/run_loop.py +2 -0
  54. package/skills/sk:skill-creator/scripts/utils.py +2 -0
  55. package/skills/sk:start/SKILL.md +9 -11
  56. package/skills/sk:test/SKILL.md +5 -5
  57. package/skills/sk:setup-claude/templates/tasks/workflow-status.md.template +0 -28
@@ -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` (11 steps) |
34
- | urgent, prod down, hotfix, emergency, critical, production, incident | `hotfix` (11 steps) |
35
- | config, bump, typo, copy, rename, dependency, upgrade, version, docs | `fast-track` (10 steps) |
36
- | *(default — no special signals)* | `feature` (21 steps) |
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 (21 steps) / debug (11 steps) / hotfix (11 steps) / fast-track (10 steps)]
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. Reset `tasks/workflow-status.md`:
88
- - Set all steps to `not yet`
89
- - Add metadata to the tracker header:
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
 
@@ -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
- - Fix the implementation and auto-commit. If the fix is a logic change (new behavior, changed contract), update the relevant tests to reflect the new behavior before committing.
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
- > Gates own their commits — the fix-commit-rerun loop is fully internal. No manual commit step needed after this gate.
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` | sonnet |
188
- | `quality` | sonnet |
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 |