Skip to content

Commit 9900581

Browse files
committed
end of talk
1 parent 95a9e0e commit 9900581

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.windsurf/processes/ImplementingProject.process.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22

33
STARTER_CHARACTER = 🛠️
44

5-
# Steps
6-
7-
1. Identify the api challenges to needed to build to project.
8-
2. Create sub tasks to explore thouse challenges.
9-
3. For each:
10-
a. Suggest options
11-
b. Create a test, or simple sample
12-
c. Implement until challenge is showing to be overcome
13-
2. Once api risks have been flushed out, move to implementing features.
14-
15-
16-
17-
5+
## Steps
186

7+
1. Identify API challenges required for the project.
8+
2. For each challenge:
9+
- Create sub-tasks to explore the challenge.
10+
- For each sub-task:
11+
- Suggest options/approaches.
12+
- Create a test or simple prototype/sample.
13+
- Implement incrementally until the challenge is overcome (test passes or prototype works).
14+
3. After API risks are addressed, move to implementing user-facing features.
15+
4. For each feature:
16+
- Clarify requirements and suggest design options.
17+
- Write a test or acceptance criteria.
18+
- Implement incrementally, validating with tests.
19+
5. After each milestone, review and refactor as needed.

0 commit comments

Comments
 (0)