viepilot 1.3.1 → 1.8.0
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/CHANGELOG.md +51 -1
- package/README.md +23 -19
- package/bin/viepilot.cjs +54 -22
- package/bin/vp-tools.cjs +152 -0
- package/dev-install.sh +29 -8
- package/docs/README.md +4 -2
- package/docs/dev/cli-reference.md +70 -1
- package/docs/dev/contributing.md +4 -0
- package/docs/dev/deployment.md +3 -4
- package/docs/skills-reference.md +44 -0
- package/docs/troubleshooting.md +37 -0
- package/docs/user/features/brainstorm.md +28 -0
- package/docs/user/features/product-horizon.md +18 -0
- package/docs/user/features/ui-direction.md +63 -12
- package/docs/user/quick-start.md +22 -0
- package/install.sh +24 -90
- package/lib/viepilot-info.cjs +196 -0
- package/lib/viepilot-install.cjs +427 -0
- package/lib/viepilot-update.cjs +156 -0
- package/package.json +2 -1
- package/skills/vp-audit/SKILL.md +7 -1
- package/skills/vp-brainstorm/SKILL.md +9 -5
- package/skills/vp-crystallize/SKILL.md +25 -12
- package/skills/vp-debug/SKILL.md +12 -5
- package/skills/vp-info/SKILL.md +62 -0
- package/skills/vp-update/SKILL.md +59 -0
- package/templates/project/AI-GUIDE.md +23 -11
- package/templates/project/ARCHITECTURE.md +53 -0
- package/templates/project/PROJECT-CONTEXT.md +22 -0
- package/templates/project/ROADMAP.md +27 -0
- package/workflows/autonomous.md +7 -0
- package/workflows/brainstorm.md +80 -11
- package/workflows/crystallize.md +53 -9
|
@@ -51,6 +51,33 @@
|
|
|
51
51
|
|
|
52
52
|
---
|
|
53
53
|
|
|
54
|
+
## Post-MVP / Product horizon
|
|
55
|
+
|
|
56
|
+
> **Mandatory block (crystallize):** Populate from brainstorm **`## Product horizon`**, or state **single-release** explicitly. Tier tags: `(MVP)` ship first; `(Post-MVP)` after first release; `(Future)` exploratory.
|
|
57
|
+
|
|
58
|
+
### Horizon mode
|
|
59
|
+
|
|
60
|
+
{{HORIZON_MODE_LINE}}
|
|
61
|
+
|
|
62
|
+
### Post-MVP themes (epic-level)
|
|
63
|
+
|
|
64
|
+
{{POST_MVP_EPICS}}
|
|
65
|
+
|
|
66
|
+
### Future / exploratory
|
|
67
|
+
|
|
68
|
+
{{FUTURE_EPICS}}
|
|
69
|
+
|
|
70
|
+
### Deferred capabilities (from MVP)
|
|
71
|
+
|
|
72
|
+
{{DEFERRED_CAPABILITIES}}
|
|
73
|
+
|
|
74
|
+
### Non-goals for MVP (reference)
|
|
75
|
+
|
|
76
|
+
{{MVP_NON_GOALS_ROADMAP}}
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
54
80
|
## Notes
|
|
55
81
|
- Created: {{DATE}}
|
|
56
82
|
- Last Updated: {{DATE}}
|
|
83
|
+
- **Horizon:** Keep Post-MVP / Future content in sync with `PROJECT-CONTEXT.md` *Product vision & phased scope* after crystallize.
|
package/workflows/autonomous.md
CHANGED
|
@@ -90,6 +90,13 @@ read:
|
|
|
90
90
|
- context_required files from task file
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
+
Architecture context rule (ENH-018):
|
|
94
|
+
- If `.viepilot/ARCHITECTURE.md` includes a diagram applicability matrix, load only diagrams relevant to current task:
|
|
95
|
+
- `required`: must be consulted before implementation/debug decisions.
|
|
96
|
+
- `optional`: consult when directly related; do not block task if absent.
|
|
97
|
+
- `N/A`: respect rationale; do not force diagram regeneration.
|
|
98
|
+
- If matrix is missing, continue with explicit assumption notes in task logs.
|
|
99
|
+
|
|
93
100
|
#### Validate Task Contract (required before code)
|
|
94
101
|
Task must include execution-grade details:
|
|
95
102
|
- Objective (specific outcome)
|
package/workflows/brainstorm.md
CHANGED
|
@@ -41,6 +41,7 @@ Nếu user chọn tiếp tục:
|
|
|
41
41
|
2. Tóm tắt nội dung đã thảo luận
|
|
42
42
|
3. Xác định các open questions / action items còn lại
|
|
43
43
|
4. Tiếp tục từ điểm dừng
|
|
44
|
+
5. Nếu session đã có section **`## Product horizon`**: tóm tắt nhanh MVP / Post-MVP / Future hiện có; mọi cập nhật sau đó phải **merge** vào section đó (không xóa im lặng, không làm mất tier tags) trừ khi user chủ động yêu cầu thu hẹp/mở rộng scope.
|
|
44
45
|
</step>
|
|
45
46
|
|
|
46
47
|
<step name="brainstorm_mode">
|
|
@@ -58,6 +59,12 @@ Gợi ý các topics để brainstorm:
|
|
|
58
59
|
- System components
|
|
59
60
|
- Data flow
|
|
60
61
|
- Technology stack
|
|
62
|
+
- Diagram applicability signals (for crystallize):
|
|
63
|
+
- Service/module count and boundaries
|
|
64
|
+
- Event-driven usage (queues, webhooks, async jobs)
|
|
65
|
+
- Deployment topology (single node vs multi-env / distributed)
|
|
66
|
+
- User journey complexity (single actor/simple flow vs multi-actor)
|
|
67
|
+
- External integration surface (few vs many protocols/services)
|
|
61
68
|
|
|
62
69
|
3. **Data Model**
|
|
63
70
|
- Core entities
|
|
@@ -74,6 +81,13 @@ Gợi ý các topics để brainstorm:
|
|
|
74
81
|
- Monitoring
|
|
75
82
|
- Scaling
|
|
76
83
|
|
|
84
|
+
6. **Product horizon (MVP vs Post-MVP vs Future)** — **bắt buộc duy trì trong session file** khi user thảo luận bất kỳ tính năng / milestone nào:
|
|
85
|
+
- **Mục tiêu**: tách rõ phạm vi ship đầu tiên với tầm nhìn sau MVP để `/vp-crystallize` không “mất” ý tưởng dài hạn.
|
|
86
|
+
- **Quy ước tag** (đặt ở cuối dòng bullet): `(MVP)` | `(Post-MVP)` | `(Future)`.
|
|
87
|
+
- **Non-goals for MVP**: những gì cố tình *không* làm ở bản đầu (tránh hiểu nhầm là quên).
|
|
88
|
+
- **Deferred capabilities**: tính năng đã thống nhất nhưng **lùi sau MVP** — ghi rõ để crystallize map vào roadmap horizon.
|
|
89
|
+
- Nếu sản phẩm **single-release** (không có post-MVP): ghi một dòng explicit trong session, ví dụ: `**Scope**: single-release only — no deferred epics.`
|
|
90
|
+
|
|
77
91
|
### Interactive Q&A
|
|
78
92
|
Cho mỗi topic:
|
|
79
93
|
1. Đặt câu hỏi cụ thể
|
|
@@ -113,26 +127,42 @@ User có thể yêu cầu research ngay trong brainstorm (không cần đổi sk
|
|
|
113
127
|
Nếu assistant nhận thấy topic có độ mơ hồ cao hoặc rủi ro quyết định sai, assistant nên chủ động đề xuất:
|
|
114
128
|
`Mục này nên research nhanh trước khi chốt, bạn muốn mình research luôn trong phiên này không?`
|
|
115
129
|
|
|
116
|
-
### UI Direction Mode (design-in-the-loop; FEAT-002)
|
|
130
|
+
### UI Direction Mode (design-in-the-loop; FEAT-002 + FEAT-007)
|
|
117
131
|
Nếu user đang brainstorm cho dự án có UI/UX hoặc yêu cầu thiết kế trực quan:
|
|
118
132
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
133
|
+
**Layout — chọn một:**
|
|
134
|
+
|
|
135
|
+
- **Legacy (một màn):** `.viepilot/ui-direction/{session-id}/index.html` + `style.css` + `notes.md`.
|
|
136
|
+
- **Multi-page (nhiều màn):** cùng thư mục session, thêm `pages/{slug}.html` cho từng page; `index.html` là **hub** (liên kết tới mọi page). `style.css` shared.
|
|
137
|
+
|
|
138
|
+
**Quy tắc chung**
|
|
139
|
+
|
|
140
|
+
1. Tạo workspace direction cho phiên hiện tại (tối thiểu `style.css` + `notes.md`; HTML theo layout đã chọn).
|
|
123
141
|
2. Mỗi lần user đổi requirement/layout/component:
|
|
124
142
|
- Cập nhật trực tiếp HTML/CSS direction
|
|
125
|
-
- Ghi decision + rationale vào `notes.md` (single source of truth)
|
|
143
|
+
- Ghi decision + rationale vào `notes.md` (single source of truth cho design intent)
|
|
144
|
+
|
|
145
|
+
**Hook bắt buộc (multi-page only)**
|
|
146
|
+
|
|
147
|
+
Khi thư mục `pages/` tồn tại hoặc bất kỳ `pages/*.html` nào được thêm / đổi tên / xóa:
|
|
148
|
+
|
|
149
|
+
- Cập nhật **hub** `index.html` (nav / danh sách link tới mọi page còn lại).
|
|
150
|
+
- Cập nhật ngay section **`## Pages inventory`** trong `notes.md` (bảng: Slug | File | Title | Purpose | Key sections | Nav to) — phải khớp 100% tập file `pages/*.html` hiện có.
|
|
151
|
+
- Không kết thúc topic / không coi session UI đã “sync” nếu inventory lệch với file trên disk.
|
|
152
|
+
|
|
126
153
|
3. Nếu user gửi references/components (bao gồm 21st.dev prompt/link), ghi rõ:
|
|
127
154
|
- nguồn tham chiếu
|
|
128
|
-
- phần UI áp dụng
|
|
155
|
+
- phần UI áp dụng (page slug nếu multi-page)
|
|
129
156
|
- điều chỉnh theo mục tiêu sản phẩm
|
|
130
157
|
4. Giữ prototype ở mức mô tả định hướng (directional), không ép build production-ready code ở bước brainstorm.
|
|
131
158
|
|
|
159
|
+
Tham chiếu user: `docs/user/features/ui-direction.md`.
|
|
160
|
+
|
|
132
161
|
### Kết thúc mỗi topic
|
|
133
162
|
- Tóm tắt decisions
|
|
134
163
|
- List action items
|
|
135
164
|
- Note open questions
|
|
165
|
+
- Nếu topic thêm/sửa capability: cập nhật **`## Product horizon`** trong bản nháp session (hoặc nhắc user lưu `/save`) với tag tier phù hợp
|
|
136
166
|
</step>
|
|
137
167
|
|
|
138
168
|
<step name="save_session">
|
|
@@ -148,6 +178,42 @@ Tạo/cập nhật file: `docs/brainstorm/session-{YYYY-MM-DD}.md`
|
|
|
148
178
|
- **Participants**: User, Claude
|
|
149
179
|
- **Status**: In Progress | Completed
|
|
150
180
|
|
|
181
|
+
## Product horizon
|
|
182
|
+
|
|
183
|
+
> Single source for **MVP / Post-MVP / Future** scope. Bắt buộc giữ section này khi tiếp tục session; crystallize đọc để không bỏ sót post-MVP.
|
|
184
|
+
|
|
185
|
+
### MVP (ship first)
|
|
186
|
+
- Capability / theme — `(MVP)`
|
|
187
|
+
- ...
|
|
188
|
+
|
|
189
|
+
### Post-MVP (after first release)
|
|
190
|
+
- Capability / theme — `(Post-MVP)`
|
|
191
|
+
- ...
|
|
192
|
+
|
|
193
|
+
### Future / exploratory
|
|
194
|
+
- Idea — `(Future)`
|
|
195
|
+
- ...
|
|
196
|
+
|
|
197
|
+
### Non-goals for MVP
|
|
198
|
+
- ...
|
|
199
|
+
|
|
200
|
+
### Deferred capabilities (from MVP)
|
|
201
|
+
- ...
|
|
202
|
+
|
|
203
|
+
**Scope note (optional):** Nếu không có post-MVP: `Single-release product — no separate horizon epics.`
|
|
204
|
+
|
|
205
|
+
## Architecture diagram applicability inputs
|
|
206
|
+
|
|
207
|
+
> Input contract for `/vp-crystallize` Step 4. Keep concise and explicit.
|
|
208
|
+
|
|
209
|
+
- **Project complexity**: simple | moderate | complex
|
|
210
|
+
- **Services/modules**: {single | multiple} + boundaries
|
|
211
|
+
- **Event-driven**: yes/no + channels (queue/webhook/cron)
|
|
212
|
+
- **Deployment shape**: local-only | single-env cloud | multi-env/distributed
|
|
213
|
+
- **User flow complexity**: simple | multi-step | multi-actor
|
|
214
|
+
- **Integration surface**: low | medium | high
|
|
215
|
+
- **Initial diagram hints** (optional): required / optional / N/A candidates
|
|
216
|
+
|
|
151
217
|
## Topics Discussed
|
|
152
218
|
|
|
153
219
|
### Topic 1: {Name}
|
|
@@ -179,12 +245,14 @@ Tạo/cập nhật file: `docs/brainstorm/session-{YYYY-MM-DD}.md`
|
|
|
179
245
|
|
|
180
246
|
**UI Direction Artifacts** (if applicable):
|
|
181
247
|
- Session id: {session-id}
|
|
248
|
+
- Layout: legacy (single `index.html`) | multi-page (`pages/*.html` + hub `index.html`)
|
|
182
249
|
- Files:
|
|
183
|
-
- `.viepilot/ui-direction/{session-id}/index.html`
|
|
250
|
+
- `.viepilot/ui-direction/{session-id}/index.html` (hub hoặc single-screen)
|
|
184
251
|
- `.viepilot/ui-direction/{session-id}/style.css`
|
|
185
|
-
- `.viepilot/ui-direction/{session-id}/notes.md`
|
|
252
|
+
- `.viepilot/ui-direction/{session-id}/notes.md` (must include `## Pages inventory` when `pages/` exists)
|
|
253
|
+
- `.viepilot/ui-direction/{session-id}/pages/*.html` (when multi-page)
|
|
186
254
|
- Preview focus:
|
|
187
|
-
- {layout/flow summary}
|
|
255
|
+
- {layout/flow summary; list each page slug if multi-page}
|
|
188
256
|
|
|
189
257
|
---
|
|
190
258
|
|
|
@@ -228,7 +296,7 @@ Next step: /vp-crystallize
|
|
|
228
296
|
This will transform your brainstorm into:
|
|
229
297
|
- Project structure
|
|
230
298
|
- Architecture documents
|
|
231
|
-
- Development roadmap
|
|
299
|
+
- Development roadmap (MVP phases + **Post-MVP / horizon** when documented above)
|
|
232
300
|
```
|
|
233
301
|
</step>
|
|
234
302
|
|
|
@@ -247,6 +315,7 @@ User có thể dùng các lệnh trong phiên brainstorm:
|
|
|
247
315
|
|
|
248
316
|
<success_criteria>
|
|
249
317
|
- [ ] Session file created với đầy đủ sections
|
|
318
|
+
- [ ] `## Product horizon` present với MVP / Post-MVP / Future (hoặc explicit single-release statement)
|
|
250
319
|
- [ ] Decisions có rationale
|
|
251
320
|
- [ ] Open questions tracked
|
|
252
321
|
- [ ] Action items captured
|
package/workflows/crystallize.md
CHANGED
|
@@ -80,12 +80,25 @@ For each session file:
|
|
|
80
80
|
3. Extract database schemas
|
|
81
81
|
4. Extract features/requirements
|
|
82
82
|
5. Extract tech stack choices
|
|
83
|
+
6. **Product horizon (mandatory)** — parse `## Product horizon` when present (contract: `workflows/brainstorm.md`):
|
|
84
|
+
- Classify bullets under **MVP (ship first)**, **Post-MVP (after first release)**, and **Future / exploratory** using trailing tags `(MVP)` / `(Post-MVP)` / `(Future)` when present.
|
|
85
|
+
- Capture **Non-goals for MVP** and **Deferred capabilities (from MVP)** as first-class lists (these feed roadmap horizon and architecture constraints).
|
|
86
|
+
- Record **extensibility / platform notes** that imply deferred work (e.g., plugin model later, multi-tenant after MVP) if written in horizon or architecture sections.
|
|
87
|
+
- If the session states **single-release only** / **no deferred epics** (see brainstorm scope note), record `horizon_mode: single_release` in working notes for Step 7.
|
|
88
|
+
|
|
89
|
+
**Consolidate across sessions** into a single **horizon inventory** (dedupe by capability name; if the same capability appears under conflicting tiers → stop and ask the user which tier wins).
|
|
90
|
+
|
|
91
|
+
**Horizon validation gate (before leaving Step 1):**
|
|
92
|
+
- [ ] Every brainstorm file was checked for `## Product horizon` **or** an explicit in-session single-release / no-deferred statement.
|
|
93
|
+
- [ ] If `## Product horizon` is missing and the session still discusses releases beyond MVP without a single-release statement → stop and ask the user to update the session (e.g. `/vp-brainstorm` save) or confirm **single-release only** for the whole project.
|
|
94
|
+
- [ ] Either **horizon inventory is non-empty** (Post-MVP/Future/deferred items captured) **or** **single-release** is explicitly recorded — no silent default.
|
|
83
95
|
|
|
84
96
|
Validate completeness:
|
|
85
97
|
- [ ] Tech stack defined
|
|
86
98
|
- [ ] Core features identified
|
|
87
99
|
- [ ] Database schema exists
|
|
88
100
|
- [ ] API requirements clear
|
|
101
|
+
- [ ] Product horizon processed per gate above (inventory or explicit single-release)
|
|
89
102
|
|
|
90
103
|
If gaps found → ask user to clarify or return to brainstorm.
|
|
91
104
|
</step>
|
|
@@ -101,11 +114,16 @@ ls -la .viepilot/ui-direction/ 2>/dev/null
|
|
|
101
114
|
|
|
102
115
|
When available, for the selected/latest session:
|
|
103
116
|
- Read `.viepilot/ui-direction/{session-id}/notes.md` first (source of design decisions)
|
|
104
|
-
-
|
|
105
|
-
-
|
|
106
|
-
-
|
|
107
|
-
- interaction
|
|
108
|
-
-
|
|
117
|
+
- If `pages/` exists and contains `*.html`:
|
|
118
|
+
- Require section **`## Pages inventory`** in `notes.md`; treat it as the **site map** (page count, purpose, navigation).
|
|
119
|
+
- List all `pages/*.html` and confirm each file is represented in the inventory table (if mismatch → stop and ask user to fix brainstorm artifacts or document assumptions).
|
|
120
|
+
- Read **each** `pages/{slug}.html` for section structure, components, and interaction hints.
|
|
121
|
+
- Read hub `index.html` for cross-page navigation intent.
|
|
122
|
+
- Else (legacy single-file layout):
|
|
123
|
+
- Read `index.html` + `style.css` only (no `pages/`).
|
|
124
|
+
- Always read `style.css` for shared styling constraints.
|
|
125
|
+
- Extract from HTML: layout hierarchy, component candidates, interaction expectations.
|
|
126
|
+
- In architecture / UI plan output, **enumerate every page** from inventory (or state explicitly single-page legacy).
|
|
109
127
|
|
|
110
128
|
If UI scope is present but artifacts are missing:
|
|
111
129
|
- Warn user and request either:
|
|
@@ -177,7 +195,7 @@ Create `.viepilot/AI-GUIDE.md` using template:
|
|
|
177
195
|
|
|
178
196
|
Customize with:
|
|
179
197
|
- Project-specific file references
|
|
180
|
-
- Context loading strategy based on project size
|
|
198
|
+
- Context loading strategy based on project size — **preserve template ordering** where `PROJECT-CONTEXT.md` **`<product_vision>`** and **`ROADMAP.md` horizon** (Post-MVP / Future) are read **before** deep implementation / architecture lock; state this explicitly in the generated `AI-GUIDE.md` if you trim sections
|
|
181
199
|
- Quick lookup for project-specific terms
|
|
182
200
|
- Fast stack lookup section:
|
|
183
201
|
- Read `.viepilot/STACKS.md`
|
|
@@ -211,6 +229,23 @@ Extract from brainstorm:
|
|
|
211
229
|
- Data flow
|
|
212
230
|
- Technology decisions with rationale
|
|
213
231
|
- Integration points
|
|
232
|
+
|
|
233
|
+
Before writing diagrams, create a **diagram applicability matrix** from brainstorm signals (complexity, service boundaries, event usage, deployment shape, user-flow complexity, integration surface):
|
|
234
|
+
|
|
235
|
+
| Diagram type | Status | Rule |
|
|
236
|
+
|--------------|--------|------|
|
|
237
|
+
| `system-overview` | required/optional/N/A | Required if >1 major component or integration boundary |
|
|
238
|
+
| `data-flow` | required/optional/N/A | Required when request/response or data pipeline is central |
|
|
239
|
+
| `event-flows` | required/optional/N/A | Required when async events/webhooks/queues exist |
|
|
240
|
+
| `module-dependencies` | required/optional/N/A | Required when multi-module/layer boundaries matter |
|
|
241
|
+
| `deployment` | required/optional/N/A | Required for multi-env/distributed deployment concerns |
|
|
242
|
+
| `user-use-case` | required/optional/N/A | Required when user journey/actor interactions drive design |
|
|
243
|
+
|
|
244
|
+
Generation rules:
|
|
245
|
+
- `required`: include explicit ` ```mermaid ` block in `.viepilot/ARCHITECTURE.md`
|
|
246
|
+
- `optional`: may be simplified or merged with a nearby section, but keep section heading discoverable
|
|
247
|
+
- `N/A`: keep heading and add one-line rationale (`Not applicable: ...`) so `vp-audit` and `vp-auto` can interpret intent
|
|
248
|
+
- Never default to “all six detailed diagrams”; diagram depth must scale with project complexity from brainstorm.
|
|
214
249
|
</step>
|
|
215
250
|
|
|
216
251
|
<step name="generate_context">
|
|
@@ -255,14 +290,22 @@ Create `.viepilot/ROADMAP.md` using template:
|
|
|
255
290
|
`@$HOME/.cursor/viepilot/templates/project/ROADMAP.md`
|
|
256
291
|
|
|
257
292
|
From brainstorm features/MVP breakdown:
|
|
258
|
-
1. Create phases
|
|
293
|
+
1. Create **executable MVP phases** (what `/vp-auto` can run next; near-term delivery only).
|
|
259
294
|
2. For each phase:
|
|
260
295
|
- Define goal
|
|
261
296
|
- Break into tasks
|
|
262
297
|
- Set acceptance criteria
|
|
263
298
|
- Add verification checkpoints
|
|
264
299
|
- Estimate complexity (S/M/L/XL)
|
|
265
|
-
3. Define dependencies between phases
|
|
300
|
+
3. Define dependencies between MVP phases.
|
|
301
|
+
4. **Post-MVP / product horizon (mandatory section in `.viepilot/ROADMAP.md`):**
|
|
302
|
+
- After MVP phases, always add a dedicated block (heading e.g. `## Post-MVP / Product horizon` or match the project template’s equivalent) that is **never omitted**:
|
|
303
|
+
- If Step 1 recorded **single-release** / no deferred epics: state explicitly *e.g.* **Single-release scope — no separate post-MVP epics** and that deferred capabilities are none by confirmation (do not invent future work).
|
|
304
|
+
- Otherwise: summarize **horizon inventory** items as **epic-level** entries (dependencies, rough sequencing OK; full task breakdown optional).
|
|
305
|
+
- Where a future epic depends on MVP deliverables, note **dependency links** back to the MVP phase(s) that unlock it.
|
|
306
|
+
5. **ROADMAP self-check before finalize:**
|
|
307
|
+
- If Step 1 **horizon inventory** is non-empty but the draft ROADMAP **drops** those items or lacks the horizon block → **stop** and ask the user to reconcile (do not ship a roadmap that silently omits post-MVP content from brainstorm).
|
|
308
|
+
- If brainstorm contained Post-MVP ideas only in free text without `## Product horizon` → you should already have stopped in Step 1; do not proceed to commit ROADMAP.
|
|
266
309
|
</step>
|
|
267
310
|
|
|
268
311
|
<step name="generate_schemas">
|
|
@@ -408,10 +451,11 @@ Note: global stack cache at `~/.viepilot/stacks/` is machine-level knowledge and
|
|
|
408
451
|
- [ ] All metadata collected
|
|
409
452
|
- [ ] Official research completed for each selected stack
|
|
410
453
|
- [ ] Global stack cache written under ~/.viepilot/stacks/{stack}/
|
|
454
|
+
- [ ] Step 1: product horizon extracted **or** explicit single-release recorded; validation gate satisfied
|
|
411
455
|
- [ ] All artifacts created in .viepilot/
|
|
412
456
|
- [ ] PROJECT-META.md complete
|
|
413
457
|
- [ ] SYSTEM-RULES.md has all standards
|
|
414
|
-
- [ ] ROADMAP.md has phases with tasks
|
|
458
|
+
- [ ] ROADMAP.md has MVP phases with tasks **and** mandatory Post-MVP / horizon block (or explicit single-release statement)
|
|
415
459
|
- [ ] Phase directories created
|
|
416
460
|
- [ ] Project files created
|
|
417
461
|
- [ ] Git committed
|