원클릭으로
implement
Implement features or tasks with documentation and human validation checkpoints.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement features or tasks with documentation and human validation checkpoints.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | implement |
| description | Implement features or tasks with documentation and human validation checkpoints. |
| disable-model-invocation | true |
Structured workflow for implementing features or tasks with documentation and human validation checkpoints.
/implement <what to implement>
Review ./documentation and determine what needs to be created or updated for this task:
Skip any documentation that is not necessary for this task. Keep it concise and useful.
Present a summary of what was documented (or skipped and why). Ask the user:
"Does the documentation look sufficient to proceed with implementation?"
Wait for explicit approval before continuing.
With the documentation as context, investigate the codebase:
Summarize findings and the planned approach.
Implement the task based on the investigation:
Write tests for the changes.
Use Playwright MCP to verify the changes.
Present what was changed and how it addresses the task. Ask the user:
"Does the implementation look correct? Anything to adjust?"
Wait for explicit approval before continuing.
Write a worklog entry in ./documentation/worklog/. Use the filename format YYYY-MM-DD-<short-slug>.md.
Include:
$ARGUMENT)