@dzhechkov/skills-feature-adr 1.3.55 → 1.3.56

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 +11 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -410,9 +410,11 @@ Fixed roles map to fixed stages (`product-vision`→design+QE, `critic`→QE, `b
410
410
  open `extra` list adds guidance to any stage. `dz project-skills` prints the who-injected report. Absent ⇒ a
411
411
  normal generic run. (See `dz mr-rakes --gen-critic` to auto-generate the `critic` skill from your recurring rakes.)
412
412
 
413
- **Bundled role-default skills (stack-neutral).** This pack ships three depersonalized quality skills you can
414
- point the roles at — all calibrated by your `architecture/vision.md` (build it with `dz feature-adr-setup`),
415
- so they carry your project's reality, not a vendor's:
413
+ **Bundled role-default skills (backend-service defaults; principles portable).** This pack ships four
414
+ depersonalized quality skills you can point the roles at — all calibrated by your `architecture/vision.md`
415
+ (build it with `dz feature-adr-setup`), so they carry your project's reality, not a vendor's. The examples
416
+ assume a backend-service stack (async web / RDB / JWT-JWKS / k8s); the *principles* are portable — translate
417
+ the examples for a different stack:
416
418
 
417
419
  - **`code-critic`** — an independent code-quality reviewer (god-object growth, security invariants, anti-pattern
418
420
  detection by intent, honest severity, "low precision costs more than low recall"). Point the **`critic`** role
@@ -422,6 +424,12 @@ so they carry your project's reality, not a vendor's:
422
424
  - **`system-grill`** — a Socratic architecture-intuition trainer (predict-before-reveal, honest 🔴/🟡/🟢 journal)
423
425
  that generates its curriculum from your `architecture/subsystems.manifest.json` + `map.json` + `vision.md` —
424
426
  for a product person to *feel* the system before briefing an agent. Trigger: "погоняй меня по системе".
427
+ - **`code-skills-creator`** — a meta-factory that *produces* a project-tuned `code-impl` + `code-critic` pair.
428
+ It starts from the two generic bases above and specializes them with your project's own evidence —
429
+ `dz mr-rakes` recurring code rakes (primary) or a parallel-critic audit (fallback), your god-object freeze
430
+ table and reuse-map — then generalizes every rake to a *class* of defect (never a bug-list linter). Writes
431
+ the pair to `architecture/project-{impl,critic}/SKILL.md` (augment-never-clobber). With no evidence it hands
432
+ back the generic pair unchanged rather than invent mistakes. Trigger: "build a quality bar pair".
425
433
 
426
434
  ### Adversarial plan-gate at the L/XL checkpoint (needs `dz` ≥ 0.3.117)
427
435
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/skills-feature-adr",
3
- "version": "1.3.55",
3
+ "version": "1.3.56",
4
4
  "description": "Adaptive Feature Development skill pack for Claude Code — 11-step pipeline with Complexity Router (S/M/L/XL), ADR-driven architecture, 15 agentic-qe skills, multi-agent fleet QE. Supports --full-qe, --full-qe-extended, --with-learning, and --knowledge-extractor modes.",
5
5
  "bin": {
6
6
  "skills-feature-adr": "./bin/cli.js"