Guidelines for iteratively planning tasks and changes before implementation. Use this when the user requests a non-trivial task or when you need to align on a complex implementation strategy.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Guidelines for iteratively planning tasks and changes before implementation. Use this when the user requests a non-trivial task or when you need to align on a complex implementation strategy.
Task Planning
Workflow
Gather Information: Explore codebase and list dependencies.
Draft Plan:
Objective: Goal of the task.
Approach: High-level strategy.
Steps: Sequential actions.
Verification: How to prove it works.
Clarify: Include at least 3 clarifying questions with proposed answers.
Approve: Wait for user "go ahead" (empty response = approval).
Implement: Execute only after approval.
Principles
Zero-Impact: Do not modify files during planning.
Iterative: Refine based on feedback.
Concise: Keep plans readable and progress tracked via TODOs.