godpowers 0.15.8 → 0.15.9

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 CHANGED
@@ -5,6 +5,21 @@ All notable changes to Godpowers will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.15.9] - 2026-05-11
9
+
10
+ Early design planning release. Lets UI and product-experience projects shape
11
+ DESIGN.md before architecture.
12
+
13
+ ### Changed
14
+ - `/god-init` now records UI and product-experience signals in
15
+ `.godpowers/prep/INITIAL-FINDINGS.md`.
16
+ - `/god-prd`, `/god-next`, and `/god-mode` now route to `/god-design` after
17
+ PRD and before `/god-arch` when UI or product-experience signals are found.
18
+ - `/god-design` now requires PRD, not stack, so DESIGN.md can inform
19
+ architecture, roadmap, and stack instead of arriving after them.
20
+ - Architecture, roadmap, and stack routing and agents now read DESIGN.md and
21
+ PRODUCT.md when present.
22
+
8
23
  ## [0.15.8] - 2026-05-11
9
24
 
10
25
  Init preparation release. Documents what Godpowers found before PRD, next-step
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![CI](https://github.com/aihxp/godpowers/actions/workflows/ci.yml/badge.svg)](https://github.com/aihxp/godpowers/actions/workflows/ci.yml)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
5
- [![Version](https://img.shields.io/badge/version-0.15.8-blue)](CHANGELOG.md)
5
+ [![Version](https://img.shields.io/badge/version-0.15.9-blue)](CHANGELOG.md)
6
6
  [![npm](https://img.shields.io/npm/v/godpowers.svg)](https://www.npmjs.com/package/godpowers)
7
7
 
8
8
  **Ship fast. Ship right. Ship everything. Ship accountably.**
@@ -75,6 +75,12 @@ PRD complete: .godpowers/prd/PRD.md
75
75
  Suggested next: /god-arch (design the architecture)
76
76
  ```
77
77
 
78
+ For UI or product-experience projects, PRD can route to design first:
79
+
80
+ ```
81
+ Suggested next: /god-design (shape product experience)
82
+ ```
83
+
78
84
  You can also ask any time:
79
85
 
80
86
  ```
@@ -164,7 +170,7 @@ Skill updates: PROGRESS.md
164
170
  | Tier | Sub-steps | Specialists |
165
171
  |------|-----------|-------------|
166
172
  | 0: Orchestration | mode detection, scale, progress | god-orchestrator |
167
- | 1: Planning | PRD, ARCH, ROADMAP, STACK | god-pm, god-architect, god-roadmapper, god-stack-selector |
173
+ | 1: Planning | PRD, optional DESIGN, ARCH, ROADMAP, STACK | god-pm, god-designer, god-architect, god-roadmapper, god-stack-selector |
168
174
  | 2: Building | repo, plan, execute, review | god-repo-scaffolder, god-planner, god-executor, god-spec-reviewer, god-quality-reviewer |
169
175
  | 3: Shipping | deploy, observe, launch, harden | god-deploy-engineer, god-observability-engineer, god-launch-strategist, god-harden-auditor |
170
176
 
@@ -23,6 +23,9 @@ Before starting:
23
23
  context.
24
24
  - Optional: `.godpowers/prep/IMPORTED-CONTEXT.md` may exist as preparation
25
25
  context.
26
+ - Optional: `.godpowers/design/DESIGN.md` and
27
+ `.godpowers/design/PRODUCT.md` may exist as early product-experience
28
+ preparation.
26
29
 
27
30
  ## Imported Preparation Context
28
31
 
@@ -34,10 +37,17 @@ If `.godpowers/prep/IMPORTED-CONTEXT.md` exists, read its technical signals
34
37
  before drafting ARCH. Use imported architecture, integration, risk, and stack
35
38
  constraints as hypothesis-level input only.
36
39
 
40
+ If `.godpowers/design/DESIGN.md` or `.godpowers/design/PRODUCT.md` exists,
41
+ read them before drafting ARCH. Use early design to identify user-facing
42
+ surfaces, routes, component boundaries, state flows, accessibility needs, and
43
+ where architecture must preserve product experience.
44
+
37
45
  Rules:
38
46
  - Do not let imported context override PRD NFRs or Godpowers state.
39
47
  - Convert useful imported signals into ADR context, tradeoffs, or open
40
48
  questions.
49
+ - Convert useful design signals into containers, ADR context, UI boundary
50
+ descriptions, or open questions.
41
51
  - If imported context conflicts with the PRD, the PRD wins and the conflict
42
52
  becomes an `[OPEN QUESTION]`.
43
53
 
@@ -4,7 +4,7 @@ description: |
4
4
  Lifecycle owner of DESIGN.md and PRODUCT.md. Detects impeccable; if
5
5
  installed, delegates to /impeccable teach (initial) or /impeccable
6
6
  document (refresh from code). If not installed, falls back to a
7
- minimal builder using PRD/ARCH/STACK.
7
+ minimal builder using prep artifacts, PRD, and any available ARCH/STACK.
8
8
 
9
9
  Spawned by: /god-design, god-orchestrator (Tier 1, conditional on UI)
10
10
  tools: Read, Write, Edit, Bash, Grep, Glob
@@ -78,10 +78,18 @@ Cascade:
78
78
  - `references/design/UX-WRITING.md` (copy)
79
79
  - `references/design/DESIGN-ANTIPATTERNS.md` (what to avoid)
80
80
 
81
- Use PRD.md (target users, register hints), ARCH.md (UI surface),
82
- STACK.md (UI framework) to generate a starter DESIGN.md from the
83
- template, applying the rules from the references above. The output
84
- will be less polished than impeccable's, but it's not toothless: the
81
+ Read `.godpowers/prep/INITIAL-FINDINGS.md` and
82
+ `.godpowers/prep/IMPORTED-CONTEXT.md` when present, then use PRD.md
83
+ (target users, flows, register hints), plus ARCH.md and STACK.md only
84
+ when they already exist. Early mode runs after PRD and before
85
+ architecture, so do not require ARCH or STACK. In early mode, produce
86
+ an experience contract that architecture and stack can honor later:
87
+ screens, flows, component needs, interaction states, product voice,
88
+ constraints, anti-references, and visual token direction.
89
+
90
+ Generate a starter DESIGN.md from the template, applying the rules
91
+ from the references above. The output will be less polished than
92
+ impeccable's, but it's not toothless: the
85
93
  references encode our design opinions across all 7 domains
86
94
  (typography, color, spatial, motion, interaction, responsive,
87
95
  ux-writing) at shallower depth than impeccable's full skill set.
@@ -152,7 +160,8 @@ After done, return to god-orchestrator with:
152
160
  - DESIGN.md path
153
161
  - PRODUCT.md path (if produced)
154
162
  - Validation summary (errors, warnings)
155
- - Suggested next: `/god-repo` (proceed to scaffolding)
163
+ - Suggested next: `/god-arch` when design ran early, or `/god-repo` when
164
+ architecture, roadmap, and stack are already complete
156
165
 
157
166
  ## Linkage hooks
158
167
 
@@ -227,18 +227,23 @@ This is the third layer of decision support:
227
227
 
228
228
  ## Detection-Driven Tier 1 Routing
229
229
 
230
- After STACK done, branch on UI presence:
230
+ After PRD and before ARCH, branch on UI or product-experience presence:
231
231
 
232
232
  1. Call `lib/design-detector.isUiProject(projectRoot)` to determine
233
233
  whether DESIGN tier is required.
234
234
  2. Call `lib/design-detector.isImpeccableInstalled(projectRoot)` to
235
235
  determine whether to delegate or fall back.
236
- 3. Persist results to `state.json.project.detection-results`.
237
- 4. If `requires-design: true`: spawn `god-designer` for DESIGN tier
238
- (Tier 1 sub-step 5). god-designer delegates to impeccable's
236
+ 3. Read `.godpowers/prep/INITIAL-FINDINGS.md`,
237
+ `.godpowers/prep/IMPORTED-CONTEXT.md`, and `.godpowers/prd/PRD.md`
238
+ for UI, workflow, journey, component, brand, accessibility, and screen
239
+ signals.
240
+ 4. Persist results to `state.json.project.detection-results`.
241
+ 5. If `requires-design: true`: spawn `god-designer` for DESIGN tier before
242
+ architecture. god-designer delegates to impeccable's
239
243
  `/impeccable teach` if available, else falls back to a minimal builder.
240
- 5. If `requires-design: false`: mark `tier-1.design.status = not-required`
241
- and `tier-1.product.status = not-required`. Advance to Tier 2.
244
+ DESIGN.md and PRODUCT.md then inform architecture, roadmap, and stack.
245
+ 6. If `requires-design: false`: mark `tier-1.design.status = not-required`
246
+ and `tier-1.product.status = not-required`. Continue to architecture.
242
247
 
243
248
  ## Linkage and Reverse-Sync
244
249
 
@@ -323,9 +328,10 @@ For single-agent sub-steps:
323
328
  | Sub-step | Spawn Agent | Reads | Writes |
324
329
  |----------|-------------|-------|--------|
325
330
  | PRD | god-pm | user intent | .godpowers/prd/PRD.md |
326
- | Architecture | god-architect | PRD | .godpowers/arch/ARCH.md |
327
- | Roadmap | god-roadmapper | PRD, ARCH | .godpowers/roadmap/ROADMAP.md |
328
- | Stack | god-stack-selector | ARCH | .godpowers/stack/DECISION.md |
331
+ | Design | god-designer | prep, PRD | .godpowers/design/DESIGN.md + .godpowers/design/PRODUCT.md |
332
+ | Architecture | god-architect | PRD, optional DESIGN | .godpowers/arch/ARCH.md |
333
+ | Roadmap | god-roadmapper | PRD, ARCH, optional DESIGN | .godpowers/roadmap/ROADMAP.md |
334
+ | Stack | god-stack-selector | ARCH, optional DESIGN | .godpowers/stack/DECISION.md |
329
335
  | Repo | god-repo-scaffolder | DECISION | .godpowers/repo/AUDIT.md + repo files |
330
336
  | Deploy | god-deploy-engineer | ARCH, build | .godpowers/deploy/STATE.md |
331
337
  | Observe | god-observability-engineer | PRD, ARCH | .godpowers/observe/STATE.md |
@@ -20,6 +20,8 @@ Optional: `.godpowers/prep/INITIAL-FINDINGS.md` may exist as preparation
20
20
  context.
21
21
  Optional: `.godpowers/prep/IMPORTED-CONTEXT.md` may exist as preparation
22
22
  context.
23
+ Optional: `.godpowers/design/DESIGN.md` and `.godpowers/design/PRODUCT.md`
24
+ may exist as early product-experience preparation.
23
25
 
24
26
  ## Imported Preparation Context
25
27
 
@@ -30,6 +32,10 @@ If `.godpowers/prep/IMPORTED-CONTEXT.md` exists, read its delivery signals
30
32
  before sequencing milestones. Use imported GSD, Superpowers, BMAD, or similar
31
33
  stories and plans as hypothesis-level input only.
32
34
 
35
+ If DESIGN.md or PRODUCT.md exists, read them before sequencing milestones.
36
+ Use screens, flows, components, accessibility obligations, and product voice to
37
+ shape vertical slices and acceptance gates.
38
+
33
39
  Rules:
34
40
  - Do not add roadmap features that are not grounded in the PRD.
35
41
  - Use imported milestones, stories, and done-work signals to inform ordering,
@@ -37,6 +43,7 @@ Rules:
37
43
  - If imported context conflicts with PRD or ARCH, PRD and ARCH win.
38
44
  - Mark any imported sequencing assumption as `[HYPOTHESIS]` until confirmed by
39
45
  Godpowers artifacts or the user.
46
+ - Keep design-derived milestones grounded in the PRD and ARCH.
40
47
 
41
48
  ## Process
42
49
 
@@ -19,6 +19,8 @@ Optional: `.godpowers/prep/INITIAL-FINDINGS.md` may exist as preparation
19
19
  context.
20
20
  Optional: `.godpowers/prep/IMPORTED-CONTEXT.md` may exist as preparation
21
21
  context.
22
+ Optional: `.godpowers/design/DESIGN.md` and `.godpowers/design/PRODUCT.md`
23
+ may exist as product-experience preparation.
22
24
 
23
25
  ## Imported Preparation Context
24
26
 
@@ -29,11 +31,17 @@ If `.godpowers/prep/IMPORTED-CONTEXT.md` exists, read its technical and stack
29
31
  signals before scoring candidates. Use imported technology choices, constraints,
30
32
  and team familiarity as hypothesis-level input only.
31
33
 
34
+ If DESIGN.md or PRODUCT.md exists, read them before scoring frontend,
35
+ component, styling, accessibility, animation, and design-token tooling
36
+ candidates.
37
+
32
38
  Rules:
33
39
  - Do not let imported stack preference override ARCH NFRs or ADRs.
34
40
  - Treat imported technology choices as candidate evidence, not decisions.
35
41
  - If imported context conflicts with ARCH, ARCH wins and the conflict becomes a
36
42
  stack open question.
43
+ - If design intent conflicts with ARCH NFRs, ARCH wins and the conflict becomes
44
+ a stack or architecture open question.
37
45
 
38
46
  ## Process
39
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "godpowers",
3
- "version": "0.15.8",
3
+ "version": "0.15.9",
4
4
  "description": "AI-powered development system: 104 slash commands and 38 specialist agents that take a project from raw idea to hardened production. Runs inside Claude Code, Codex, Cursor, Windsurf, Gemini, and 10+ other AI coding tools.",
5
5
  "bin": {
6
6
  "godpowers": "./bin/install.js"
@@ -19,6 +19,8 @@ execution:
19
19
  context: fresh
20
20
  reads:
21
21
  - .godpowers/prd/PRD.md
22
+ - .godpowers/design/DESIGN.md
23
+ - .godpowers/design/PRODUCT.md
22
24
  - .godpowers/prep/INITIAL-FINDINGS.md
23
25
  - .godpowers/prep/IMPORTED-CONTEXT.md
24
26
  - templates/ARCH.md
@@ -10,14 +10,18 @@ prerequisites:
10
10
  - check: file:.godpowers/PROGRESS.md
11
11
  reason: "/god-design needs an initialized project"
12
12
  auto-complete: /god-init
13
- - check: file:.godpowers/stack/DECISION.md
14
- reason: "Stack must be selected before design (UI framework drives token shape)"
15
- auto-complete: /god-stack
16
- optional:
17
13
  - check: file:.godpowers/prd/PRD.md
18
- reason: "PRD informs target users and register"
14
+ reason: "Design needs PRD user, product, and register context"
15
+ auto-complete: /god-prd
16
+ optional:
17
+ - check: file:.godpowers/prep/INITIAL-FINDINGS.md
18
+ reason: "Initial findings can show UI and product-experience signals"
19
+ - check: file:.godpowers/prep/IMPORTED-CONTEXT.md
20
+ reason: "Imported GSD, Superpowers, or BMAD context can inform design hypotheses"
19
21
  - check: file:.godpowers/arch/ARCH.md
20
22
  reason: "ARCH names the UI surface that DESIGN applies to"
23
+ - check: file:.godpowers/stack/DECISION.md
24
+ reason: "STACK can refine framework-specific token shape when already selected"
21
25
 
22
26
  execution:
23
27
  spawns: [god-designer]
@@ -47,8 +51,11 @@ standards:
47
51
  - "cards in cards" # impeccable anti-pattern
48
52
 
49
53
  success-path:
50
- next-recommended: /god-repo
51
- why: Design tokens stable; repo can scaffold with token references
54
+ next-recommended: /god-arch
55
+ why: Early product experience is defined; architecture can now respect the intended surfaces and flows
56
+ alternatives:
57
+ - command: /god-repo
58
+ when: architecture-roadmap-and-stack-already-done
52
59
 
53
60
  failure-path:
54
61
  on-error: /god-doctor
@@ -17,7 +17,7 @@ execution:
17
17
  reads:
18
18
  - .godpowers/prep/INITIAL-FINDINGS.md
19
19
  - .godpowers/prep/IMPORTED-CONTEXT.md
20
- secondary-spawns: [god-pm, god-architect, god-roadmapper, god-stack-selector, god-repo-scaffolder, god-planner, god-executor, god-spec-reviewer, god-quality-reviewer, god-deploy-engineer, god-observability-engineer, god-harden-auditor, god-launch-strategist]
20
+ secondary-spawns: [god-pm, god-designer, god-architect, god-roadmapper, god-stack-selector, god-repo-scaffolder, god-planner, god-executor, god-spec-reviewer, god-quality-reviewer, god-deploy-engineer, god-observability-engineer, god-harden-auditor, god-launch-strategist]
21
21
  writes:
22
22
  []
23
23
 
@@ -37,6 +37,13 @@ standards:
37
37
 
38
38
  success-path:
39
39
  next-recommended: /god-arch
40
+ conditional-next:
41
+ - condition: ui-detected
42
+ next: /god-design
43
+ reason: UI or product-experience signals found; write DESIGN.md before architecture
44
+ - condition: no-ui-detected
45
+ next: /god-arch
46
+ reason: No UI surface detected; architecture is the next planning gate
40
47
  alternatives:
41
48
  - command: /god-mode
42
49
  when: user-wants-autonomous-from-here
@@ -17,6 +17,8 @@ execution:
17
17
  reads:
18
18
  - .godpowers/prd/PRD.md
19
19
  - .godpowers/arch/ARCH.md
20
+ - .godpowers/design/DESIGN.md
21
+ - .godpowers/design/PRODUCT.md
20
22
  - .godpowers/prep/INITIAL-FINDINGS.md
21
23
  - .godpowers/prep/IMPORTED-CONTEXT.md
22
24
  - templates/ROADMAP.md
@@ -16,6 +16,8 @@ execution:
16
16
  context: fresh
17
17
  reads:
18
18
  - .godpowers/arch/ARCH.md
19
+ - .godpowers/design/DESIGN.md
20
+ - .godpowers/design/PRODUCT.md
19
21
  - .godpowers/prep/INITIAL-FINDINGS.md
20
22
  - .godpowers/prep/IMPORTED-CONTEXT.md
21
23
  writes:
@@ -15,8 +15,11 @@ Spawn the **god-architect** agent in a fresh context via Task tool.
15
15
 
16
16
  1. Verify `.godpowers/prd/PRD.md` exists. If not, tell user to run `/god-prd` first.
17
17
  2. Spawn god-auditor briefly to verify PRD passes have-nots. If fails, report and stop.
18
- 3. Spawn god-architect with the PRD path and full context window
19
- 4. The agent writes `.godpowers/arch/ARCH.md` and ADRs to `.godpowers/arch/adr/`
18
+ 3. If `.godpowers/design/DESIGN.md` or `.godpowers/design/PRODUCT.md` exists,
19
+ include it as input. Design is optional, but when present it informs UI
20
+ containers, routes, flows, and tradeoffs.
21
+ 4. Spawn god-architect with the PRD path and full context window
22
+ 5. The agent writes `.godpowers/arch/ARCH.md` and ADRs to `.godpowers/arch/adr/`
20
23
 
21
24
  ## Verification
22
25
 
@@ -43,6 +43,17 @@ needs to specify a mode.
43
43
  - If any are detected, summarize useful signals into
44
44
  `.godpowers/prep/IMPORTED-CONTEXT.md` as preparation context.
45
45
  Do not treat external planning-system files as source of truth.
46
+ - Detect whether early design preparation is warranted:
47
+ - UI frameworks or app models: React, Next, Vue, Nuxt, Svelte,
48
+ SvelteKit, Astro, Remix, Angular, Solid, Flutter, Electron, Tauri
49
+ - UI surfaces: `src/components/`, `app/`, `pages/`, `routes/`,
50
+ `public/`, form-heavy flows, dashboards, editor surfaces, mobile
51
+ shells, marketing pages, or other user-facing product experience
52
+ - Imported GSD, Superpowers, or BMAD context that mentions UX, screens,
53
+ journeys, components, brand, interaction states, or visual design
54
+ - Record the result in `INITIAL-FINDINGS.md` so `/god-prd`, `/god-next`,
55
+ and `/god-mode` can place `/god-design` after PRD and before
56
+ `/god-arch` when the project needs early product-experience shape.
46
57
 
47
58
  3. **Announce findings in plain English** (no jargon):
48
59
  - Empty dir + no org context: "Detected: empty directory. Starting fresh."
@@ -121,8 +132,8 @@ needs to specify a mode.
121
132
  Always create `.godpowers/prep/INITIAL-FINDINGS.md`. This is Godpowers'
122
133
  durable answer to "what did init find in this codebase?" It captures codebase
123
134
  shape, framework and tooling signals, tests, CI, docs, AI-tool files, detected
124
- methodology systems, risk signals, and the reasoning behind the suggested next
125
- command.
135
+ methodology systems, UI or product-experience signals, risk signals, and the
136
+ reasoning behind the suggested next command.
126
137
 
127
138
  If GSD, Superpowers, BMAD, or similar planning context is detected, create
128
139
  `.godpowers/prep/IMPORTED-CONTEXT.md`. This artifact is preparation context,
@@ -50,6 +50,9 @@ You are receiving a /god-mode invocation. Your job is to spawn the
50
50
  - Instruction to read `.godpowers/prep/INITIAL-FINDINGS.md` and
51
51
  `.godpowers/prep/IMPORTED-CONTEXT.md` if present before choosing the
52
52
  first planning or build step
53
+ - Instruction to run `/god-design` after `/god-prd` and before `/god-arch`
54
+ when initial findings, imported planning context, the PRD, or the
55
+ codebase show UI or product-experience signals
53
56
 
54
57
  6. Orchestrator runs the appropriate workflow:
55
58
  - Greenfield -> full-arc
@@ -45,6 +45,11 @@ next step is safe or why a migration-aware step such as `/god-prd`,
45
45
  `/god-map-codebase`, or `/god-mode` is better. Prep artifacts are context only;
46
46
  state.json and completed Godpowers artifacts remain authoritative.
47
47
 
48
+ If PRD is complete, DESIGN is missing, and initial findings, imported context,
49
+ the PRD, or the codebase show UI or product-experience signals, suggest
50
+ `/god-design` before `/god-arch`. DESIGN.md is early preparation for visible
51
+ workflows, not a replacement for architecture.
52
+
48
53
  ## Process for Mode 1 (post-completion)
49
54
 
50
55
  ```
@@ -57,7 +62,8 @@ Skill calls: /god-next --after=/god-prd
57
62
  Read <runtimeRoot>/routing/god-prd.yaml
58
63
  |
59
64
  v
60
- Get success-path.next-recommended (e.g., "/god-arch")
65
+ Get success-path.next-recommended (e.g., "/god-arch"), then apply any
66
+ conditional-next rule such as UI-detected -> "/god-design"
61
67
  |
62
68
  v
63
69
  Display: "PRD complete: .godpowers/prd/PRD.md
package/skills/god-prd.md CHANGED
@@ -21,6 +21,9 @@ Spawn the **god-pm** agent in a fresh context via Task tool.
21
21
  5. The agent writes `.godpowers/prd/PRD.md`
22
22
  6. The agent runs have-nots checks before declaring done
23
23
  7. If god-pm pauses for a human question: relay to user using pause format
24
+ 8. If prep artifacts or the PRD show UI or product-experience signals, route
25
+ to `/god-design` next so DESIGN.md can shape architecture. Otherwise route
26
+ to `/god-arch`.
24
27
 
25
28
  ## Verification
26
29
 
@@ -47,7 +50,7 @@ After PRD is written and have-nots pass, print:
47
50
  ```
48
51
  PRD complete: .godpowers/prd/PRD.md
49
52
 
50
- Suggested next: /god-arch (design the architecture)
53
+ Suggested next: /god-design (shape product experience) if UI/product experience is detected, otherwise /god-arch (design the architecture)
51
54
  ```
52
55
 
53
56
 
@@ -19,6 +19,7 @@
19
19
  - [HYPOTHESIS] CI or release signals found: [paths or "none detected"].
20
20
  - [HYPOTHESIS] Deployment signals found: [paths or "none detected"].
21
21
  - [HYPOTHESIS] Documentation signals found: [paths or "none detected"].
22
+ - [HYPOTHESIS] UI or product-experience signals found: [frameworks, routes, components, workflows, design docs, or "none detected"].
22
23
 
23
24
  ## Methodology And AI Tool Signals
24
25
 
@@ -31,6 +32,7 @@
31
32
  ## Planning Implications
32
33
 
33
34
  - [HYPOTHESIS] PRD should pay attention to: [product or user signal].
35
+ - [HYPOTHESIS] Design should pay attention to: [early UX, workflow, brand, component, or interaction signal].
34
36
  - [HYPOTHESIS] Architecture should pay attention to: [technical or risk signal].
35
37
  - [HYPOTHESIS] Roadmap should pay attention to: [delivery or dependency signal].
36
38
  - [HYPOTHESIS] Stack should pay attention to: [tooling or constraint signal].