@dzhechkov/skills-feature-adr 1.3.6 → 1.3.7
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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,6 +13,8 @@ the [Keysarium](https://www.npmjs.com/package/@dzhechkov/keysarium) ecosystem.
|
|
|
13
13
|
> **For your team:** the `features/<slug>/` folder this produces *is* the spec — reviewable in a PR,
|
|
14
14
|
> onboarding doc for free, every decision captured as an ADR, and machine-checked back against the
|
|
15
15
|
> code by the QE phase. See **[Spec-Driven Development](#spec-driven-development-sdd)** below.
|
|
16
|
+
>
|
|
17
|
+
> 👉 **Onboarding a team? Start here:** [**Feature ADR — Team Onboarding**](https://github.com/djd1m/dz-harness-hub/blob/main/docs/feature-adr-team-onboarding.md) — a single read-top-to-bottom playbook (install → first feature → SDD mechanics → model routing incl. Fable → self-learning layers → team PR workflow → FAQ).
|
|
16
18
|
|
|
17
19
|
---
|
|
18
20
|
|
|
@@ -459,6 +461,7 @@ npx @dzhechkov/skills-feature-adr init # Feature development
|
|
|
459
461
|
|
|
460
462
|
## Links
|
|
461
463
|
|
|
464
|
+
- **Team Onboarding playbook:** [docs/feature-adr-team-onboarding.md](https://github.com/djd1m/dz-harness-hub/blob/main/docs/feature-adr-team-onboarding.md)
|
|
462
465
|
- **GitHub:** [https://github.com/dzhechko/product-keysarium-2026](https://github.com/dzhechko/product-keysarium-2026)
|
|
463
466
|
- **Issues:** [https://github.com/dzhechko/product-keysarium-2026/issues](https://github.com/dzhechko/product-keysarium-2026/issues)
|
|
464
467
|
- **npm:** [https://www.npmjs.com/package/@dzhechkov/skills-feature-adr](https://www.npmjs.com/package/@dzhechkov/skills-feature-adr)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/skills-feature-adr",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.7",
|
|
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
|
"main": "src/cli.js",
|
|
6
6
|
"bin": {
|