ワンクリックで
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.