@dzhechkov/harness-cli 0.3.43 → 0.3.45

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 (2) hide show
  1. package/README.md +35 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,10 +10,10 @@ npm install -g @dzhechkov/harness-cli
10
10
 
11
11
  ## User Journey — from install to mastery
12
12
 
13
- All 30 commands mapped to a real workflow:
13
+ All 31 commands mapped to a real workflow:
14
14
 
15
15
  ```
16
- DISCOVER → INSTALL → USE → CREATE → IMPROVE → SHARE
16
+ DISCOVER → INSTALL → USE → CREATE → MAINTAIN → SHARE
17
17
  ```
18
18
 
19
19
  ### Phase 1: Discover (what's available?)
@@ -24,9 +24,9 @@ npm install -g @dzhechkov/harness-cli # install the CLI
24
24
  dz help # see all commands
25
25
  dz pretrain # analyze project → auto-recommend skills/presets
26
26
  dz recommend "build API and deploy to K8s" # task advisor — decomposes your task into skills
27
- dz stats # 28 packages, 75 skills, 5 targets, 11 presets
27
+ dz stats # 28 packages, 78 skills, 5 targets, 11 presets
28
28
  dz dashboard # visual panel — packages, adapters, skill packs
29
- dz registry # browse all 75 skills by category
29
+ dz registry # browse all 78 skills by category
30
30
  dz registry search kubernetes # find specific skills
31
31
  dz registry --category devops # filter by domain
32
32
  dz downloads # npm weekly download stats
@@ -125,13 +125,32 @@ dz publish # publish all changed packages
125
125
 
126
126
  ---
127
127
 
128
- ## Presets vs Individual Skills
128
+ ## Three Ways to Install Skills
129
129
 
130
- | Approach | When to use | Example |
131
- |----------|------------|---------|
132
- | **Preset** | Want a curated set of skills that work together | `dz init --target claude-code --preset keysarium` |
133
- | **--select** | Want specific skills by name | `dz init --target claude-code --select explore,feature-adr` |
134
- | **Standalone npx** | Want a full toolkit with its own CLI | `npx @dzhechkov/keysarium init` |
130
+ | | **Individual Skill** | **Preset** | **npx Package** |
131
+ |---|---|---|---|
132
+ | **What** | 1 SKILL.md file | Curated list of skill names | Full toolkit with orchestration |
133
+ | **Contains** | Instructions for 1 task | N skill references | Skills + commands + rules + shards + agents + memory |
134
+ | **Pipeline** | No | No | Yes (phases, checkpoints, governance) |
135
+ | **Self-learning** | No | `dz setup` adds it | Built-in |
136
+ | **Install** | `dz init --select X` | `dz setup --preset X` | `npx @dzhechkov/X init` |
137
+ | **Example** | `terraform` | `devops` (27 skills) | `keysarium` (7-phase research) |
138
+
139
+ ```bash
140
+ # One skill:
141
+ dz init --target claude-code --select design-thinking
142
+
143
+ # Curated set by topic (recommended):
144
+ dz setup --target claude-code --preset meta # 6 development skills + self-learning
145
+
146
+ # Full toolkit with orchestrated pipeline:
147
+ npx @dzhechkov/keysarium init # 7-phase research + commands + memory
148
+ ```
149
+
150
+ **When to use which:**
151
+ - Need **1 specific capability** → `--select`
152
+ - Need a **themed set** that works together → `--preset`
153
+ - Need a **full pipeline** with commands and governance → `npx`
135
154
 
136
155
  ### Available Presets (11)
137
156
 
@@ -353,7 +372,7 @@ Scans a GitHub repo for SKILL.md files, generates `dz create-skill` commands.
353
372
  ### dz registry — searchable skill index
354
373
 
355
374
  ```bash
356
- dz registry # visual panel: 75 skills in 5 categories
375
+ dz registry # visual panel: 78 skills in 6 categories
357
376
  dz registry search security # fuzzy search
358
377
  dz registry --category mcp # filter by category
359
378
  ```
@@ -370,7 +389,7 @@ dz dashboard # Visual panel with all packages, adapters, skill packs
370
389
  ## Example: Thesis Defense Preparation (Academic Preset)
371
390
 
372
391
  ```bash
373
- # Install academic skills (3 skills for thesis defense committee)
392
+ # Install academic skills (5 skills for thesis defense committee)
374
393
  dz init --target claude-code --preset academic
375
394
 
376
395
  # Open Claude Code in the folder with student materials and use:
@@ -379,7 +398,7 @@ dz init --target claude-code --preset academic
379
398
  # "Check document package completeness"
380
399
  ```
381
400
 
382
- Three skills auto-activate in Claude Code:
401
+ Five skills auto-activate in Claude Code:
383
402
 
384
403
  | Skill | What it does |
385
404
  |-------|-------------|
@@ -435,7 +454,7 @@ Phase 6: VALIDATE → Pilot with variance analysis: projected vs actual → Sc
435
454
  | **S** | Quick user insight | 1→2→5 | explore + goap-research |
436
455
  | **M** | New feature | 1→2→3→4→5 | + frontend-design + six-thinking-hats |
437
456
  | **L** | New product | 1→2→3→4→5→6 | + qcsd-swarm + reverse-engineering-unicorn |
438
- | **XL** | Platform / ecosystem | All | + problem-solver (TRIZ) + analyst-manual |
457
+ | **XL** | Platform / ecosystem | All | All optional integrations (aqe init recommended) |
439
458
 
440
459
  ### Key Safeguards
441
460
 
@@ -744,7 +763,7 @@ npx @dzhechkov/p-replicator init
744
763
 
745
764
  ## Status
746
765
 
747
- `v0.3.40` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
766
+ `v0.3.43` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
748
767
 
749
768
  ## Claude Plugin
750
769
 
@@ -759,7 +778,7 @@ claude plugin install dz-harness-hub@dz-harness-hub
759
778
  claude --plugin-dir /path/to/dz-harness-hub
760
779
 
761
780
  # Generate plugin manifest from current inventory:
762
- dz plugin --version 0.3.33
781
+ dz plugin --version 0.3.43
763
782
  ```
764
783
 
765
784
  The `.claude-plugin/` directory contains `plugin.json` + `marketplace.json` compatible with [pi-claude-marketplace](https://npm.im/pi-claude-marketplace) and [skill-hub](https://npm.im/@jasonwen/skill-hub).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.43",
3
+ "version": "0.3.45",
4
4
  "description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes. 11 commands, 7 presets, 4 platform adapters.",
5
5
  "type": "module",
6
6
  "license": "MIT",