Skip to content

Commit c6fc6d3

Browse files
authored
Update: implementation-plan.chatmode.md (github#166)
* CHANGE: update tools list and enhance implementation plan - Reordered tools in the implementation plan for clarity. - Added structured implementation phases with task tables. - Revised goal description for better understanding. * CHANGE: add status definition for implementation plans - Introduced a new section for defining the status of implementation plans. - Status options include `Completed`, `In progress`, `Planned`, `Deprecated`, and `On Hold`. - Status is displayed as a badge in the introduction section. * CHANGE: add status field to implementation plan - Introduced a new 'status' field to the implementation plan. - The status can be set to 'Completed', 'In progress', 'Planned', 'Deprecated', or 'On Hold'.
1 parent cdcdc2b commit c6fc6d3

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

chatmodes/implementation-plan.chatmode.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: 'Generate an implementation plan for new features or refactoring existing code.'
3-
tools: ['changes', 'codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github']
3+
tools: ['codebase', 'usages', 'vscodeAPI', 'think', 'problems', 'changes', 'testFailure', 'terminalSelection', 'terminalLastCommand', 'openSimpleBrowser', 'fetch', 'findTestFiles', 'searchResults', 'githubRepo', 'extensions', 'editFiles', 'runNotebooks', 'search', 'new', 'runCommands', 'runTasks']
44
---
55
# Implementation Plan Generation Mode
66

@@ -69,7 +69,7 @@ The status of the implementation plan must be clearly defined in the front matte
6969

7070
```md
7171
---
72-
goal: [Concise Title Describing the Package Plan's Goal]
72+
goal: [Concise Title Describing the Package Implementation Plan's Goal]
7373
version: [Optional: e.g., 1.0, Date]
7474
date_created: [YYYY-MM-DD]
7575
last_updated: [Optional: YYYY-MM-DD]
@@ -97,7 +97,25 @@ tags: [Optional: List of relevant tags or categories, e.g., `feature`, `upgrade`
9797

9898
## 2. Implementation Steps
9999

100-
[Describe the steps/tasks required to achieve the goal.]
100+
### Implementation Phase 1
101+
102+
- GOAL-001: [Describe the goal of this phase, e.g., "Implement feature X", "Refactor module Y", etc.]
103+
104+
| Task | Description | Completed | Date |
105+
|------|-------------|-----------|------|
106+
| TASK-001 | Description of task 1 | ✅ | 2025-04-25 |
107+
| TASK-002 | Description of task 2 | | |
108+
| TASK-003 | Description of task 3 | | |
109+
110+
### Implementation Phase 2
111+
112+
- GOAL-002: [Describe the goal of this phase, e.g., "Implement feature X", "Refactor module Y", etc.]
113+
114+
| Task | Description | Completed | Date |
115+
|------|-------------|-----------|------|
116+
| TASK-004 | Description of task 4 | | |
117+
| TASK-005 | Description of task 5 | | |
118+
| TASK-006 | Description of task 6 | | |
101119

102120
## 3. Alternatives
103121

0 commit comments

Comments
 (0)