원클릭으로
writing-plans
Turn a vague request into a step-by-step plan with verifiable checkpoints. Use before any multi-step implementation, not after.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Turn a vague request into a step-by-step plan with verifiable checkpoints. Use before any multi-step implementation, not after.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Conduct a structured code review covering correctness, security, and maintainability. Use when the user asks to review a diff, audit a file, or check for bugs.
Systematically diagnose bugs, test failures, and unexpected behavior before proposing a fix. Use when facing any failure whose root cause is not obvious.
Drive feature work and bug fixes via failing tests first. Use when implementing any feature or fixing a bug, before writing implementation code.
SOC 직업 분류 기준
| name | writing-plans |
| description | Turn a vague request into a step-by-step plan with verifiable checkpoints. Use before any multi-step implementation, not after. |
A plan is a contract: each step has a check that says "this step is done."
Goal: <one sentence describing what "done" means for the user>
Constraints:
- <hard limits: time, lines, dependencies, surface area>
Steps:
1. <action> -> verify: <check>
2. <action> -> verify: <check>
3. <action> -> verify: <check>
Risks / Open Questions:
- <thing the user must decide before step N>
TodoWrite and update statuses as you go.task_create with one task per major step.