원클릭으로
smart-delegation
Guidelines to help you write code smartly by using workers. Only use
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guidelines to help you write code smartly by using workers. Only use
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Standard workflow to implement a plan. Use only when user instructs or other skill references.
Manage interactive or persistent terminal sessions. Must use before running these sessions, like start a dev server, SSH, REPL, ...
Disciplined diagnosis loop for hard bugs and performance regressions. Use only when user instructs or other skill references.
Workflow to transform vague ideas into validated designs and stepped implementation plans. Use only when user instructs or other skill references.
Review a plan before implementation. Use only when user instructs or other skill references.
Inspect Git history and uncommitted changes to obtain delta in blueprint.
| name | smart-delegation |
| description | Guidelines to help you write code smartly by using workers. Only use |
Evaluate the optimal agent delegation strategy to achieve the goal, principles:
After evaluation, save your detailed plan to the todo list.
Delegate agents in the correct order and wait them to finish.
After all agents finish, read the files that they are supposed to change. If the implementation is not complete, does not comply with the canonical plan, or obviously flawed, resume the corresponding session and tell it to finish. If the code is ugly (duplication, not needed compatibility, dead code), correct it directly.
Then run repository commands (lint, type check, tests), iterate until they all pass: