@kennethsolomon/shipkit 3.15.1 → 3.16.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.
Files changed (64) hide show
  1. package/README.md +231 -1
  2. package/bin/shipkit.js +24 -4
  3. package/commands/sk/branch.md +1 -0
  4. package/commands/sk/finish-feature.md +1 -0
  5. package/commands/sk/hotfix.md +1 -0
  6. package/commands/sk/security-check.md +2 -1
  7. package/package.json +1 -1
  8. package/skills/sk:accessibility/SKILL.md +3 -0
  9. package/skills/sk:autopilot/SKILL.md +1 -1
  10. package/skills/sk:ci/SKILL.md +338 -0
  11. package/skills/sk:context/SKILL.md +1 -0
  12. package/skills/sk:e2e/SKILL.md +1 -0
  13. package/skills/sk:fast-track/SKILL.md +1 -1
  14. package/skills/sk:gates/SKILL.md +1 -1
  15. package/skills/sk:lint/SKILL.md +1 -0
  16. package/skills/sk:perf/SKILL.md +1 -0
  17. package/skills/sk:plugin/SKILL.md +221 -0
  18. package/skills/sk:release/SKILL.md +2 -0
  19. package/skills/sk:retro/SKILL.md +1 -1
  20. package/skills/sk:reverse-doc/SKILL.md +3 -1
  21. package/skills/sk:review/SKILL.md +1 -0
  22. package/skills/sk:scope-check/SKILL.md +1 -1
  23. package/skills/sk:security-check/SKILL.md +219 -0
  24. package/skills/sk:seo-audit/SKILL.md +3 -0
  25. package/skills/sk:setup-claude/templates/.claude/agents/architect.md +62 -0
  26. package/skills/sk:setup-claude/templates/.claude/agents/backend-dev.md +3 -1
  27. package/skills/sk:setup-claude/templates/.claude/agents/code-reviewer.md +38 -0
  28. package/skills/sk:setup-claude/templates/.claude/agents/database-architect.md +69 -0
  29. package/skills/sk:setup-claude/templates/.claude/agents/debugger.md +26 -0
  30. package/skills/sk:setup-claude/templates/.claude/agents/devops-engineer.md +51 -0
  31. package/skills/sk:setup-claude/templates/.claude/agents/e2e-tester.md +1 -1
  32. package/skills/sk:setup-claude/templates/.claude/agents/frontend-dev.md +3 -1
  33. package/skills/sk:setup-claude/templates/.claude/agents/linter.md +1 -1
  34. package/skills/sk:setup-claude/templates/.claude/agents/mobile-dev.md +49 -0
  35. package/skills/sk:setup-claude/templates/.claude/agents/perf-auditor.md +1 -1
  36. package/skills/sk:setup-claude/templates/.claude/agents/performance-optimizer.md +72 -0
  37. package/skills/sk:setup-claude/templates/.claude/agents/qa-engineer.md +3 -1
  38. package/skills/sk:setup-claude/templates/.claude/agents/refactor-specialist.md +67 -0
  39. package/skills/sk:setup-claude/templates/.claude/agents/security-auditor.md +2 -1
  40. package/skills/sk:setup-claude/templates/.claude/agents/tech-writer.md +60 -0
  41. package/skills/sk:setup-claude/templates/.claude/agents/test-runner.md +2 -1
  42. package/skills/sk:setup-claude/templates/.claude/rules/api.md.template +9 -3
  43. package/skills/sk:setup-claude/templates/.claude/rules/frontend.md.template +9 -3
  44. package/skills/sk:setup-claude/templates/.claude/rules/laravel.md.template +8 -3
  45. package/skills/sk:setup-claude/templates/.claude/rules/migrations.md.template +24 -0
  46. package/skills/sk:setup-claude/templates/.claude/rules/react.md.template +8 -3
  47. package/skills/sk:setup-claude/templates/.claude/rules/tests.md.template +12 -3
  48. package/skills/sk:setup-claude/templates/.claude/rules/vue.md.template +22 -0
  49. package/skills/sk:setup-optimizer/SKILL.md +61 -2
  50. package/skills/sk:smart-commit/SKILL.md +1 -0
  51. package/skills/sk:start/SKILL.md +1 -1
  52. package/skills/sk:team/SKILL.md +1 -1
  53. package/skills/sk:website/SKILL.md +1 -0
  54. package/commands/sk/autopilot.md +0 -22
  55. package/commands/sk/context-budget.md +0 -5
  56. package/commands/sk/eval.md +0 -5
  57. package/commands/sk/health.md +0 -5
  58. package/commands/sk/learn.md +0 -5
  59. package/commands/sk/resume-session.md +0 -5
  60. package/commands/sk/safety-guard.md +0 -5
  61. package/commands/sk/save-session.md +0 -5
  62. package/commands/sk/start.md +0 -30
  63. package/commands/sk/team.md +0 -23
  64. package/commands/sk/website.md +0 -93
