Skip to content

Commit 0627fd4

Browse files
committed
Fixed typos and semantic errors in the PLANNING.md.
Signed-off-by: Exadra37 <exadra37@gmail.com>
1 parent f2ea046 commit 0627fd4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

PLANNING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Planning
22

3-
**IMPORTANT:** Before propose or writing any application or test code, everything done in this project **MUST** be planned by following an **Intent Driven Development (IDD)** approach, detailed in the INTENT_SPECIFICATION.md, with an **Incremental Generation Workflow** based on **User Approval** as per detailed instructions on the DEVELOPMENT_WORKFLOW.md.
3+
**IMPORTANT:** Before proposing or writing any application or test code, everything done in this project **MUST** be planned by following an **Intent Driven Development (IDD)** approach, detailed in the INTENT_SPECIFICATION.md, with an **Incremental Generation Workflow** based on **User Approval** as per detailed instructions on the DEVELOPMENT_WORKFLOW.md.
44

55

66
## 1. On First Use
77

88
1.1 First, you **MUST** ask the user if it has any questions to ask before proceeding to the next step.
99

10-
1.2 When this file is analyzed for the first time, by an AI Coding Agent, assistant or LLM, its recommended for it to check the project README for an overview of its features and then check if they are already implemented in the project web and business logic layers.
10+
1.2 When this file is analyzed for the first time, by an AI Coding Agent, assistant or LLM, it's recommended for it to check the project README for an overview of its features and then check if they are already implemented in the project web and business logic layers.
1111

12-
1.3 Then ask the user if we wants to proceed with a brainstorm session to discuss and create one Intent per feature not implemented yet, with tasks and sub-tasks. The Intent **MUST** follow the INTENT_SPECIFICATION.md and the INTENT_EXAMPLE.md format.
12+
1.3 Then ask the user if he wants to proceed with a brainstorm session to discuss and create one Intent per feature not implemented yet, with tasks and sub-tasks. The Intent **MUST** follow the INTENT_SPECIFICATION.md and the INTENT_EXAMPLE.md format.
1313

14-
1.4 If the check of the project code doesn't yield conclusive results about which features are implement and missing then ask the user, instead of making assumptions and guessing.
14+
1.4 If the check of the project code doesn't yield conclusive results about which features are implemented and missing then ask the user, instead of making assumptions and guessing.
1515

1616

1717
## 2. User Request
1818

19-
2.1 When a user makes a request, and before proposing any code, the AI Coding Agent, assistant or LLM **MUST** understand the user request and discuss it with the user if it as doubts or needs clarifications.
19+
2.1 When a user makes a request, and before proposing any code, the AI Coding Agent, assistant or LLM **MUST** understand the user request and discuss it with the user if it has doubts or needs clarifications.
2020

2121
2.2 Now that the user request is clearly understood it's time to propose an Intent, for user approval as a code change, with a list of Tasks and sub-tasks to complete the user request. The Intent **MUST** follow the INTENT_SPECIFICATION.md and the INTENT_EXAMPLE.md format.
2222

0 commit comments

Comments
 (0)