From vibe-recipe
Approved 또는 In Progress recipe 전체를 task 단위 TDD 실행으로 지휘하고, task-runner 결과를 통합해 taste/review까지 이어지게 합니다. /vr:cook 호출, recipe 전체 구현, task orchestration, acceptance matrix, TDD review loop가 필요할 때 사용합니다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vibe-recipe:cookThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
승인된 recipe를 코드로 완성할 때 사용합니다. 메인 에이전트는 지휘자 역할을 하며, task 하나의 실제 구현은 `task-runner` agent에 맡기고 결과를 받아 통합합니다.
승인된 recipe를 코드로 완성할 때 사용합니다. 메인 에이전트는 지휘자 역할을 하며, task 하나의 실제 구현은 task-runner agent에 맡기고 결과를 받아 통합합니다.
cook은 사용자가 호출할 수 있는 top-level orchestrator skill입니다. scope는 recipe에서 승인된 spec을 기준으로 하며, task-runner는 subagent이고 recipe 전체 책임과 다음 loop 판단은 부모 cook이 유지합니다.
.agent/spec/active/NNNN-<slug>.md가 있고 Status: Approved 또는 Status: In Progress입니다.Task 0의 실패 test 또는 executable acceptance check가 먼저 수행됩니다.AGENTS.md, active spec, .agent/spec/design.md, .agent/commands.json, 관련 ADR과 handoff를 읽었습니다.git status --short로 작업 트리를 확인했고, 관련 없는 사용자 변경을 되돌리지 않습니다.Check, command를 연결한 acceptance matrix를 만듭니다.Task 0을 먼저 task-runner에 맡겨 실패 test 또는 executable check를 만듭니다.task-runner에 배정합니다.test, e2e, 가능한 verify를 실행합니다.fix, 또는 recipe 보강으로 보냅니다.taste/review를 실행하거나 추천합니다.task-runner가 red -> green -> refactor로 수행합니다.cook은 task-runner에게 spec path, task number, write scope, acceptance, allowed files, expected command를 넘깁니다.recipe 보강으로 넘깁니다.e2e가 없으면 Playwright MCP manual check 필요 여부를 handoff에 남깁니다.recipe 또는 librarian 정리로 넘깁니다.task-runner: cook의 기본 실행 agent입니다. task 하나를 TDD로 구현하고 handoff를 반환합니다.tester: acceptance matrix, Task 0 검증, UI/e2e 판단이 필요할 때 사용합니다.implementor: fix나 tidy 성격의 보조 구현이 필요할 때만 사용합니다.task 단위 atomic commit을 선호하고 Refs: .agent/spec/active/NNNN-<slug>.md를 남깁니다. 자동 push는 하지 않습니다.
# Cook Summary: NNNN <slug>
Status: done / blocked
## Recipe
- Spec:
- Tasks completed:
- Acceptance matrix:
## Task handoffs
- Task <N>:
## Verification
- Focused:
- Test:
- E2E:
- Verify:
## Risks
- Coverage gap:
- Follow-up:
- Escalation:
Check가 통과했거나 blocked 이유가 명확합니다.taste, fix, recipe 보강, 또는 추가 cook 중 하나로 분명합니다.cook에서 하지 않습니다.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub pj4316/vibe-recipe --plugin vibe-recipe