package/README.md CHANGED
@@ -21,6 +21,19 @@ npm install -g @kennethsolomon/shipkit && shipkit
21
21
 
22
22
  ---
23
23
 
24
+ ## What's New (v3.16.0 — March 2026)
25
+
26
+ **Formal Agent Definitions, Path-Scoped Rules, and 2 new skills:**
27
+
28
+ - **`.claude/agents/`** — 6 formal agent definitions (backend-dev, frontend-dev, qa-engineer, security-reviewer, code-reviewer, debugger) with `memory: project`, `isolation: worktree`, and `background: true` where appropriate. `/sk:setup-claude` deploys these to every new project.
29
+ - **`.claude/rules/`** — 6 path-scoped rule files that auto-activate in Claude Code when you edit matching files: `laravel.md`, `react.md`, `vue.md`, `tests.md`, `api.md`, `migrations.md`. Stack-relevant rules are deployed by `/sk:setup-claude` automatically.
30
+ - **`/sk:ci`** — Set up GitHub Actions or GitLab CI with Claude Code workflows: auto PR review, issue triage, nightly security audit, release automation. Supports enterprise setups (AWS Bedrock OIDC, Google Vertex AI Workload Identity).
31
+ - **`/sk:plugin`** — Package your project-level customizations (skills, agents, hooks) into a distributable Claude Code plugin with a `.claude-plugin/plugin.json` manifest.
32
+ - **Skill frontmatter upgrades** — model routing (`haiku` for lightweight skills, `sonnet` for analysis), `disable-model-invocation: true` on side-effect skills (commit, release, branch), `context: fork` on expensive standalone skills (seo-audit, accessibility, reverse-doc).
33
+ - **Bug fix** — `allowed_tools` → `allowed-tools` (underscore typo silently ignored by Claude Code) fixed in 7 skills + all agent templates.
34
+
35
+ ---
36
+
24
37
  ## What is ShipKit?
25
38
 
26
39
  ShipKit turns Claude Code into a disciplined development partner. Instead of "write some code," every feature goes through:
@@ -90,6 +103,64 @@ npm install -g @kennethsolomon/shipkit && shipkit
90
103
 
91
104
  ---
92
105
 
