원클릭으로
implement-task
Implement code changes according to Task specifications. Use when executing implementation Tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement code changes according to Task specifications. Use when executing implementation Tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Produce a concrete implementation plan for a standalone Task or Epic takeover ticket. Use when a Jira Task/Epic is approved for Task Takeover planning and needs target files, implementation steps, tests, and repository scope.
Read-only qualitative review for Task Takeover implementations before PR creation. Use after task takeover execution completes.
Decompose a Technical Specification into implementable Epics with technical plans. Use when asked to break down features, create epics, or plan implementation.
Break down Epic implementation plans into concrete, actionable Tasks. Use when decomposing Epics into implementation units.
Produce a concrete implementation plan for a bug fix from an approved RCA and selected fix approach. Use when the team has selected a fix option and needs a detailed plan before implementation.
Revise a bug fix implementation plan based on reviewer feedback. Use when the team has reviewed a plan and requested changes before approving.
| name | implement-task |
| description | Implement code changes according to Task specifications. Use when executing implementation Tasks. |
Implement code changes following Task specifications and project standards.
## Ordering Invariants section. For each entry, locate the relevant calls in your implementation and confirm the stated order is preserved. If the section says "None identified.", skip this step.When providing code changes, format as:
<complete file contents>
## Summary
[Brief description of changes to be made]
## Files Changed
### path/to/file1.py
[Explanation of changes]
### path/to/file2.py
[Explanation of changes]
## Implementation Notes
[Any important decisions or considerations]
## Code Changes
[File blocks with complete contents]
Before submitting implementation:
## Ordering Invariants is preserved in the implementation (skip if section says "None identified.")