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: skills/dev-lifecycle/SKILL.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,10 @@ If the user wants to continue work on an existing feature:
47
47
- Worktree: run phase commands with `workdir=.worktrees/feature-<name>`.
48
48
- Branch: checkout `feature-<name>` in current repo.
49
49
5. After switching, run `npx ai-devkit@latest lint --feature <feature-name>` in the active branch/worktree context.
50
-
6. Then run `scripts/check-status.sh <feature-name>` to infer the current phase from doc state and planning progress, and start from the suggested phase.
50
+
6. Then run the phase detector using the installed skill directory (same resolution rule as reference docs), not a workspace-relative `skills/...` path:
51
+
- Resolve `<skill-dir>` as the directory containing this `SKILL.md`.
52
+
- Run `<skill-dir>/scripts/check-status.sh <feature-name>` (or `cd <skill-dir> && scripts/check-status.sh <feature-name>`).
53
+
Use the suggested phase from this script based on doc state and planning progress.
0 commit comments