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
|
@@ -1,186 +1,192 @@
|
|
|
1
|
-
---
|
|
2
|
-
status: Reference
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# The WDI Method — orientation
|
|
6
|
-
|
|
7
|
-
**Opened when:** you have never seen this method before, or you have and want the shape back in one reading.
|
|
8
|
-
|
|
9
|
-
This file **explains**. It does not bind — `../document/*-guide.md` does, and where the two disagree the guide
|
|
10
|
-
wins and the disagreement is a defect to report.
|
|
11
|
-
|
|
12
|
-
Five minutes. Four more files sit beside this one: `artifact-map.md` for *"where does this file go"*,
|
|
13
|
-
`mode-risk-map.md` for *"I set a `mode` and a `risk_accepted` — what changes?"*, `portability.md` for which
|
|
14
|
-
files are the method's and which are the product's, and `rationale.md` for *"why is it like this"* — open
|
|
15
|
-
that last one before changing a rule, so you know what you are about to break.
|
|
16
|
-
|
|
17
|
-
## What the method is
|
|
18
|
-
|
|
19
|
-
Two methods joined. **WDI** owns the flow, the gates, and the artifacts nobody else writes. **BMad** owns
|
|
20
|
-
the writing skills where it has one. Every BMad skill is invoked through a WDI wrapper, never directly: the
|
|
21
|
-
wrapper is what checks position, verifies the result against the guide, and lands the memlog.
|
|
22
|
-
|
|
23
|
-
The whole thing rests on one sentence:
|
|
24
|
-
|
|
25
|
-
> Owner time is spent at five points. Between them, the agents work alone.
|
|
26
|
-
|
|
27
|
-
## Five gates
|
|
28
|
-
|
|
29
|
-
A gate is named for **what is decided there**, never for the work before it.
|
|
30
|
-
|
|
31
|
-
| Gate | Decides | How often | Budget |
|
|
32
|
-
|---|---|---|---|
|
|
33
|
-
| **G1 Problem** | What the problem is, whose it is, why it earns work | once | 20' |
|
|
34
|
-
| **G2 Product** | What is built, and how it feels to use | once per PRD | 45' |
|
|
35
|
-
| **G3 Blueprint** | The whole portrait: which use cases, their entities, tables, endpoints, screens, and the invariants binding them | once per **product** | 45' |
|
|
36
|
-
| **G4 Component** | How one Product Component is built, and what the choice costs | once per **component** | 20–30' |
|
|
37
|
-
| **G5 Release** | Whether it is done and proven | once per spec | 10' |
|
|
38
|
-
|
|
39
|
-
**Only G4 can disappear.** At `mode: catalog` its session does not happen at all; the other four always run,
|
|
40
|
-
and what each decides never changes. What `mode` does shorten everywhere is the **checklist**: at `catalog`
|
|
41
|
-
only the ★ questions are required, at G1 and G5 as much as at G4. Sessions fixed, checklist elastic — that is
|
|
42
|
-
what lets the whole system be held in one head.
|
|
43
|
-
|
|
44
|
-
## Two settings, and they control different things
|
|
45
|
-
|
|
46
|
-
| Setting | Where | Controls |
|
|
47
|
-
|---|---|---|
|
|
48
|
-
| `mode` | globally in `index.yaml`, per component in `components.yaml` | **Document depth**, and only that |
|
|
49
|
-
| `risk_accepted` | per component | **Review intensity**, and only that |
|
|
50
|
-
|
|
51
|
-
`mode` takes `catalog` · `outline` · `guarded` · `deep`, and the default is `catalog`. A component at
|
|
52
|
-
`catalog` **skips G4 entirely** — its control moved to G3, where its use cases, tables, endpoints, screens,
|
|
53
|
-
domain model, and C4 were all approved.
|
|
54
|
-
|
|
55
|
-
`risk_accepted` takes `low` · `medium` · `high`, and its direction reads off the name: `high` means *"I
|
|
56
|
-
accept a lot of risk here"*, so its review is the lightest.
|
|
57
|
-
|
|
58
|
-
Keeping them apart is what lets one component be **thin on purpose and reviewed the hardest**. Why that
|
|
59
|
-
matters is in `rationale.md`; what each value demands is in `../document/delivery-flow-guide.md`.
|
|
60
|
-
|
|
61
|
-
## The run, first time through
|
|
62
|
-
|
|
63
|
-
| # | Step | Run | Gate |
|
|
64
|
-
|---|---|---|---|
|
|
65
|
-
| 0 | Set up | `wdi-init` intent `setup` — registry scaffolded, global `mode` set, existing documents reported, structure maps derived | — |
|
|
66
|
-
| 1 | Discovery and brief | `wdi-problem` | **G1** |
|
|
67
|
-
| 2 | PRD, one per initiative | `wdi-product` intent `prd` | **G2** |
|
|
68
|
-
| 2b | UX — only when the interface is a large part of the promise. **Before G2**, because G2 reads its `EXPERIENCE.md` | `wdi-ux` | with **G2** |
|
|
69
|
-
| 3 | Birth the components, set `mode` and `risk_accepted`, and land the waiting UX halves | `wdi-init` intent `component` | — (tail of G2) |
|
|
70
|
-
| 4 | Blueprint | `wdi-blueprint` intent `catalog`, then `platform` | **G3** |
|
|
71
|
-
| 5 | One component's depth | `wdi-component` — as deep as its `mode`; **skipped at `catalog`** | **G4** |
|
|
72
|
-
| 6 | Pick the work | `wdi-report` intent `estimate` — candidate tasks derived from `CAP`/`FR`; one row becomes one spec | — |
|
|
73
|
-
| 7 | Build | `wdi-build` — opens the spec, has the owner run `to-spec` and `to-tickets`, ships each ticket, closes the spec | **G5** |
|
|
74
|
-
|
|
75
|
-
After step 7 the next component enters at **step 5** (at `mode: catalog`, at step 6), not at the
|
|
76
|
-
beginning. Steps 0–4 happen once in the life of the product.
|
|
77
|
-
|
|
78
|
-
**What the human reads is one rendered page per gate**: `.what-rendered/_product-brief/brief.md` at G1,
|
|
79
|
-
`.what-rendered/_prd/<slug>/prd.md` at G2, `.how-rendered/blueprint.md` at G3,
|
|
80
|
-
`.how-rendered/<pc>/SDD-<pc>.md` at G4. The working documents under `.what/` and `.how/` point at the
|
|
81
|
-
registry instead of repeating it and are the AI's. `SPEC.md` and ticket files are **not read by humans**.
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
`
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
|
98
|
-
|
|
99
|
-
|
|
|
100
|
-
|
|
|
101
|
-
|
|
|
102
|
-
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
|
117
|
-
|
|
118
|
-
| `wdi-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
|
123
|
-
|
|
124
|
-
| `wdi-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
|
129
|
-
|
|
130
|
-
| `wdi-
|
|
131
|
-
| `wdi-
|
|
132
|
-
| `wdi-
|
|
133
|
-
| `wdi-
|
|
134
|
-
| `wdi-
|
|
135
|
-
| `wdi-
|
|
136
|
-
| `wdi-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
|
141
|
-
|
|
142
|
-
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
|
147
|
-
|
|
148
|
-
|
|
|
149
|
-
|
|
|
150
|
-
|
|
|
151
|
-
|
|
|
152
|
-
|
|
|
153
|
-
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
| The
|
|
169
|
-
|
|
170
|
-
|
|
|
171
|
-
|
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
1
|
+
---
|
|
2
|
+
status: Reference
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# The WDI Method — orientation
|
|
6
|
+
|
|
7
|
+
**Opened when:** you have never seen this method before, or you have and want the shape back in one reading.
|
|
8
|
+
|
|
9
|
+
This file **explains**. It does not bind — `../document/*-guide.md` does, and where the two disagree the guide
|
|
10
|
+
wins and the disagreement is a defect to report.
|
|
11
|
+
|
|
12
|
+
Five minutes. Four more files sit beside this one: `artifact-map.md` for *"where does this file go"*,
|
|
13
|
+
`mode-risk-map.md` for *"I set a `mode` and a `risk_accepted` — what changes?"*, `portability.md` for which
|
|
14
|
+
files are the method's and which are the product's, and `rationale.md` for *"why is it like this"* — open
|
|
15
|
+
that last one before changing a rule, so you know what you are about to break.
|
|
16
|
+
|
|
17
|
+
## What the method is
|
|
18
|
+
|
|
19
|
+
Two methods joined. **WDI** owns the flow, the gates, and the artifacts nobody else writes. **BMad** owns
|
|
20
|
+
the writing skills where it has one. Every BMad skill is invoked through a WDI wrapper, never directly: the
|
|
21
|
+
wrapper is what checks position, verifies the result against the guide, and lands the memlog.
|
|
22
|
+
|
|
23
|
+
The whole thing rests on one sentence:
|
|
24
|
+
|
|
25
|
+
> Owner time is spent at five points. Between them, the agents work alone.
|
|
26
|
+
|
|
27
|
+
## Five gates
|
|
28
|
+
|
|
29
|
+
A gate is named for **what is decided there**, never for the work before it.
|
|
30
|
+
|
|
31
|
+
| Gate | Decides | How often | Budget |
|
|
32
|
+
|---|---|---|---|
|
|
33
|
+
| **G1 Problem** | What the problem is, whose it is, why it earns work | once | 20' |
|
|
34
|
+
| **G2 Product** | What is built, and how it feels to use | once per PRD | 45' |
|
|
35
|
+
| **G3 Blueprint** | The whole portrait: which use cases, their entities, tables, endpoints, screens, and the invariants binding them | once per **product** | 45' |
|
|
36
|
+
| **G4 Component** | How one Product Component is built, and what the choice costs | once per **component** | 20–30' |
|
|
37
|
+
| **G5 Release** | Whether it is done and proven | once per spec | 10' |
|
|
38
|
+
|
|
39
|
+
**Only G4 can disappear.** At `mode: catalog` its session does not happen at all; the other four always run,
|
|
40
|
+
and what each decides never changes. What `mode` does shorten everywhere is the **checklist**: at `catalog`
|
|
41
|
+
only the ★ questions are required, at G1 and G5 as much as at G4. Sessions fixed, checklist elastic — that is
|
|
42
|
+
what lets the whole system be held in one head.
|
|
43
|
+
|
|
44
|
+
## Two settings, and they control different things
|
|
45
|
+
|
|
46
|
+
| Setting | Where | Controls |
|
|
47
|
+
|---|---|---|
|
|
48
|
+
| `mode` | globally in `index.yaml`, per component in `components.yaml` | **Document depth**, and only that |
|
|
49
|
+
| `risk_accepted` | per component | **Review intensity**, and only that |
|
|
50
|
+
|
|
51
|
+
`mode` takes `catalog` · `outline` · `guarded` · `deep`, and the default is `catalog`. A component at
|
|
52
|
+
`catalog` **skips G4 entirely** — its control moved to G3, where its use cases, tables, endpoints, screens,
|
|
53
|
+
domain model, and C4 were all approved.
|
|
54
|
+
|
|
55
|
+
`risk_accepted` takes `low` · `medium` · `high`, and its direction reads off the name: `high` means *"I
|
|
56
|
+
accept a lot of risk here"*, so its review is the lightest.
|
|
57
|
+
|
|
58
|
+
Keeping them apart is what lets one component be **thin on purpose and reviewed the hardest**. Why that
|
|
59
|
+
matters is in `rationale.md`; what each value demands is in `../document/delivery-flow-guide.md`.
|
|
60
|
+
|
|
61
|
+
## The run, first time through
|
|
62
|
+
|
|
63
|
+
| # | Step | Run | Gate |
|
|
64
|
+
|---|---|---|---|
|
|
65
|
+
| 0 | Set up | `wdi-init` intent `setup` — registry scaffolded, global `mode` set, existing documents reported, structure maps derived | — |
|
|
66
|
+
| 1 | Discovery and brief | `wdi-problem` | **G1** |
|
|
67
|
+
| 2 | PRD, one per initiative | `wdi-product` intent `prd` | **G2** |
|
|
68
|
+
| 2b | UX — only when the interface is a large part of the promise. **Before G2**, because G2 reads its `EXPERIENCE.md` | `wdi-ux` | with **G2** |
|
|
69
|
+
| 3 | Birth the components, set `mode` and `risk_accepted`, and land the waiting UX halves | `wdi-init` intent `component` | — (tail of G2) |
|
|
70
|
+
| 4 | Blueprint | `wdi-blueprint` intent `catalog`, then `platform` | **G3** |
|
|
71
|
+
| 5 | One component's depth | `wdi-component` — as deep as its `mode`; **skipped at `catalog`** | **G4** |
|
|
72
|
+
| 6 | Pick the work | `wdi-report` intent `estimate` — candidate tasks derived from `CAP`/`FR`; one row becomes one spec | — |
|
|
73
|
+
| 7 | Build | `wdi-build` — opens the spec, has the owner run `to-spec` and `to-tickets`, ships each ticket, closes the spec | **G5** |
|
|
74
|
+
|
|
75
|
+
After step 7 the next component enters at **step 5** (at `mode: catalog`, at step 6), not at the
|
|
76
|
+
beginning. Steps 0–4 happen once in the life of the product.
|
|
77
|
+
|
|
78
|
+
**What the human reads is one rendered page per gate**: `.what-rendered/_product-brief/brief.md` at G1,
|
|
79
|
+
`.what-rendered/_prd/<slug>/prd.md` at G2, `.how-rendered/blueprint.md` at G3,
|
|
80
|
+
`.how-rendered/<pc>/SDD-<pc>.md` at G4. The working documents under `.what/` and `.how/` point at the
|
|
81
|
+
registry instead of repeating it and are the AI's. `SPEC.md` and ticket files are **not read by humans**.
|
|
82
|
+
|
|
83
|
+
Six engines come from [mattpocock/skills](https://github.com/mattpocock/skills) — `to-spec`,
|
|
84
|
+
`to-tickets`, `implement`, `tdd`, `code-review`, and `domain-modeling` (that last one is G3's, invoked by
|
|
85
|
+
`wdi-blueprint`). They are installed **into the repo**, on any agent:
|
|
86
|
+
`npx skills@latest add mattpocock/skills`. A user-level plugin does not count, and the reason is
|
|
87
|
+
mechanical: three of the six ship with `disable-model-invocation: true`, nothing outside the file lifts
|
|
88
|
+
it, and a plugin's files are not the repo's to edit. `wdi-method` strips it from the repo's own copies so
|
|
89
|
+
`wdi-build` and `wdi-autopilot` can invoke them, and re-applies that on every update because
|
|
90
|
+
`npx skills update` restores the author's file.
|
|
91
|
+
|
|
92
|
+
You do NOT need `/setup-matt-pocock-skills`: the installer seeds `docs/agents/` already answered for this
|
|
93
|
+
method. G1–G4 run without the engines; `wdi-build` and the Fast Path do not.
|
|
94
|
+
|
|
95
|
+
## The run, every time after
|
|
96
|
+
|
|
97
|
+
| Situation | Run |
|
|
98
|
+
|---|---|
|
|
99
|
+
| The next component is being taken on | `wdi-init` intent `mode` or `risk` if either needs changing → `wdi-component` → **G4** → `wdi-build` → **G5** |
|
|
100
|
+
| That component is at `mode: catalog` | straight to `wdi-build`. G4 is skipped |
|
|
101
|
+
| A promise changes where a PRD already exists | `wdi-product` intent `update` — never a second PRD for the same area |
|
|
102
|
+
| A new initiative with a different reader | `wdi-product` intent `prd` → `wdi-init` intent `component` if it births components |
|
|
103
|
+
| A small fix touching no `FR`, `UC`, `AD-N`, or domain model | Fast Path: the owner runs `/implement` directly, with no wrapper. It **stops and becomes a spec `S`** the moment an `FR` is touched |
|
|
104
|
+
| A bug, a failing test, unexpected behaviour | `wdi-systematic-debugging`, **before** any fix is proposed |
|
|
105
|
+
| A planning assumption turned out void | `wdi-decision` — it wraps `bmad-correct-course`, proposes, and changes nothing itself |
|
|
106
|
+
| An estimate or a task list is needed | `wdi-report` intent `estimate` |
|
|
107
|
+
| `wdi-method update` printed an `upgrade` line | `wdi-upgrade`, before any other skill — it moves content into the new shape, never invents it, one commit |
|
|
108
|
+
| You do not know where you are | `wdi-help` |
|
|
109
|
+
|
|
110
|
+
## Eighteen skills
|
|
111
|
+
|
|
112
|
+
Named for the **gate they serve**, so *"which skill do I run"* is answered by *"which gate am I at"*.
|
|
113
|
+
|
|
114
|
+
**Moment-bound** — running them outside their point is wrong:
|
|
115
|
+
|
|
116
|
+
| Skill | Its moment |
|
|
117
|
+
|---|---|
|
|
118
|
+
| `wdi-init` intent `setup` | before G1, once per project |
|
|
119
|
+
| `wdi-problem` | G1 |
|
|
120
|
+
| `wdi-product` | G2 |
|
|
121
|
+
| `wdi-init` intent `component` | tail of G2, and whenever a new PRD births a component |
|
|
122
|
+
| `wdi-blueprint` | G3 |
|
|
123
|
+
| `wdi-component` | G4 |
|
|
124
|
+
| `wdi-build` | G5, one spec per run |
|
|
125
|
+
|
|
126
|
+
**Anytime** — run the moment the trigger appears, without waiting for a gate:
|
|
127
|
+
|
|
128
|
+
| Skill | Its trigger |
|
|
129
|
+
|---|---|
|
|
130
|
+
| `wdi-decision` | A decision worth remembering · a void assumption · an accepted decision to carry into documents |
|
|
131
|
+
| `wdi-question` | Something that cannot be decided now |
|
|
132
|
+
| `wdi-log` | A meeting finished, or a non-technical fact now binds |
|
|
133
|
+
| `wdi-help` | "Where am I, what next" |
|
|
134
|
+
| `wdi-explain-to-me` | "Brief me so I can decide this" — an open question, a defect, a design fork. Reads everything, writes nothing; the decision then goes to `wdi-decision` or `wdi-question` |
|
|
135
|
+
| `wdi-autopilot` | "Deliver every `FR` and do not ask me in between." A preflight the owner confirms becomes one `DEC-` of `type: mandate`; a loop then fires the skill, and it runs every other skill, decides what they would have asked, and writes each decision to one ledger the owner reviews in parallel |
|
|
136
|
+
| `wdi-upgrade` | `wdi-method update` just moved the method version, and the summary listed content still in the old shape. Moves it, never invents it; one commit |
|
|
137
|
+
| `wdi-reconcile` | Any time. Read-only — it reports, it never edits |
|
|
138
|
+
| `wdi-review` | Over any document, any time |
|
|
139
|
+
| `wdi-systematic-debugging` | A bug, a failed test, a failed build, unexpected behaviour |
|
|
140
|
+
| `wdi-report` | An estimate at the start · progress periodically · before a client update |
|
|
141
|
+
| `wdi-init` intents `mode` · `risk` · `structure` | Any time |
|
|
142
|
+
| `wdi-ux` | Any time after a PRD exists, if UX is being used |
|
|
143
|
+
|
|
144
|
+
## Who writes what — WDI and BMad
|
|
145
|
+
|
|
146
|
+
| Artifact | Written by | Wrapped in |
|
|
147
|
+
|---|---|---|
|
|
148
|
+
| Product brief | `bmad-product-brief` | `wdi-problem` |
|
|
149
|
+
| PRD | `bmad-prd` | `wdi-product` |
|
|
150
|
+
| UX | `bmad-ux` | `wdi-ux` |
|
|
151
|
+
| Spine + C4 | `bmad-architecture` | `wdi-blueprint` |
|
|
152
|
+
| **UC catalogue · actors · entities · business rules** | **nothing in BMad** | `wdi-blueprint` writes it itself |
|
|
153
|
+
| **SRS and all of `.what/<pc>/`** | **nothing in BMad** | `wdi-component` writes it itself |
|
|
154
|
+
| **SDD and all of `.how/<pc>/`** | **nothing in BMad** | `wdi-component` writes it itself |
|
|
155
|
+
| `SPEC.md` + tickets | `to-spec` · `to-tickets` — **not BMad's**, and the owner runs them | `wdi-build` |
|
|
156
|
+
| Code | `implement`, with `tdd` inside it — same | `wdi-build` |
|
|
157
|
+
| Code review | `code-review` — same | `wdi-build` |
|
|
158
|
+
| Document review | `bmad-review` | `wdi-review` |
|
|
159
|
+
| Course correction | `bmad-correct-course` | `wdi-decision` |
|
|
160
|
+
|
|
161
|
+
**The bold rows are why this method exists.** BMad stops at the promise and starts again at the mechanism,
|
|
162
|
+
and every behaviour in between had no author. Three consequences stick to those artifacts and are handled
|
|
163
|
+
deliberately: no `doc_standards` fires a review, no memlog is born on its own, and no template enforces
|
|
164
|
+
itself.
|
|
165
|
+
|
|
166
|
+
## Where things live
|
|
167
|
+
|
|
168
|
+
| The thing in your hand | Its folder |
|
|
169
|
+
|---|---|
|
|
170
|
+
| How we work — a rule, a guide, a template | `.constitution/` |
|
|
171
|
+
| What currently holds — a decision, a question, a registry, a map | `.control/` |
|
|
172
|
+
| What is promised — the brief, a PRD, a use case, a business rule | `.what/` |
|
|
173
|
+
| How it is built — the spine, C4, an inventory, an SDD, a contract | `.how/` |
|
|
174
|
+
| The complete page a human reads at a gate — regenerated, never edited | `.what-rendered/` · `.how-rendered/` |
|
|
175
|
+
| A skill run's working output | `_bmad-output/` |
|
|
176
|
+
| Scratch that empties when the task closes | `.work/` |
|
|
177
|
+
| The application | `src/` · `web/` |
|
|
178
|
+
|
|
179
|
+
The test that settles anything ambiguous: **is this file still correct after its spec has passed?** Yes →
|
|
180
|
+
the corpus. No → `_bmad-output/`. In doubt, `../document/corpus-guide.md`.
|
|
181
|
+
|
|
182
|
+
## Model choice
|
|
183
|
+
|
|
184
|
+
| Point | Model |
|
|
185
|
+
|---|---|
|
|
186
|
+
| Decisions — proposing a slicing, wording a `DEC-`, preparing a gate | `opus@high` |
|
|
187
|
+
| Writing, derivation, a review-fix pass | `sonnet@high` |
|
|
188
|
+
| Code review panel | Reviewers dispatched separately from the builder — the local Agent Rules govern CLI/model pairing |
|
|
189
|
+
|
|
190
|
+
In a derivation pass, quality comes from the input rather than the model. Running a "find the gap" lens with
|
|
191
|
+
the most careful model produces the most gaps, and each one becomes an open question — a cost nobody sees
|
|
192
|
+
until the question list has stopped being readable.
|
|
@@ -117,7 +117,7 @@ someone else performs. `../document/corpus-guide.md` holds the binding version o
|
|
|
117
117
|
| `wdi-blueprint` | `.what/<pc>/` § Actor Register + § UC Catalogue + `03-domain/domain-model.md` · `.what/business-rules.md` · `.control/product-glossary.md` · all of `.how/_platform/` except `design-system.md` |
|
|
118
118
|
| `wdi-component` | `.what/<pc>/` slots `02`–`05` · `.how/<pc>/` except `01-ux/` |
|
|
119
119
|
| `wdi-ux` | `EXPERIENCE.md` · `.how/<pc>/01-ux/` · `.how/_platform/design-system.md` |
|
|
120
|
-
| `wdi-build` | `specs.yaml` ·
|
|
120
|
+
| `wdi-build` | `specs.yaml` · `.scratch/<spec-id>-<slug>/` · `src/` · `web/` |
|
|
121
121
|
| `wdi-decision` | `.control/decisions/` · `decisions.yaml`, and at apply time whatever `touches` names — through each file's owner |
|
|
122
122
|
| `wdi-question` | `.control/questions/` |
|
|
123
123
|
| `wdi-log` | `.control/meetings/` · `.control/project-non-technical-log.md` |
|