원클릭으로
planning
Analyze project state, prioritize TODO.md, create or refine plans for upcoming work
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyze project state, prioritize TODO.md, create or refine plans for upcoming work
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Maintain and improve the codebase — dependency updates, refactoring, docs, dead code removal, test coverage
Goal-backward code review — verify recently completed work EXISTS, is SUBSTANTIVE, and is WIRED correctly
Reflect on a completed coding iteration to identify improvements
Keep TODO.md synchronized with completed work before committing
Execute TDD workflow with RED/GREEN/REFACTOR phases and quality verification
| name | planning |
| description | Analyze project state, prioritize TODO.md, create or refine plans for upcoming work |
Use this skill to run the planning cycle: analyze the project's current state and organize what comes next.
AGENTS.md — understand project architecture, current status, and phaseTODO.md thoroughly — what's done, in progress, blocked, and pending.flow/log.jsonl — understand velocity, repeated failures, and patternsAnswer these questions:
Make TODO.md accurate and actionable:
Each task in TODO.md should be:
If a new plan is needed:
plans/ following plans/TEMPLATE.md formatIf an existing plan is outdated:
Commit your changes with a descriptive message explaining what you reorganized or added and why.