Skip to content

Commit 10a1169

Browse files
committed
Update The Command Center of Stellaris adventure to reflect changes in custom chat mode installation and access instructions
1 parent 67160f6 commit 10a1169

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

Adventures/Agent/1-Beginner/The-Command-Center-of-Stellaris-Agent.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Recently, the Command Center's main AI system has been upgraded to support custo
1212

1313
### Objective
1414

15-
Your mission is to learn how to install and utilize GitHub Copilot's Custom Chat Modes by setting up a specialized "Implementation Planner" AI commander for your development missions. You'll explore how custom chat modes available in the [Awesome Copilot repository](https://github.com/github/awesome-copilot) can transform your coding experience by providing specialized AI assistants tailored to your specific development needs.
15+
Your mission is to learn how to install and utilize GitHub Copilot's Custom Chat Modes by setting up a specialized "Implementation Planner" AI commander for your development missions. You'll explore how custom chat modes available in the [Awesome GitHub Copilot repository](https://github.com/github/awesome-copilot) can transform your coding experience by providing specialized AI assistants tailored to your specific development needs.
1616

1717
**In this adventure, you'll learn to use GitHub Copilot's Custom Chat Modes** - specialized AI configurations that provide enhanced, context-aware assistance for particular tasks or workflows!
1818

@@ -59,18 +59,29 @@ Your mission briefing includes the following objectives to understand custom cha
5959

6060
#### Step 1: Access the Stellaris Command Database
6161

62-
Navigate to the [Awesome Copilot Custom Chat Modes repository](https://github.com/github/awesome-copilot/blob/main/prompts/create-implementation-plan.prompt.md) to access the specialized "Implementation Plan Creator" command protocol.
62+
Navigate to the [Awesome Copilot Custom Chat Modes repository](https://github.com/github/awesome-copilot/blob/main/chatmodes/implementation-plan.chatmode.md) to view the specialized "Implementation Plan Generator" command protocol.
6363

6464
This custom chat mode is designed to help you create detailed, structured implementation plans for any development project - perfect for planning complex space missions!
6565

6666
#### Step 2: Deploy the Custom Commander
6767

68-
1. **Click the "VS Code Install" button** next to the "Implementation Plan Creator" to automatically install the custom chat mode
69-
2. **VS Code will open** and prompt you to install chat mode file
70-
3. **Choose your installation location:**
71-
- **Workspace**: Install for current project only
72-
- **User Profile**: Install globally for all your projects
73-
4. **Confirm the installation** when prompted
68+
1. Install the [Implementation Plan Generation](https://vscode.dev/redirect?url=vscode%3Achat-chatmode%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fchatmodes%2Fimplementation-plan.chatmode.md) custom chat mode.
69+
2. VS Code will open and prompt you to install the chat mode file.
70+
3. Choose your installation location:
71+
- Workspace: Install for the current project only
72+
- User Profile: Install globally for all your projects
73+
4. Confirm the installation when prompted
74+
75+
Can I install the custom chat mode manually? Yes!
76+
77+
1. Copy the text from the [Implementation Plan Generation Mode](https://raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/chatmodes/implementation-plan.chatmode.md) file into your clipboard.
78+
2. Select <kbd>Ctrl + Shift + P</kbd> (Windows/Linux) or <kbd>Cmd (⌘) + Shift + P</kbd> (Mac).
79+
3. Enter “New Mode File”.
80+
4. Select one of the following options:
81+
- `.github/chatmodes` - Stores the custom chat mode in the current project.
82+
- User Data Folder – Makes the chat mode available across all projects.
83+
5. Give it a name of "implementation-plan-generation".
84+
6. Paste the contents of your clipboard into the markdown file and save it.
7485

7586
#### Step 3: Activate Your Specialized Commander
7687

0 commit comments

Comments
 (0)