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
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: skills/flow-code-interview/SKILL.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Full request: $ARGUMENTS
40
40
41
41
Accepts:
42
42
-**Flow epic ID**`fn-N-slug` (e.g., `fn-1-add-oauth`) or legacy `fn-N`/`fn-N-xxx`: Fetch with `flowctl show`, write back with `flowctl epic set-plan`
43
-
-**Flow task ID**`fn-N-slug.M` (e.g., `fn-1-add-oauth.2`) or legacy `fn-N.M`/`fn-N-xxx.M`: Fetch with `flowctl show`, write back with `flowctl task set-description/set-acceptance`
43
+
-**Flow task ID**`fn-N-slug.M` (e.g., `fn-1-add-oauth.2`) or legacy `fn-N.M`/`fn-N-xxx.M`: Fetch with `flowctl show`, write back with `flowctl task spec/set-acceptance`
# Output includes VERDICT=SHIP|NEEDS_WORK|MAJOR_RETHINK
116
116
```
117
117
118
-
On NEEDS_WORK: fix plan via `$FLOWCTL epic set-plan` AND sync affected task specs via `$FLOWCTL task set-spec`, then re-run (receipt enables session continuity).
118
+
On NEEDS_WORK: fix plan via `$FLOWCTL epic set-plan` AND sync affected task specs via `$FLOWCTL task spec`, then re-run (receipt enables session continuity).
119
119
120
120
**Note**: `codex plan-review` automatically includes task specs in the review prompt.
121
121
@@ -143,16 +143,16 @@ If verdict is NEEDS_WORK, loop internally until SHIP:
143
143
2.**Fix epic spec** (stdin preferred, temp file if content has single quotes):
0 commit comments