원클릭으로
implement
Structured implementation execution — Plan → Implement → Verify cycle. Invoked by the /implement command after pre-flight checks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Structured implementation execution — Plan → Implement → Verify cycle. Invoked by the /implement command after pre-flight checks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | implement |
| description | Structured implementation execution — Plan → Implement → Verify cycle. Invoked by the /implement command after pre-flight checks. |
| user-invocable | false |
| allowed-tools | ["Read","Edit","Write","Bash","Glob","Grep","Agent"] |
Invoked by the
/implementcommand. Pre-flight git checks have already been performed by the command layer.
You are executing a structured Plan → Implement → Verify cycle.
prisma/schema.prisma — if so, plan the migration stepFor each subtask:
in_progressschema.prisma was edited:
npx prisma generatenpx prisma migrate dev --name <description> and stage the new migration directorycompletedAfter all subtasks complete:
npx eslint <files>npx tsc --noEmitnpm run test:e2e -- <spec>reviewer agent for independent code reviewgit add (specific files, not -A)Use: [implement] <subtask description>
The task to implement is passed in by the /implement command caller.