|
1 | 1 | ---
|
2 | 2 | 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'] |
4 | 4 | ---
|
5 | 5 | # Implementation Plan Generation Mode
|
6 | 6 |
|
@@ -69,7 +69,7 @@ The status of the implementation plan must be clearly defined in the front matte
|
69 | 69 |
|
70 | 70 | ```md
|
71 | 71 | ---
|
72 |
| -goal: [Concise Title Describing the Package Plan's Goal] |
| 72 | +goal: [Concise Title Describing the Package Implementation Plan's Goal] |
73 | 73 | version: [Optional: e.g., 1.0, Date]
|
74 | 74 | date_created: [YYYY-MM-DD]
|
75 | 75 | last_updated: [Optional: YYYY-MM-DD]
|
@@ -97,7 +97,25 @@ tags: [Optional: List of relevant tags or categories, e.g., `feature`, `upgrade`
|
97 | 97 |
|
98 | 98 | ## 2. Implementation Steps
|
99 | 99 |
|
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 | | | |
101 | 119 |
|
102 | 120 | ## 3. Alternatives
|
103 | 121 |
|
|
0 commit comments