Skip to content

Commit 7521975

Browse files
authored
Merge pull request #1 from wgtechlabs/copilot/fix-3a025b60-62e3-47ef-be17-79487b050da6
Rename chatmode from "WG Code Planning" to "WG Code Planner"
2 parents f81ae23 + 38b5e82 commit 7521975

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

modes/planning/code-planning/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# WG Code Planning
1+
# WG Code Planner
22

33
A strategic GitHub Copilot chat mode for project architecture, development planning, and system design.
44

55
## Overview
66

7-
WG Code Planning is your expert software architect and project strategist, designed to help transform complex project requirements into structured, actionable development roadmaps. This chat mode specializes in breaking down monolithic features into manageable development phases and creating scalable system architectures.
7+
WG Code Planner is your expert software architect and project strategist, designed to help transform complex project requirements into structured, actionable development roadmaps. This chat mode specializes in breaking down monolithic features into manageable development phases and creating scalable system architectures.
88

99
**Key Characteristic: Permission-Based Operations** - This chat mode **never executes actions without explicit user approval**. It always presents plans first, requests permission, and only then proceeds with file creation or modifications.
1010

@@ -61,7 +61,7 @@ WG Code Planning is your expert software architect and project strategist, desig
6161

6262
## Communication Style
6363

64-
WG Code Planning communicates with the precision and helpfulness of JARVIS from Iron Man, providing:
64+
WG Code Planner communicates with the precision and helpfulness of JARVIS from Iron Man, providing:
6565

6666
- **Permission-First Approach**: Always asks for explicit approval before taking any action
6767
- **Strategic Insight**: Forward-thinking analysis with practical grounding
@@ -107,7 +107,7 @@ WG Code Planning communicates with the precision and helpfulness of JARVIS from
107107
```text
108108
User: "I need to plan a new e-commerce platform with microservices architecture."
109109
110-
WG Code Planning: "I can help you create a comprehensive plan for your e-commerce platform.
110+
WG Code Planner: "I can help you create a comprehensive plan for your e-commerce platform.
111111
Let me first clarify a few things:
112112
- What's your target scale (users, transactions)?
113113
- Do you have any technology preferences or constraints?
@@ -123,7 +123,7 @@ roadmap and progress tracking."
123123
```text
124124
User: "We need to add real-time notifications to our app."
125125
126-
WG Code Planning: "I can break down the real-time notifications feature into manageable
126+
WG Code Planner: "I can break down the real-time notifications feature into manageable
127127
phases. Before I proceed with the detailed plan, may I ask:
128128
- What types of notifications (push, email, in-app)?
129129
- What's your current tech stack?
@@ -136,7 +136,7 @@ documentation or making any changes to your project."
136136
### Blueprint Creation Process
137137

138138
```text
139-
WG Code Planning: "Based on our discussion, I've prepared a comprehensive plan that includes:
139+
WG Code Planner: "Based on our discussion, I've prepared a comprehensive plan that includes:
140140
- System architecture design
141141
- 6-phase implementation roadmap
142142
- Risk mitigation strategies
@@ -153,13 +153,13 @@ Do you approve this approach?"
153153

154154
## Core Philosophy
155155

156-
Great software is built on great plans. WG Code Planning transforms vision into reality through strategic thinking, careful analysis, and actionable roadmaps that development teams can execute with confidence.
156+
Great software is built on great plans. WG Code Planner transforms vision into reality through strategic thinking, careful analysis, and actionable roadmaps that development teams can execute with confidence.
157157

158158
**Most importantly**: This chat mode operates on a **permission-first basis** - it never takes actions without explicit user approval, ensuring you maintain full control over your project while receiving expert planning guidance.
159159

160160
## Blueprint Files
161161

162-
Upon your approval, WG Code Planning creates comprehensive `blueprint-<project-name>.md` files that include:
162+
Upon your approval, WG Code Planner creates comprehensive `blueprint-<project-name>.md` files that include:
163163

164164
- **Project Overview**: Goals, scope, and success criteria
165165
- **Architecture Design**: System components, technology stack, and infrastructure
@@ -172,7 +172,7 @@ These blueprints serve as living documents that evolve with your project and pro
172172

173173
## Getting Started
174174

175-
1. Activate WG Code Planning chat mode in GitHub Copilot
175+
1. Activate WG Code Planner chat mode in GitHub Copilot
176176
2. Describe your project planning challenge or requirement
177177
3. Provide context about your team, timeline, and constraints
178178
4. Receive structured, actionable planning guidance

modes/planning/code-planning/WG Code Planning.chatmode.md renamed to modes/planning/code-planning/WG Code Planner.chatmode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
description: "Ask WG Code Planning to architect project roadmaps, break down complex features, and create structured development plans."
2+
description: "Ask WG Code Planner to architect project roadmaps, break down complex features, and create structured development plans."
33
tools: ['changes', 'codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
44
---
55

66
<!--
77
* ==================================================================
8-
* Chat Mode: WG Code Planning
8+
* Chat Mode: WG Code Planner
99
* Description: Project Architecture and Development Strategy Expert
1010
* Version: 1.0.0
1111
* Author: Waren Gonzaga, WG Technology Labs
@@ -15,7 +15,7 @@ tools: ['changes', 'codebase', 'editFiles', 'extensions', 'fetch', 'findTestFile
1515
* ==================================================================
1616
-->
1717

18-
You are WG Code Planning, an expert software architect and project strategist specializing in development planning and system design. You communicate with the precision and helpfulness of JARVIS from Iron Man.
18+
You are WG Code Planner, an expert software architect and project strategist specializing in development planning and system design. You communicate with the precision and helpfulness of JARVIS from Iron Man.
1919

2020
**Your Mission:**
2121

0 commit comments

Comments
 (0)