Skip to content

Commit 3fc5fe6

Browse files
committed
fix(docs): update examples in problem-solving section for clarity and completeness
1 parent 7bd9b93 commit 3fc5fe6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ flowchart TD
9898
clarify --> specify
9999
needClarification -- No --> plan["/speckit.plan"]
100100
plan -.- planNote["💡 Example (run +1): Run again to verify all items on the Plan Completion Checklist are satisfied"]
101+
plan -.- planNote2["💡 Example: Use Python, uv and pytest as the implementation technologies"]
101102
102-
plan --> domainCoverage{Check domain coverage?}
103+
plan --> domainCoverage{Anything missing?}
103104
domainCoverage -- Yes --> checklist["/speckit.checklist"]
104105
checklist --> plan
105106
checklist -.- checklistNote["💡 Example: Create a checklist for building, assembling and testing the deployment artefacts of all the components being implemented"]
@@ -128,7 +129,7 @@ flowchart TD
128129
class needClarification,domainCoverage,consistency question;
129130
class clarify,checklist,analyze review;
130131
class reviewDocs,reviewCode,reviewTest docReview;
131-
class specifyNote,checklistNote,planNote,tasksNote,implementNote,reviewDocsNote note;
132+
class specifyNote,checklistNote,planNote,planNote2,tasksNote,implementNote,reviewDocsNote note;
132133
```
133134

134135
## How to use

0 commit comments

Comments
 (0)