一键导入
think
Pressure-test requirements, explore alternatives, and produce a written plan before any code is written. Use interview mode for ambiguous specs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pressure-test requirements, explore alternatives, and produce a written plan before any code is written. Use interview mode for ambiguous specs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Turn ambiguous requirements into structured spec documents. Surface assumptions → interview → spec → human review → execute in fresh session. Spec is a contract, not a suggestion.
Pre-merge review. Reviews the diff, auto-fixes safe issues, flags destructive commands, runs verification. Evidence before assertions.
Execute an implementation plan with verification at every step. Tests first, then code. Stop on failures — never stack problems.
Systematic debugging. Reproduce → isolate → root cause → fix → verify. Root cause confirmed before any fix is applied. Never treat symptoms.
Build frontend interfaces with a committed aesthetic direction. Screenshot-based self-verification loop. Not generic defaults.
Read-only codebase exploration. Maps structure, patterns, and boundaries before any code is written. Use subagents to isolate context.
| name | think |
| description | Pressure-test requirements, explore alternatives, and produce a written plan before any code is written. Use interview mode for ambiguous specs. |
Challenge the problem, pressure-test the design, validate architecture. No code until the plan is clear.
For ambiguous requirements, start with:
I want to build [brief description]. Interview me in detail using the AskUserQuestion tool.
Ask about technical implementation, UI/UX, edge cases, concerns, and tradeoffs.
Don't ask obvious questions — dig into the hard parts.
Keep interviewing until we've covered everything.
A concrete plan: files to change, order of changes, verification strategy, rollback path. The plan is a contract — /build executes against it.
"Explore first, then plan, then code." / "Let Claude interview you." / "Planning is most useful when you're uncertain about the approach."