بنقرة واحدة
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.