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
Copy file name to clipboardExpand all lines: .claude/skills/feature/SKILL.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,26 @@ The issue `body` is the **primary scope source** — read it, not just the title
61
61
- Fresh issue with matching references → continue silently.
62
62
- If the user aborts at this gate, roll back the FULL claim from step 3 — `gh issue edit <N> --remove-assignee @me` AND delete the `WIP —` comment just posted (`gh api -X DELETE repos/<owner>/<repo>/issues/comments/<comment-id>` — capture the id when posting, or take the last own `WIP —` comment). Leaving the comment behind would make step 2 treat the aborted claim as resumable on the next run.
| Phase 0 "Present plan & wait for validation" | Satisfied by the issue body when the brief states the scope was validated upstream; insufficient scope → emit `STOP: scope — <gap>` and stop |
77
+
78
+
Never wait on a prompt in a non-interactive run. If the stop happens after
79
+
the claim (step 3) already landed, roll the claim back first (step 4's
80
+
rollback: `--remove-assignee` + delete the `WIP —` comment) so the aborted
81
+
attempt doesn't read as live work on the next run. Interactive sessions keep
82
+
the exact behavior above.
83
+
64
84
### 5. Proceed to Phase 0
65
85
66
86
Continue to scope analysis below.
@@ -104,7 +124,8 @@ For each user-facing flow this feature creates or modifies, identify:
104
124
- Users impacted + notification plan
105
125
- Open questions or scope decisions
106
126
107
-
**Wait for user validation before coding.**
127
+
**Wait for user validation before coding.** (Non-interactive runs: Phase 0.0
128
+
§4b — a validated issue body satisfies this step; never wait.)
0 commit comments