一键导入
polya
Use only when the user explicitly asks for Polya's method, phased problem solving, or a step-by-step process with checkpoints before implementation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use only when the user explicitly asks for Polya's method, phased problem solving, or a step-by-step process with checkpoints before implementation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when the user wants Codex to collaborate with Claude on decision-making, candidate decision-point discovery, architecture/design tradeoffs, human-in-the-loop option generation, blind-first independent model framing, model uniqueness before synthesis, or "both AI reasonings" before presenting choices. Trigger when the user asks to use Claude, Opus, Claude Opus 1M, a second AI opinion, a debate/council process, or a reusable Codex+Claude decision workflow.
Use when the user explicitly wants human-in-the-loop work with approval at each material decision point, candidate decision-point discovery, or strict/balanced/light decision intensity.
基于 SOC 职业分类
| name | polya |
| description | Use only when the user explicitly asks for Polya's method, phased problem solving, or a step-by-step process with checkpoints before implementation. |
| metadata | {"short-description":"Structured four-phase problem solving"} |
This is an explicit mode. Do not use it unless the user asks for Polya-style work.
update_plan after the plan is approved when the work is non-trivial.Before anything else, build a complete picture of the problem.
Read the relevant code. Don't guess at structure or behavior — verify it.
Checkpoint: Summarize your understanding and ask the user to confirm, correct, or fill gaps. Do not proceed until the problem is understood.
Find the connection between the data and the unknown.
docs/decisions/).Checkpoint: Present the plan to the user, including the decomposition into steps. Do not proceed until the user approves the plan.
Carry out the plan, checking each step.
update_plan when it helps, otherwise keep progress visible in short commentary updates.After the solution works, review it. This phase is where learning happens.
Checkpoint: Present the review to the user. Include what was learned and any simplification opportunities.
Phase 1 - Understand.