원클릭으로
accuracy
Implement with high accuracy and self-review (invest effort up front to minimize rework)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement with high accuracy and self-review (invest effort up front to minimize rework)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
When planning, flag uncertain assumptions and supply a ready-to-run web-research prompt to confirm them.
Local Switchboard management console — drive the board when the VS Code extension is running
Reconcile and restructure a feature's subtasks — improve each, then merge/delete/rewrite/split to make the set coherent
Deep planning, dependency checks, and adversarial review
Cloud-VM planning mode — plan first, do not auto-code in a remote VM
Memo capture mode — append-only, no analysis; exit with process memo
| name | accuracy |
| description | Implement with high accuracy and self-review (invest effort up front to minimize rework) |
| user-invokable | false |
This workflow trades tokens for correctness. It's designed for contexts where usage is free or low-cost, so the strategy is: invest heavily in context-gathering and planning, verify at every gate, and red-team before finishing — to minimize rework rather than to save prompts.
.switchboard/, always use IsArtifact: false to prevent path validation errors./accuracy is a solo, in-conversation workflow. Do NOT write out artifacts to disk as part of execution — no task.md, no plan files, no Red Team Findings file, no progress logs. All progress tracking and review output belongs in your reply to the user; planning itself is internal (see Step 3) and is NOT presented as a plan-in-reply. The only files you create or modify are the actual code files required by the task itself.Start — Activate accuracy mode via the /accuracy command. This workflow operates without MCP tool dependencies.
Deep Context Gathering (invest time here to avoid rework):
Internal Planning (think before you code, but do NOT present a plan-in-reply):
grep_search to confirm nothing depends on them./improve-plan, not /accuracy (enforced by the No-Artifact Rule above).Implement in verified groups:
run_command with compile/lint/test command. Paste output.[x] in an in-context checklist. Do NOT create or update any task.md (or other tracking) file on disk.Self-Review (Red Team) — catch issues before they become rework:
### Red Team Findings heading with specific line numbers. Do NOT write these findings to a file.Final Verification & Complete:
run_command.**ACCURACY VERIFICATION COMPLETE**accuracy. Do NOT proceed to phase 6.