@dzhechkov/skills-feature-adr 1.3.52 → 1.3.54

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 CHANGED
@@ -410,6 +410,19 @@ 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:
416
+
417
+ - **`code-critic`** — an independent code-quality reviewer (god-object growth, security invariants, anti-pattern
418
+ detection by intent, honest severity, "low precision costs more than low recall"). Point the **`critic`** role
419
+ at it: `"roles": { "critic": ".claude/skills/code-critic/SKILL.md" }`.
420
+ - **`code-impl`** — the implementer's quality bar (top-5 hard rules, god-object rule, reuse-map discipline,
421
+ security invariants, decision discipline, done-ness). Point the **`impl-bar`** role at it.
422
+ - **`system-grill`** — a Socratic architecture-intuition trainer (predict-before-reveal, honest 🔴/🟡/🟢 journal)
423
+ that generates its curriculum from your `architecture/subsystems.manifest.json` + `map.json` + `vision.md` —
424
+ for a product person to *feel* the system before briefing an agent. Trigger: "погоняй меня по системе".
425
+
413
426
  ### Adversarial plan-gate at the L/XL checkpoint (needs `dz` ≥ 0.3.117)
414
427
 
415
428
  Cross-model QE (Step 8) catches problems *after* the code is written. At the **checkpoint-after-plan** the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/skills-feature-adr",
3
- "version": "1.3.52",
3
+ "version": "1.3.54",
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"