一键导入
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.