14 lines
673 B
Markdown
14 lines
673 B
Markdown
# 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.
|