用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/richfrem/Project_Sanctuary --skill spec-kitty-implement命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | spec-kitty-implement |
| description | Create an isolated workspace (worktree) for implementing a specific work |
After running spec-kitty implement WP##, you MUST:
cd .worktrees/###-feature-WP##/Why this matters:
IMPORTANT: After running the command below, you'll see a LONG work package prompt (~1000+ lines).
You MUST scroll to the BOTTOM to see the completion command!
Run this command to get the work package prompt and implementation instructions:
spec-kitty agent workflow implement $ARGUMENTS --agent <your-name>
spec-kitty agent workflow implement $ARGUMENTS --agent <your-name>
CRITICAL: You MUST provide --agent <your-name> to track who is implementing!
If no WP ID is provided, it will automatically find the first work package with lane: "planned" and move it to "doing" for you.
BEFORE moving to for_review, you MUST commit your implementation:
cd .worktrees/###-feature-WP##/
# Stage only expected deliverables for this WP (never use `git add -A`)
git add <deliverable-path-1> <deliverable-path-2> ...
git commit -m "feat(WP##): <describe your implementation>"
Set-Location .worktrees\###-feature-WP##\
# Stage only expected deliverables for this WP (never use `git add -A`)
git add <deliverable-path-1> <deliverable-path-2> ...
git commit -m "feat(WP##): <describe your implementation>"
Then move to review:
spec-kitty agent tasks move-task WP## --to for_review --note "Ready for review: <summary>"
Why this matters:
move-task validates that your worktree has commits beyond mainThe Python script handles all file updates automatically - no manual editing required!
NOTE: If /spec-kitty.status shows your WP in "doing" after you moved it to "for_review", don't panic - a reviewer may have moved it back (changes requested), or there's a sync delay. Focus on your WP.