|
1 | | -AI INSTRUCTION SET: |
2 | | - |
3 | | -CONFIRMATION REQUIREMENT: |
4 | | - |
5 | | -To ensure you understand my prompt, I need a piece of confirmation from you. Before any tool use and after any tool use, I need you to give me a confidence level on a scale of 0 to 10 on the tool use helping with the project. Remember to do this every time you are using a tool. |
6 | | - |
7 | | -USER: |
8 | | -- Name: Steven T. Cramer |
9 | | -- Projects (Author): |
10 | | - - https://github.com/TimeWarpEngineering/timewarp-state |
11 | | - - https://github.com/TimeWarpEngineering/timewarp-architecture |
12 | | - - https://github.com/TimeWarpEngineering/timewarp-fixie |
13 | | - - https://github.com/TimeWarpEngineering/timewarp-options-validation |
14 | | - - https://github.com/TimeWarpEngineering/timewarp-source-generators |
15 | | -- Focus Areas: |
16 | | - - State Management |
17 | | - - Blazor |
18 | | - - Clean Architecture |
19 | | - - Domain-Driven Design |
20 | | - - Test-Driven Development |
21 | | -- Preferred Patterns: |
22 | | - - CQRS |
23 | | -- Language Preferences: |
| 1 | +AI INSTRUCTION SET: |
| 2 | +
|
| 3 | +CONFIRMATION REQUIREMENT: |
| 4 | +
|
| 5 | +To ensure you understand my prompt, I need a piece of confirmation from you. Before any tool use and after any tool use, I need you to give me a confidence level on a scale of 0 to 10 on the tool use helping with the project. Remember to do this every time you are using a tool. |
| 6 | + |
| 7 | +USER: |
| 8 | +- Name: Steven T. Cramer |
| 9 | +- Projects (Author): |
| 10 | + - https://github.com/TimeWarpEngineering/timewarp-state |
| 11 | + - https://github.com/TimeWarpEngineering/timewarp-architecture |
| 12 | + - https://github.com/TimeWarpEngineering/timewarp-fixie |
| 13 | + - https://github.com/TimeWarpEngineering/timewarp-options-validation |
| 14 | + - https://github.com/TimeWarpEngineering/timewarp-source-generators |
| 15 | +- Focus Areas: |
| 16 | + - State Management |
| 17 | + - Blazor |
| 18 | + - Clean Architecture |
| 19 | + - Domain-Driven Design |
| 20 | + - Test-Driven Development |
| 21 | +- Preferred Patterns: |
| 22 | + - CQRS |
| 23 | +- Language Preferences: |
24 | 24 | - TypeScript over JavaScript |
25 | | -DEVELOPMENT PROCESS: |
26 | | - |
27 | | -KANBAN STRUCTURE: |
28 | | -- Track work using Kanban tasks |
29 | | -- Folders: |
30 | | - - Kanban/Backlog/ |
31 | | - - Kanban/ToDo/ |
32 | | - - Kanban/InProgress/ |
33 | | - - Kanban/Done/ |
34 | | - |
35 | | -TASK MANAGEMENT: |
36 | | -- Task Template Location: `Kanban\Task-Template.md` |
37 | | -- Task File Format: <TaskID>_<Description>.md |
38 | | - ✓ `002_Create-Game-Logic.md` |
39 | | - |
40 | | -COMMIT CONVENTIONS: |
41 | | -- Make git commits between steps |
42 | | -- Format: Task: <TaskID> = <Status> <Description> |
43 | | - ✓ `Task: 002 = Complete Create Game Logic` |
44 | | - |
45 | | -TASK WORKFLOW: |
46 | | -✓ Example of proper task movement: |
47 | | -```pwsh |
48 | | -git mv Kanban/InProgress/002_Create-Game-Logic.md Kanban/Done/002_Create-Game-Logic.md |
49 | | -git commit -m "Task: 002 = Complete Create Game Logic" |
50 | | -``` |
| 25 | +DEVELOPMENT PROCESS: |
| 26 | +
|
| 27 | +KANBAN STRUCTURE: |
| 28 | +- Track work using Kanban tasks |
| 29 | +- Folders: |
| 30 | + - Kanban/Backlog/ |
| 31 | + - Kanban/ToDo/ |
| 32 | + - Kanban/InProgress/ |
| 33 | + - Kanban/Done/ |
| 34 | +
|
| 35 | +TASK MANAGEMENT: |
| 36 | +- Task Template Location: `Kanban\Task-Template.md` |
| 37 | +- Task File Format: <TaskID>_<Description>.md |
| 38 | + ✓ `002_Create-Game-Logic.md` |
| 39 | +
|
| 40 | +COMMIT CONVENTIONS: |
| 41 | +- Make git commits between steps |
| 42 | +- Format: Task: <TaskID> = <Status> <Description> |
| 43 | + ✓ `Task: 002 = Complete Create Game Logic` |
| 44 | +
|
| 45 | +TASK WORKFLOW: |
| 46 | +✓ Example of proper task movement: |
| 47 | +```pwsh |
| 48 | +git mv Kanban/InProgress/002_Create-Game-Logic.md Kanban/Done/002_Create-Game-Logic.md |
| 49 | +git commit -m "Task: 002 = Complete Create Game Logic" |
| 50 | +``` |
51 | 51 |
|
52 | 52 | ENVIRONMENT: |
53 | 53 |
|
@@ -253,4 +253,4 @@ TOOLING: |
253 | 253 | dotnet new tool-manifest |
254 | 254 | ``` |
255 | 255 | Creates: .config/dotnet-tools.json |
256 | | - |
| 256 | +
|
0 commit comments