Create an Epic Issue on GitHub from spec documents. Summarizes the spec and links to full docs. Does NOT create task issues.
From kitchennpx claudepluginhub litela-hq/agents-marketplace --plugin kitchenTakes a spec directory (e.g., docs/specs/pdf-export) or epic name via $ARGUMENTS and creates an Epic Issue on GitHub.
This is the PM's second step: pass the order to the engineering team.
overview.md and scope.md under docs/specs/<epic>//kitchen:menu firstCompose the issue body:
Follow registry/git/templates/issue/epic.md template:
## 概要
<!-- 1-2 sentence summary from overview.md -->
## 背景・目的
<!-- Short summary of Why + hypothesis from overview.md -->
## スペック
> [overview.md](docs/specs/<epic>/overview.md) | [scope.md](docs/specs/<epic>/scope.md)
## 完了条件
- [ ] <!-- Key acceptance gates from scope.md -->
## 参考情報・補足
- Spec directory: `docs/specs/<epic>/`
- Success criteria: <!-- 1-line summary from scope.md KPI -->
- Out of scope: <!-- 1-line summary from scope.md -->
Publish:
gh issue create \
--title "<epic title>" \
--label "epic" \
--body-file -
Open in browser:
gh issue view --web
Present the created issue. Handle modifications if needed.
[WIP], [BUG], [FEATURE]After order, the engineer runs /kitchen:recipe #<issue-number> to start implementation.