106
+ ## Formal Agent Definitions
107
+
108
+ `/sk:setup-claude` deploys 13 agent definitions to `.claude/agents/` — specialized sub-agents with `memory`, `model`, `tools`, and `isolation` pre-configured. Invoke any agent by mentioning its name in Claude Code.
109
+
110
+ **Implementation agents** — build things:
111
+
112
+ | Agent | Memory | Isolation | When to use |
113
+ |-------|--------|-----------|------------|
114
+ | `backend-dev` | project | worktree | Parallel backend work in `/sk:team` — API, services, models |
115
+ | `frontend-dev` | project | worktree | Parallel frontend work in `/sk:team` — components, pages, state |
116
+ | `mobile-dev` | project | worktree | React Native / Expo / Flutter — mobile-specific patterns and store prep |
117
+
118
+ **Quality agents** — find and fix problems:
119
+
120
+ | Agent | Memory | Isolation | When to use |
121
+ |-------|--------|-----------|------------|
122
+ | `qa-engineer` | project | background | Write E2E scenarios while other agents implement |
123
+ | `code-reviewer` | project | — | 7-dimension review after implementation (read-only) |
124
+ | `security-reviewer` | user | — | OWASP audit before shipping sensitive changes (read-only) |
125
+ | `performance-optimizer` | project | worktree | When `/sk:perf` finds Critical/High issues — finds AND fixes them |
126
+
127
+ **Design agents** — plan before building:
128
+
129
+ | Agent | Memory | Isolation | When to use |
130
+ |-------|--------|-----------|------------|
131
+ | `architect` | project | — | Before `/sk:write-plan` on complex tasks — proposes options with trade-offs |
132
+ | `database-architect` | project | — | Before `/sk:schema-migrate` — migration safety analysis and index recommendations |
133
+
134
+ **Operations agents** — infrastructure and maintenance:
135
+
136
+ | Agent | Memory | Isolation | When to use |
137
+ |-------|--------|-----------|------------|
138
+ | `devops-engineer` | project | worktree | CI/CD pipelines, Docker, deployment config — use with `/sk:ci` |
139
+ | `debugger` | project | — | Structured root-cause analysis — use with `/sk:debug` |
140
+ | `refactor-specialist` | project | worktree | Behavior-preserving cleanups — tests must pass before AND after |
141
+ | `tech-writer` | project | — | README, API docs, architecture docs from existing code |
142
+
143
+ `memory: project` — agent accumulates knowledge across sessions for that project. `isolation: worktree` — works in a separate git worktree, safe for risky changes. `background: true` — runs without blocking your conversation.
144
+
145
+ ---
146
+
147
+ ## Path-Scoped Rules
148
+
149
+ `/sk:setup-claude` installs coding rule files in `.claude/rules/` that Claude Code auto-activates when you open or edit matching files — no manual context loading needed.
150
+
151
+ | Rule file | Activates when editing | What it enforces |
152
+ |-----------|----------------------|-----------------|
153
+ | `laravel.md` | `app/**/*.php`, `routes/**`, `config/**` | Laravel conventions, service containers, Eloquent patterns |
154
+ | `react.md` | `**/*.tsx`, `**/*.jsx`, `src/**/*.ts` | Hooks rules, component patterns, TypeScript strictness |
155
+ | `vue.md` | `**/*.vue`, `resources/js/**/*.ts` | Composition API only, `<script setup>`, Pinia patterns |
156
+ | `tests.md` | `tests/**`, `**/*.test.*`, `**/*.spec.*` | TDD standards, assertion quality, test isolation |
157
+ | `api.md` | `routes/api.php`, `app/Http/Controllers/**` | RESTful conventions, auth patterns, error response shapes |
158
+ | `migrations.md` | `database/migrations/**`, `prisma/**` | Migration safety rules, reversibility, index naming |
159
+
160
+ Stack-relevant rules are detected and deployed automatically during `/sk:setup-claude` and `/sk:setup-optimizer`.
161
+
162
+ ---
163
+
93
164
  ## Pick Your Flow
94
165
 
95
166
  | I want to... | Run this | What happens |
@@ -253,6 +324,8 @@ Use these anytime — they're not part of any workflow.
253
324
  |---------|------------|
254
325
  | `/sk:reverse-doc` | Inherited codebase — generate architecture/design docs from existing code |
255
326
  | `/sk:setup-optimizer` | Maintenance — diagnose, update workflow, deploy hooks, enrich CLAUDE.md |
327
+ | `/sk:ci` | Team — set up GitHub Actions / GitLab CI with PR review, issue triage, nightly audits |
328
+ | `/sk:plugin` | Distribution — package custom skills/agents/hooks as a shareable Claude Code plugin |
256
329
  | `/sk:mvp` | New idea — generate a complete MVP app from a single prompt |
257
330
  | `/sk:status` | Quick view of workflow and task status |
258
331
  | `/sk:dashboard` | Visual Kanban board across all git worktrees |
@@ -328,10 +401,165 @@ Both `/sk:setup-claude` and `/sk:setup-optimizer` offer to install three tools t
328
401
 
329
402
  ---
330
403
 
