ワンクリックで
code
Execute an implementation plan with verification at every step. Tests first, then code. Stop on failures — never stack problems.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute an implementation plan with verification at every step. Tests first, then code. Stop on failures — never stack problems.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | code |
| description | Execute an implementation plan with verification at every step. Tests first, then code. Stop on failures — never stack problems. |
Execute from a plan. Every change is verified. Failures stop the line.
/think plan"Give Claude a way to verify its work." / "Claude performs dramatically better when it can verify its own work."
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.
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.
Audit Claude Code configuration. Checks CLAUDE.md, rules, skills, hooks, MCP, permissions, auto memory. Flags bloat, redundancy, and missing pieces by severity.