Clarify installer question: pitch deck vs Product Brief

- Change vague 'Where are you starting?' to clear yes/no question
- Fix typos: 'pich' → 'pitch', 'prief' → 'brief'
- Clearer choice labels for better UX
This commit is contained in:
Mårten Angner 2026-02-24 11:27:56 +01:00
parent 24e47375d5
commit 5bdb03572b
1 changed files with 3 additions and 3 deletions

View File

@ -45,10 +45,10 @@ class UI {
{
type: 'list',
name: 'starting_point',
message: 'Where are you starting?',
message: 'Do you need to create a pitch deck & project contract before starting the project?',
choices: [
{ name: 'Go straight to Product Brief (I have approval)', value: 'brief' },
{ name: 'Create pitch deck and project contract first', value: 'pitch' },
{ name: 'No, start directly with the Product Brief', value: 'brief' },
{ name: 'Yes, start with a project pitch', value: 'pitch' },
],
default: 'brief',
},