404
+ ## Highest ROI Workflow — Using Every Feature
405
+
406
+ This is the recommended workflow that gets the most value from every ShipKit feature. It's not the fastest path — it's the most reliable path over the lifetime of a project.
407
+
408
+ ### One-Time Project Setup (Do This Once)
409
+
410
+ ```bash
411
+ # 1. Install ShipKit globally
412
+ npm install -g @kennethsolomon/shipkit && shipkit
413
+
414
+ # 2. Bootstrap your project
415
+ /sk:setup-claude
416
+ ```
417
+
418
+ `/sk:setup-claude` deploys: CLAUDE.md, lifecycle hooks, 13 agent definitions, path-scoped rules, planning files, LSP config, MCP servers (Sequential Thinking, Context7), and ccstatusline.
419
+
420
+ ```bash
421
+ # 3. Set up CI (once per repo)
422
+ /sk:ci
423
+ ```
424
+
425
+ `/sk:ci` generates GitHub Actions workflows for auto PR review, issue triage, and nightly security audits. From this point on, every PR gets reviewed by Claude automatically.
426
+
427
+ ### Session Start (Every Session)
428
+
429
+ The `session-start` hook fires automatically and loads: branch, recent commits, active task, tech debt, and code health. You see the session brief before you type anything.
430
+
431
+ If starting on an unfamiliar codebase:
432
+ ```
433
+ /sk:reverse-doc architecture src/
434
+ ```
435
+ `/sk:reverse-doc` reads your code and generates architecture documentation — maps layers, traces data flow, asks clarifying questions to distinguish intentional design from accidental implementation. Run it once when you join a codebase or after a long break.
436
+
437
+ ### Feature Development (The Core Loop)
438
+
439
+ **Step 1 — Before writing the plan, use the `architect` agent on complex tasks:**
440
+ ```
441
+ Use the architect agent: analyze the authentication system and propose an approach for adding OAuth
442
+ ```
443
+ The `architect` agent reads your findings, lessons, and existing code — then proposes 2-3 options with trade-offs. This prevents architectural mistakes before a single line is written.
444
+
445
+ **Step 2 — For database changes, use the `database-architect` agent first:**
446
+ ```
447
+ Use the database-architect agent: review the proposed users table changes
448
+ ```
449
+ Gets you a migration safety classification (Safe / Careful / Breaking), index recommendations, and a deployment plan before `/sk:schema-migrate` runs.
450
+
451
+ **Step 3 — Run the standard workflow:**
452
+ ```
453
+ /sk:start ← classifies task, routes to optimal flow
454
+ /sk:brainstorm ← explore requirements, extract checklist
455
+ /sk:write-plan ← decision-complete plan (auto-generates contracts.md for API tasks)
456
+ /sk:branch ← feature branch auto-named from task
457
+ /sk:write-tests ← TDD red: failing tests first
458
+ /sk:execute-plan ← TDD green: implement to pass tests
459
+ /sk:smart-commit ← conventional commit with approval
460
+ /sk:gates ← all 6 quality gates in parallel batches
461
+ /sk:finish-feature ← changelog + PR + arch log
462
+ ```
463
+
464
+ **For full-stack features — run `/sk:team` instead of execute-plan:**
465
+ ```
466
+ /sk:team
467
+ ```
468
+ Spawns `backend-dev`, `frontend-dev`, and `qa-engineer` in parallel worktrees. Backend implements the API, frontend mocks and builds UI, QA writes E2E scenarios — simultaneously. Results merge after all complete.
469
+
470
+ ### During Gates — When Things Fail
471
+
472
+ **Perf gate fails with Critical issues:**
473
+ ```
474
+ Use the performance-optimizer agent: fix the N+1 queries found in /sk:perf
475
+ ```
476
+ The `performance-optimizer` agent reads `tasks/perf-findings.md`, implements fixes, and runs tests to confirm no regression. Works in an isolated worktree.
477
+
478
+ **Security gate blocks with High findings:**
479
+ ```
480
+ Use the security-reviewer agent: audit the auth changes
481
+ ```
482
+ The `security-reviewer` agent runs a focused OWASP audit. Its memory is `user`-scoped — it remembers security patterns across ALL your projects.
483
+
484
+ **Review gate blocks:**
485
+ ```
486
+ Use the code-reviewer agent
487
+ ```
488
+ 7-dimension review: correctness, security, performance, reliability, design, best practices, testing. Tells you exactly what to fix.
489
+
490
+ ### After Shipping
491
+
492
+ ```
493
+ /sk:learn ← extract reusable patterns from the session (confidence-scored)
494
+ /sk:retro ← velocity, blockers, patterns, 3-5 action items
495
+ ```
496
+
497
+ `/sk:learn` is the compounding step. Each session adds patterns that future sessions apply automatically. Over time, you stop repeating the same mistakes.
498
+
499
+ ### Maintenance Workflows
500
+
501
+ **Codebase cleanup:**
502
+ ```
503
+ Use the refactor-specialist agent: clean up the authentication module
504
+ ```
505
+ The `refactor-specialist` runs tests before starting, makes behavior-preserving changes one at a time, runs tests after each change, and commits with `refactor(scope): description`. If tests go red, it reverts and reports.
506
+
507
+ **Documentation gaps:**
508
+ ```
509
+ Use the tech-writer agent: document the payment service API
510
+ ```
511
+ The `tech-writer` reads code first, never invents behavior, and produces README, API docs, or architecture docs in your project's existing style.
512
+
513
+ **Mobile store submission:**
514
+ ```
515
+ Use the mobile-dev agent: prepare the iOS release
516
+ /sk:release --ios
517
+ ```
518
+
519
+ **Infrastructure changes:**
520
+ ```
521
+ Use the devops-engineer agent: set up Docker for local development
522
+ /sk:ci ← or update CI workflows
523
+ ```
524
+
525
+ ### Health Checks (Weekly/Monthly)
526
+
527
+ ```
528
+ /sk:health ← scorecard across 7 categories (0-70)
529
+ /sk:setup-optimizer ← update CLAUDE.md, deploy missing agents/rules/hooks
530
+ ```
531
+
532
+ `/sk:health` scores your project setup. `< 50` means you're leaving significant reliability on the table. `/sk:setup-optimizer` fixes the gaps.
533
+
534
+ ---
535
+
536
+ ### Summary: Which Tool for Which Situation
537
+
538
+ | Situation | What to reach for |
539
+ |-----------|------------------|
540
+ | Starting a feature | `/sk:start` → `/sk:brainstorm` |
541
+ | Complex architecture decision | `architect` agent before `/sk:write-plan` |
542
+ | Database schema change | `database-architect` agent before `/sk:schema-migrate` |
543
+ | Full-stack feature | `/sk:team` (parallel agents) |
544
+ | Performance issues | `performance-optimizer` agent |
545
+ | Security review | `security-reviewer` agent |
546
+ | Code review | `code-reviewer` agent |
547
+ | Bug investigation | `/sk:debug` + `debugger` agent |
548
+ | Codebase cleanup | `refactor-specialist` agent |
549
+ | Missing docs | `tech-writer` agent + `/sk:reverse-doc` |
550
+ | CI/CD setup | `/sk:ci` + `devops-engineer` agent |
551
+ | Mobile feature | `mobile-dev` agent |
552
+ | New to a codebase | `/sk:reverse-doc` first |
553
+ | Session start | Hooks auto-run, or `/sk:context` |
554
+ | After shipping | `/sk:learn` + `/sk:retro` |
555
+ | Monthly maintenance | `/sk:health` + `/sk:setup-optimizer` |
556
+
557
+ ---
558
+
331
559
  ## All Commands
