wdi-method 0.6.6 → 0.6.8
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 +33 -5
- package/bin/wdi-method.js +389 -26
- package/kit/.constitution/method/constitution.md +4 -1
- package/kit/.constitution/method/document/bmad-guide.md +10 -6
- package/kit/.constitution/method/document/bmad-skill-register.md +36 -6
- package/kit/.constitution/method/scripts/validate.py +162 -18
- package/kit/.constitution/method/why/README.md +192 -186
- package/kit/.constitution/method/why/artifact-map.md +1 -1
- package/kit/skills/wdi-autopilot/SKILL.md +383 -375
- package/kit/skills/wdi-blueprint/SKILL.md +3 -3
- package/kit/skills/wdi-build/SKILL.md +393 -371
- package/kit/skills/wdi-help/SKILL.md +111 -110
- package/kit/skills/wdi-init/SKILL.md +19 -1
- package/kit/skills/wdi-upgrade/SKILL.md +194 -187
- package/kit-overlay/constitution.md +4 -1
- package/package.json +1 -1
- package/scaffold/docs/agents/issue-tracker.md +56 -43
|
@@ -12,7 +12,7 @@ Two intents, run in this order:
|
|
|
12
12
|
|
|
13
13
|
| Intent | Writes | Wraps |
|
|
14
14
|
|---|---|---|
|
|
15
|
-
| `catalog` | Per `<pc>`: § Actor Register · § UC Catalogue · `03-domain/domain-model.md`. Product level: `.what/business-rules.md` · `.control/product-glossary.md` · `usecases.yaml` | `
|
|
15
|
+
| `catalog` | Per `<pc>`: § Actor Register · § UC Catalogue · `03-domain/domain-model.md`. Product level: `.what/business-rules.md` · `.control/product-glossary.md` · `usecases.yaml` | `domain-modeling` |
|
|
16
16
|
| `platform` | `.how/_platform/`: the spine · C4 L1/L2/L3 · `cross-cutting.md` · the three inventories. Registry: `containers` | `bmad-architecture` |
|
|
17
17
|
|
|
18
18
|
**Blueprint content is untouched by `mode` and by `risk_accepted`.** Everything above exists at every mode,
|
|
@@ -65,10 +65,10 @@ whose nouns nobody defined.
|
|
|
65
65
|
the count passes a third of a component's use cases, derive it again — `delivery-flow-guide.md` owns the rule
|
|
66
66
|
and it MUST NOT be negotiated.
|
|
67
67
|
|
|
68
|
-
### Domain modelling is active, and `
|
|
68
|
+
### Domain modelling is active, and `domain-modeling` is its engine
|
|
69
69
|
|
|
70
70
|
The domain model is not written by taking dictation. **You MUST invoke
|
|
71
|
-
`
|
|
71
|
+
`domain-modeling`** to derive it, the same way the spine goes through
|
|
72
72
|
`bmad-architecture` — this skill never does the deriving itself, it positions the engine, verifies the
|
|
73
73
|
result against `srs-guide.md`, and lands it in this method's template.
|
|
74
74
|
|