You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Adventures/Agent/1-Beginner/The-Command-Center-of-Stellaris-Agent.md
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Recently, the Command Center's main AI system has been upgraded to support custo
12
12
13
13
### Objective
14
14
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.
16
16
17
17
**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!
18
18
@@ -59,18 +59,29 @@ Your mission briefing includes the following objectives to understand custom cha
59
59
60
60
#### Step 1: Access the Stellaris Command Database
61
61
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.
63
63
64
64
This custom chat mode is designed to help you create detailed, structured implementation plans for any development project - perfect for planning complex space missions!
65
65
66
66
#### Step 2: Deploy the Custom Commander
67
67
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.
0 commit comments