332
560
 
333
561
  <details>
334
- <summary><strong>52 commands</strong> — click to expand</summary>
562
+ <summary><strong>54 commands</strong> — click to expand</summary>
335
563
 
336
564
  | Command | Purpose |
337
565
  |---------|---------|
@@ -374,6 +602,8 @@ Both `/sk:setup-claude` and `/sk:setup-optimizer` offer to install three tools t
374
602
  | `/sk:schema-migrate` | Database schema change analysis |
375
603
  | `/sk:scope-check` | Detect scope creep mid-implementation |
376
604
  | `/sk:security-check` | OWASP security audit with content isolation and CVSS scoring |
605
+ | `/sk:ci` | Set up Claude Code GitHub Actions or GitLab CI — PR review, issue triage, nightly audits, release automation |
606
+ | `/sk:plugin` | Package custom skills, agents, and hooks as a distributable Claude Code plugin |
377
607
  | `/sk:seo-audit` | SEO audit for web projects |
378
608
  | `/sk:set-profile` | Switch model routing profile |
379
609
  | `/sk:website` | Build a complete, client-deliverable multi-page marketing website from a brief or URL. Supports `--stack nuxt`, `--stack laravel`, `--deploy`, `--revise`. Full guide: `docs/guides/sk-website-guide.md` |
