一键导入
speckit-from-branch
Resume spec-kit from a human-validated spec on a branch (skip specify, run plan -> tasks -> implement -> review -> CI -> PR)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Resume spec-kit from a human-validated spec on a branch (skip specify, run plan -> tasks -> implement -> review -> CI -> PR)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Decompose a broad topic into linked GitHub issues with a master tracking issue
Fix a tracker issue end-to-end, or batch-queue all open GitHub issues from a repo
Queue a PR rebase mission (ex: /rebase https://github.com/owner/repo/pull/42). A bare rebase only rebases onto the base branch; add --fix to also apply review feedback.
Queue a review then rebase combo for a PR (ex: /rr https://github.com/owner/repo/pull/42)
Ask Kōan a question about a GitHub PR or issue — fetches context and posts an AI reply
Show resolved model config for the active CLI provider
| name | speckit_from_branch |
| scope | core |
| group | code |
| emoji | 🌿 |
| description | Resume spec-kit from a human-validated spec on a branch (skip specify, run plan -> tasks -> implement -> review -> CI -> PR) |
| version | 1.0.0 |
| audience | hybrid |
| model_key | mission |
| github_enabled | true |
| github_context_aware | true |
| commands | [{"name":"speckit_from_branch","description":"Run spec-kit plan onward from a human-authored spec already pushed to a branch","usage":"/speckit_from_branch <repo-id> <branch-name>"}] |
| handler | handler.py |
Queue a /speckit_from_branch mission: the handler resolves the project from
repo-id, gates on its spec-kit constitution, and queues a single mission to
resume the spec-kit pipeline (plan -> tasks -> implement -> review -> CI -> PR)
from a spec a human has already pushed to branch-name (skipping specify).
The dedicated runner (specify-skip + branch-off git flow) is the remaining US5
piece — see specs/001-speckit-native-support/tasks.md.