원클릭으로
audit-plan
Review a plan before implementation. Use only when user instructs or other skill references.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review a plan before implementation. Use only when user instructs or other skill references.
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, ...
Guidelines to help you write code smartly by using workers. Only use
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.
Inspect Git history and uncommitted changes to obtain delta in blueprint.
| name | audit-plan |
| description | Review a plan before implementation. Use only when user instructs or other skill references. |
Review the plan against its purpose, and optimize the plan for maintainability.
ask tool: "Audit failed, flaw found: (explanation). Fix options (possible fix paths)?". If the user answers yes, patch the plan with the changes.Design section.ask tool with a summary of the changes you will make, then patch the plan according to the user's response.After all steps, report back only:
You must not present the problems found or patches made in your final response, all problems should be addressed in step 2, 3, and 4.
What should the public interface look like? Which behaviors are most important to test?
You can't test everything. Focus testing effort on critical paths and complex logic, not every possible edge case.