Skip to content

Commit 62c54d3

Browse files
committed
Clarify check-status script path in dev-lifecycle skill
1 parent a8dd416 commit 62c54d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

skills/dev-lifecycle/SKILL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ If the user wants to continue work on an existing feature:
4747
- Worktree: run phase commands with `workdir=.worktrees/feature-<name>`.
4848
- Branch: checkout `feature-<name>` in current repo.
4949
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.
5154

5255
## Backward Transitions
5356

0 commit comments

Comments
 (0)