원클릭으로
refactor
Iteratively simplify code, contracts, and data flow.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Iteratively simplify code, contracts, and data flow.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Apply the Systems Thinking workflow from AGENTS.md when a task may be misframed, under-specified, or tangled with adjacent concerns.
Test hypotheses through experiments and disposable tools.
Research the workspace for a topic. Report patterns in the corpus.
Open the files, directories, and links relevant to the current context.
Iteratively improve writing.
Design or refine software architecture.
| name | refactor |
| description | Iteratively simplify code, contracts, and data flow. |
Use @../../AGENTS.md#systems-thinking.
Ask: how can this code become simpler?
Bound the domain as a set of contracts.
Follow data from entry points to exit points.
Move or resize boundaries to de-complect responsibilities.
Preserve contracts by default.
Improve contracts when the change is locally verifiable.
Divide the flow into stages with explicit contracts.
Lift branches toward entry points.
Push loops toward leaf operations.
Iterate until the data flow is laminar: direct, staged, and unsurprising.
Surface a design or plan when changes require broader judgment, migration, or coordination.