package/bin/shipkit.js CHANGED
@@ -105,17 +105,37 @@ function install() {
105
105
  // Install commands/sk/
106
106
  const commandsSrc = path.join(pkgDir, 'commands', 'sk');
107
107
  const commandsDest = path.join(claudeDir, 'commands', 'sk');
108
+ const skillsSrc = path.join(pkgDir, 'skills');
108
109
 
109
110
  if (fs.existsSync(commandsSrc)) {
110
- copyDir(commandsSrc, commandsDest);
111
- const count = countFiles(commandsSrc, '.md');
112
- console.log(` ${green}✓${reset} Installed commands/sk ${dim}(${count} commands)${reset}`);
111
+ fs.mkdirSync(commandsDest, { recursive: true });
112
+ let cmdCount = 0;
113
+ let skipped = 0;
114
+ for (const entry of fs.readdirSync(commandsSrc, { withFileTypes: true })) {
115
+ const srcPath = path.join(commandsSrc, entry.name);
116
+ const destPath = path.join(commandsDest, entry.name);
117
+ if (entry.isDirectory()) {
118
+ copyDir(srcPath, destPath);
119
+ } else if (entry.name.endsWith('.md')) {
120
+ // Skip command file if a corresponding skill directory already exists
121
+ const skillName = 'sk:' + entry.name.replace(/\.md$/, '');
122
+ if (fs.existsSync(path.join(skillsSrc, skillName))) {
123
+ skipped++;
124
+ continue;
125
+ }
126
+ fs.copyFileSync(srcPath, destPath);
127
+ cmdCount++;
128
+ } else {
129
+ fs.copyFileSync(srcPath, destPath);
130
+ }
131
+ }
132
+ const skipNote = skipped ? ` ${dim}(${skipped} skipped — covered by skills)${reset}` : '';
133
+ console.log(` ${green}✓${reset} Installed commands/sk ${dim}(${cmdCount} commands)${reset}${skipNote}`);
113
134
  } else {
114
135
  console.log(` ${yellow}!${reset} commands/sk not found — skipping`);
115
136
  }
116
137
 
117
138
  // Install skills/sk:*/
118
- const skillsSrc = path.join(pkgDir, 'skills');
119
139
  const skillsDest = path.join(claudeDir, 'skills');
120
140
  let skillCount = 0;
121
141
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Create a feature branch from the current task in tasks/todo.md."
3
+ disable-model-invocation: true
3
4
  ---
4
5
 
5
6
  # /sk:branch
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Finalize a feature/bug-fix: changelog, arch log, verification, and PR creation."
3
+ disable-model-invocation: true
3
4
  ---
4
5
 
5
6
  # /sk:finish-feature
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Emergency fix workflow for production issues. Skips brainstorm, design, and TDD setup. Goes straight to: investigate → branch → fix → gates → ship."
3
+ disable-model-invocation: true
3
4
  ---
4
5
 
5
6
  # /sk:hotfix
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  description: "Audit changed code for security best practices, production-grade quality, and industry gold standards."
3
+ disable-model-invocation: true
3
4
  ---
4
5
 
5
- <!-- Generated by /sk:setup-claude -->
6
+ <!-- Thin wrapper — skill lives at skills/sk:security-check/SKILL.md -->
6
7
 
7
8
  # /sk:security-check
8
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kennethsolomon/shipkit",
3
- "version": "3.15.1",
3
+ "version": "3.16.0",
4
4
  "description": "A structured workflow toolkit for Claude Code.",
5
5
  "keywords": [
6
6
  "claude",
@@ -2,6 +2,9 @@
2
2
  name: sk:accessibility
3
3
  description: WCAG 2.1 AA accessibility audit. Use after /sk:frontend-design or on existing frontend code to catch accessibility issues before implementation or before shipping. Reports findings — does NOT fix code.
4
4
  license: Complete terms in LICENSE.txt
5
+ model: haiku
6
+ context: fork
7
+ agent: general-purpose
5
8
  ---
6
9
 
7
10
  ## Purpose
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: sk:autopilot
3
3
  description: Hands-free workflow — runs all 8 steps with auto-skip, auto-advance, auto-commit. Stops only for direction approval, 3-strike failures, and PR push.
4
- allowed_tools: Read, Write, Bash, Glob, Grep, Agent, Skill
4
+ allowed-tools: Read, Write, Bash, Glob, Grep, Agent, Skill
5
5
  ---
6
6
 
7
7
  # Autopilot Mode