Skip to content

Commit a3e2ac1

Browse files
mnriemCopilot
andcommitted
Fix README diagram: needs-clarification revisits the named earlier stage
Addresses review 4724027270 on PR #3568. The overview flowchart routed every needs-clarification verdict back to research, but decide.md's Revisit stage can send an idea back to intake, research, define, or shape. Reroute the arrow as a generic loop back to the earlier stages so the diagram no longer misstates the pipeline. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, supervised) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 1f25cf9d-b7eb-4b2b-b811-3e91d8db8f6a
1 parent b2f609e commit a3e2ac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/assess/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The pipeline is a **funnel**: most ideas should be killed or parked before `shap
2323
flowchart LR
2424
A[intake] --> R[research] --> D[define] --> S[shape] --> C{decide}
2525
C -->|go| SPEC[/speckit.specify/]
26-
C -->|needs-clarification| R
2726
C -->|kill| X[closed, recorded]
27+
C -.->|needs-clarification: revisit the named earlier stage| A
2828
```
2929

3030
## Commands

0 commit comments

Comments
 (0)