Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:00:57 +08:00
commit 8e2bf0df9d
9 changed files with 161 additions and 0 deletions

13
commands/write.md Normal file
View File

@@ -0,0 +1,13 @@
# Write Plan
You will write a detailed plan on how to achieve the request found in the file $ARGUMENTS
Write this plan in to a `/plan/<request name>-plan.md` file.
#### Planing Process
1. Read the request file in its entirety.
2. Research the existing code, looking for related files.
3. Research the web for any relevant information and documentation on libraries and APIs that you will need to use.
4. Devise a plan in great detail.
4.1 Create a detailed step by step task list that outlines the work to be done.
4.2 List the files to modify, create, and delete giving an overview of the changes.
4.3 Describe the main changes to make, and the task to be achieved.