@dzhechkov/harness-cli 0.3.42 → 0.3.44
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 +24 -21
- 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
|
|
13
|
+
All 31 commands mapped to a real workflow:
|
|
14
14
|
|
|
15
15
|
```
|
|
16
|
-
DISCOVER → INSTALL → USE → CREATE →
|
|
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,
|
|
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
|
|
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
|
|
@@ -353,7 +353,7 @@ Scans a GitHub repo for SKILL.md files, generates `dz create-skill` commands.
|
|
|
353
353
|
### dz registry — searchable skill index
|
|
354
354
|
|
|
355
355
|
```bash
|
|
356
|
-
dz registry # visual panel:
|
|
356
|
+
dz registry # visual panel: 78 skills in 6 categories
|
|
357
357
|
dz registry search security # fuzzy search
|
|
358
358
|
dz registry --category mcp # filter by category
|
|
359
359
|
```
|
|
@@ -370,7 +370,7 @@ dz dashboard # Visual panel with all packages, adapters, skill packs
|
|
|
370
370
|
## Example: Thesis Defense Preparation (Academic Preset)
|
|
371
371
|
|
|
372
372
|
```bash
|
|
373
|
-
# Install academic skills (
|
|
373
|
+
# Install academic skills (5 skills for thesis defense committee)
|
|
374
374
|
dz init --target claude-code --preset academic
|
|
375
375
|
|
|
376
376
|
# Open Claude Code in the folder with student materials and use:
|
|
@@ -379,7 +379,7 @@ dz init --target claude-code --preset academic
|
|
|
379
379
|
# "Check document package completeness"
|
|
380
380
|
```
|
|
381
381
|
|
|
382
|
-
|
|
382
|
+
Five skills auto-activate in Claude Code:
|
|
383
383
|
|
|
384
384
|
| Skill | What it does |
|
|
385
385
|
|-------|-------------|
|
|
@@ -435,7 +435,7 @@ Phase 6: VALIDATE → Pilot with variance analysis: projected vs actual → Sc
|
|
|
435
435
|
| **S** | Quick user insight | 1→2→5 | explore + goap-research |
|
|
436
436
|
| **M** | New feature | 1→2→3→4→5 | + frontend-design + six-thinking-hats |
|
|
437
437
|
| **L** | New product | 1→2→3→4→5→6 | + qcsd-swarm + reverse-engineering-unicorn |
|
|
438
|
-
| **XL** | Platform / ecosystem | All |
|
|
438
|
+
| **XL** | Platform / ecosystem | All | All optional integrations (aqe init recommended) |
|
|
439
439
|
|
|
440
440
|
### Key Safeguards
|
|
441
441
|
|
|
@@ -448,26 +448,29 @@ Phase 6: VALIDATE → Pilot with variance analysis: projected vs actual → Sc
|
|
|
448
448
|
|
|
449
449
|
### What's included vs what's optional
|
|
450
450
|
|
|
451
|
-
|
|
452
|
-
require additional presets:
|
|
451
|
+
**Core DT** — the `meta` preset includes all required dependencies (6 skills):
|
|
453
452
|
|
|
454
453
|
```bash
|
|
455
|
-
# Required (included in meta):
|
|
456
454
|
dz setup --target claude-code --preset meta
|
|
457
455
|
# → explore, goap-research-ed25519, problem-solver-enhanced,
|
|
458
456
|
# design-thinking, feature-adr, knowledge-extractor
|
|
457
|
+
```
|
|
458
|
+
|
|
459
|
+
**Full DT** — for ALL optional integrations, install [agentic-qe](https://github.com/proffesor-for-testing/agentic-qe):
|
|
459
460
|
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
461
|
+
```bash
|
|
462
|
+
npm install -g agentic-qe && aqe init --auto
|
|
463
|
+
# → 94 QE skills + 55 agents in .claude/skills/ and .claude/agents/
|
|
464
|
+
# → six-thinking-hats, qcsd-ideation-swarm, frontend-design, brutal-honesty-review
|
|
464
465
|
```
|
|
465
466
|
|
|
466
|
-
|
|
467
|
+
Or cherry-pick: `dz compose meta+keysarium` for competitive analysis.
|
|
468
|
+
|
|
469
|
+
| Optional Skill | Source | What it adds |
|
|
467
470
|
|---------------|--------|-------------|
|
|
468
|
-
| `frontend-design` | `
|
|
469
|
-
| `six-thinking-hats` | `
|
|
470
|
-
| `qcsd-ideation-swarm` | `
|
|
471
|
+
| `frontend-design` | `aqe init` / `keysarium` | HTML/React prototypes (Phase 4) |
|
|
472
|
+
| `six-thinking-hats` | `aqe init` | Team ideation (Phase 3) |
|
|
473
|
+
| `qcsd-ideation-swarm` | `aqe init` | 9-agent quality risk (Phase 2-3) |
|
|
471
474
|
| `reverse-engineering-unicorn` | `keysarium` | Competitor CJM+JTBD (Phase 1) |
|
|
472
475
|
|
|
473
476
|
Without optional skills, design-thinking uses built-in fallbacks.
|
|
@@ -741,7 +744,7 @@ npx @dzhechkov/p-replicator init
|
|
|
741
744
|
|
|
742
745
|
## Status
|
|
743
746
|
|
|
744
|
-
`v0.3.
|
|
747
|
+
`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).
|
|
745
748
|
|
|
746
749
|
## Claude Plugin
|
|
747
750
|
|
|
@@ -756,7 +759,7 @@ claude plugin install dz-harness-hub@dz-harness-hub
|
|
|
756
759
|
claude --plugin-dir /path/to/dz-harness-hub
|
|
757
760
|
|
|
758
761
|
# Generate plugin manifest from current inventory:
|
|
759
|
-
dz plugin --version 0.3.
|
|
762
|
+
dz plugin --version 0.3.43
|
|
760
763
|
```
|
|
761
764
|
|
|
762
765
|
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