원클릭으로
speckit
Run a spec-kit pipeline (specify -> plan -> tasks -> implement) for a goal or tracker issue, then best-effort review/CI and a draft PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run a spec-kit pipeline (specify -> plan -> tasks -> implement) for a goal or tracker issue, then best-effort review/CI and a draft 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 |
| scope | core |
| group | code |
| emoji | 🏭 |
| description | Run a spec-kit pipeline (specify -> plan -> tasks -> implement) for a goal or tracker issue, then best-effort review/CI and a draft PR |
| version | 1.0.0 |
| audience | hybrid |
| model_key | mission |
| github_enabled | true |
| github_context_aware | true |
| commands | [{"name":"speckit","description":"Run the spec-kit SDD pipeline for a project goal or tracker issue","usage":"/speckit <project> <goal> | /speckit <issue-url> [repo:.. branch:..]"}] |
| handler | handler.py |
Queue a /speckit mission: the handler gates on the target project's spec-kit
constitution (.specify/memory/constitution.md) and queues a single mission. The
agent loop then runs speckit_runner, which drives the specify → plan → tasks →
implement pipeline (committing once per task), a best-effort private review loop,
CI/test validation, and a draft PR. See
specs/001-speckit-native-support/plan.md.