You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show & Tell steps must be written so GitHub Copilot can execute and validate them without guessing.
25
+
26
+
- Use explicit, runnable commands, URLs, and API calls
27
+
- Include an expected result for every step (output text, status code, or visible UI state)
28
+
- Avoid vague language such as "check it works" or "verify manually"
29
+
- State pass/fail criteria clearly so steps cannot be skipped or missed during `/speckit.implement`
30
+
31
+
During implementation, GitHub Copilot **MUST** execute every Show & Tell step and confirm the expected result before marking the phase or user story complete.
32
+
22
33
## Plan Completion Checklist (Mandatory)
23
34
24
35
Before marking `plan.md` as complete, verify:
@@ -36,8 +47,10 @@ Before marking `plan.md` as complete, verify:
36
47
-[ ] Tool Version Management
37
48
-[ ] Each phase and user story includes a `### Show & Tell` subsection
38
49
-[ ] Show & Tell subsections are placed at the end of each phase or user story
50
+
-[ ] Show & Tell steps are specific enough for GitHub Copilot to execute and validate without ambiguity
51
+
-[ ] Show & Tell steps define explicit expected outcomes and pass/fail criteria
0 commit comments