diff --git a/tools/cli/lib/ui.js b/tools/cli/lib/ui.js index 2a3d41359..ca52112a9 100644 --- a/tools/cli/lib/ui.js +++ b/tools/cli/lib/ui.js @@ -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('');