Further simplify installation instructions
More conversational and explicit: - 'Get Started with Your Product Brief' (goal-oriented) - 'Locate the chat window in your IDE' (explicit location) - 'type:' instead of 'paste this command:' (simpler action) - Command in quotes to make it clear it's text to type - Better line breaks for readability
This commit is contained in:
parent
c29cbb9216
commit
2f07264ee4
|
|
@ -75,15 +75,16 @@ class UI {
|
|||
console.log('');
|
||||
console.log(chalk.green.bold(' ✨ Installation complete!'));
|
||||
console.log('');
|
||||
console.log(chalk.white.bold(' Next: Start the Product Brief'));
|
||||
console.log(chalk.white.bold(' Get Started with Your Product Brief'));
|
||||
console.log('');
|
||||
console.log(chalk.white(' 1. Open this folder in Windsurf or VS Code'));
|
||||
console.log(chalk.white(' 2. Open the AI chat and paste this command:'));
|
||||
console.log('');
|
||||
console.log(chalk.cyan(` Read and activate ${wdsFolder}/agents/saga-analyst.md`));
|
||||
console.log(chalk.white(' 2. Locate the chat window in your IDE and type:'));
|
||||
console.log('');
|
||||
console.log(chalk.white(` 3. Saga (your AI analyst) will greet you by name`));
|
||||
console.log(chalk.dim(` and guide you through creating your Product Brief`));
|
||||
console.log(chalk.cyan(` "Read and activate ${wdsFolder}/agents/saga-analyst.md"`));
|
||||
console.log('');
|
||||
console.log(chalk.white(` 3. Saga (your AI analyst) will greet you by name and`));
|
||||
console.log(chalk.white(` guide you through creating your Product Brief`));
|
||||
console.log('');
|
||||
console.log(chalk.dim(' ─────────────────────────────────────────────────'));
|
||||
console.log('');
|
||||
|
|
|
|||
Loading…
Reference in New Issue